Skip to content

Commit

Permalink
chore(composer): require php7
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Apr 5, 2021
1 parent e71e04f commit 28d825c
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 @@
}
},
"require": {
"php": ">=5.4",
"php": ">=7.0",
"ext-ctype": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.5 || ^6.5 || ^7.5 || ^8.5"
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.5"
},
"scripts": {
"test": "phpunit",
Expand Down

0 comments on commit 28d825c

Please sign in to comment.