We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e165d commit 9b72679Copy full SHA for 9b72679
2 files changed
composer.json
@@ -10,17 +10,17 @@
10
}
11
],
12
"require": {
13
- "php": "^8.1",
+ "php": "^8.2",
14
"hypernode/api-client": "dev-master",
15
- "laravel-zero/framework": "^10.0",
16
- "nunomaduro/termwind": "^1.15",
+ "laravel-zero/framework": "^11.0",
+ "nunomaduro/termwind": "^2.0",
17
"nyholm/psr7": "^1.5",
18
- "symfony/http-client": "^6.2"
+ "symfony/http-client": "^7.0"
19
},
20
"require-dev": {
21
"laravel/pint": "^1.5",
22
- "mockery/mockery": "^1.5.1",
23
- "pestphp/pest": "^1.22.3"
+ "mockery/mockery": "^1.6",
+ "pestphp/pest": "^2.0"
24
25
"autoload": {
26
"psr-4": {
@@ -41,6 +41,9 @@
41
"allow-plugins": {
42
"pestphp/pest-plugin": true,
43
"php-http/discovery": true
44
+ },
45
+ "platform": {
46
+ "php": "8.2.0"
47
48
49
"minimum-stability": "stable",
0 commit comments