Skip to content

Commit

Permalink
Set minimal support to PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Jul 20, 2021
1 parent 3bf1787 commit 26a63a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=7.1",
"pclzip/pclzip": "^2.8"
},
"require-dev": {
"phpunit/phpunit": ">=7.0",
"phpunit/phpunit": ">=7",
"phpmd/phpmd": "2.*",
"phpstan/phpstan": "^0.12.88"
},
Expand Down

0 comments on commit 26a63a1

Please sign in to comment.