Skip to content

Commit

Permalink
Add PHP8 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Oct 11, 2023
1 parent 43a396d commit 6979a48
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 @@ -49,12 +49,12 @@
}
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^7.0|^8.0",
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
"phpunit/phpunit": "^9.0|^10.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 6979a48

Please sign in to comment.