Skip to content

Commit

Permalink
composer.json: allow php & phpunit 8.x and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
dev97 authored Feb 27, 2024
1 parent 5787166 commit a823a22
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 @@ -4,10 +4,10 @@
"type": "library",
"license": "MIT",
"require": {
"php": "^7.0"
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
"phpunit/phpunit": ">=7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a823a22

Please sign in to comment.