Skip to content

Commit 040b0a2

Browse files
authored
Merge pull request #10 from kaspernowak/laravel-11-compatibility
Upgrade Package for Laravel 11 Compatibility
2 parents f0b244d + 1f731cd commit 040b0a2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,20 @@
2424
"require": {
2525
"php": "^8.2",
2626
"guzzlehttp/guzzle": "^7.8",
27-
"illuminate/contracts": "^10.0",
28-
"laravel/framework": "^10.39",
29-
"orchestra/testbench": "^8.19",
27+
"laravel/framework": "^11",
28+
"orchestra/testbench": "^9.0",
3029
"saloonphp/cache-plugin": "^3.0",
3130
"saloonphp/laravel-plugin": "^3.2",
3231
"saloonphp/saloon": "^3.4",
33-
"spatie/laravel-data": "^3.11",
32+
"spatie/laravel-data": "^4.1",
3433
"spatie/laravel-enum": "^3.0",
3534
"spatie/laravel-package-tools": "^1.16"
3635
},
3736
"require-dev": {
3837
"laravel/pint": "^1.13",
39-
"nunomaduro/collision": "^7.10",
38+
"nunomaduro/collision": "^8.1",
4039
"nunomaduro/larastan": "^2.8",
41-
"orchestra/testbench": "^8.19",
40+
"orchestra/testbench": "^9.0",
4241
"pestphp/pest": "^2.30",
4342
"pestphp/pest-plugin-laravel": "^2.2",
4443
"phpstan/extension-installer": "^1.3",

0 commit comments

Comments
 (0)