Skip to content

Commit 6e81571

Browse files
authored
Merge pull request #32 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 148fd0a + f08daa9 commit 6e81571

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
"homepage": "https://github.com/timokoerber/laravel-one-time-operations",
2121
"require": {
2222
"php": "^8.0",
23-
"illuminate/contracts": "^9.0|^10.0",
24-
"illuminate/support": "^9.0|^10.0"
23+
"illuminate/contracts": "^9.0|^10.0|^11.0",
24+
"illuminate/support": "^9.0|^10.0|^11.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^9.4",
28-
"orchestra/testbench": "7"
27+
"phpunit/phpunit": "^9.4|^10.5",
28+
"orchestra/testbench": "7|^9.0"
2929
},
3030
"minimum-stability": "dev",
3131
"prefer-stable": true,

0 commit comments

Comments
 (0)