Skip to content

Commit

Permalink
chore: drop PHP 7.1
Browse files Browse the repository at this point in the history
Why ?
Because.
  • Loading branch information
williamdes committed Jul 24, 2024
1 parent be7af47 commit 6389763
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 @@ -23,11 +23,11 @@
"phpcbf": "@php ./vendor/bin/phpcbf"
},
"require": {
"php": "^7.1 || ^8.0",
"php": "^7.2 || ^8.0",
"ext-openssl":"*"
},
"require-dev": {
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
"phpunit/phpunit": "^8 || ^9 || ^10 || ^11",
"wdes/coding-standard": "^3.3"
},
"autoload": {
Expand Down

0 comments on commit 6389763

Please sign in to comment.