Skip to content

Commit

Permalink
Require PHP8+
Browse files Browse the repository at this point in the history
  • Loading branch information
Fenguoz committed Feb 9, 2023
1 parent b59fe52 commit 76c8335
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 @@ -19,7 +19,7 @@

"require": {
"php": ">=8.0",
"comely-io/data-types": "^1.0",
"fenguoz/data-types": "^1.0",
"guzzlehttp/guzzle": "^7.2",
"fenguoz/web3.php": "^1.0",
"kornrunner/secp256k1": "^0.2",
Expand All @@ -29,7 +29,7 @@
},

"require-dev": {
"phpunit/phpunit": "^6.0"
"phpunit/phpunit": "~9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 76c8335

Please sign in to comment.