Skip to content

Commit

Permalink
chore: upgrade deps (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored Nov 16, 2021
1 parent d575bd6 commit deae3f5
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,15 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.0",
"bitwasp/bitcoin": "^1.0",
"simplito/elliptic-php": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"graham-campbell/analyzer": "^3.0",
"illuminate/support": "^7.0|^8.0",
"mockery/mockery": "^1.2",
"pestphp/drift": "^0.3",
"pestphp/pest": "^1.0",
"pestphp/pest-plugin-parallel": "^0.3.1",
"phpunit/phpunit": "^9.5",
"symfony/var-dumper": "^5.0"
"illuminate/support": "^8.62",
"pestphp/pest": "^1.11",
"pestphp/pest-plugin-parallel": "^0.3.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit deae3f5

Please sign in to comment.