Skip to content

Commit 9b72679

Browse files
committed
Added PHP 8.4 compatibility
1 parent c4e165d commit 9b72679

File tree

2 files changed

+3151
-1691
lines changed

2 files changed

+3151
-1691
lines changed

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.2",
1414
"hypernode/api-client": "dev-master",
15-
"laravel-zero/framework": "^10.0",
16-
"nunomaduro/termwind": "^1.15",
15+
"laravel-zero/framework": "^11.0",
16+
"nunomaduro/termwind": "^2.0",
1717
"nyholm/psr7": "^1.5",
18-
"symfony/http-client": "^6.2"
18+
"symfony/http-client": "^7.0"
1919
},
2020
"require-dev": {
2121
"laravel/pint": "^1.5",
22-
"mockery/mockery": "^1.5.1",
23-
"pestphp/pest": "^1.22.3"
22+
"mockery/mockery": "^1.6",
23+
"pestphp/pest": "^2.0"
2424
},
2525
"autoload": {
2626
"psr-4": {
@@ -41,6 +41,9 @@
4141
"allow-plugins": {
4242
"pestphp/pest-plugin": true,
4343
"php-http/discovery": true
44+
},
45+
"platform": {
46+
"php": "8.2.0"
4447
}
4548
},
4649
"minimum-stability": "stable",

0 commit comments

Comments
 (0)