Skip to content

Commit deae3f5

Browse files
authored
chore: upgrade deps (#113)
1 parent d575bd6 commit deae3f5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

composer.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,15 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.4|^8.0",
20+
"php": "^8.0",
2121
"bitwasp/bitcoin": "^1.0",
2222
"simplito/elliptic-php": "^1.0"
2323
},
2424
"require-dev": {
25-
"friendsofphp/php-cs-fixer": "^3.0",
2625
"graham-campbell/analyzer": "^3.0",
27-
"illuminate/support": "^7.0|^8.0",
28-
"mockery/mockery": "^1.2",
29-
"pestphp/drift": "^0.3",
30-
"pestphp/pest": "^1.0",
31-
"pestphp/pest-plugin-parallel": "^0.3.1",
32-
"phpunit/phpunit": "^9.5",
33-
"symfony/var-dumper": "^5.0"
26+
"illuminate/support": "^8.62",
27+
"pestphp/pest": "^1.11",
28+
"pestphp/pest-plugin-parallel": "^0.3.1"
3429
},
3530
"autoload": {
3631
"psr-4": {

0 commit comments

Comments
 (0)