Skip to content

Commit 26a63a1

Browse files
committed
Set minimal support to PHP 7.1
1 parent 3bf1787 commit 26a63a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=5.3.0",
18+
"php": ">=7.1",
1919
"pclzip/pclzip": "^2.8"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": ">=7.0",
22+
"phpunit/phpunit": ">=7",
2323
"phpmd/phpmd": "2.*",
2424
"phpstan/phpstan": "^0.12.88"
2525
},

0 commit comments

Comments
 (0)