Skip to content

Commit

Permalink
Merge pull request #32 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
TimoKoerber authored Apr 4, 2024
2 parents 148fd0a + f08daa9 commit 6e81571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"homepage": "https://github.com/timokoerber/laravel-one-time-operations",
"require": {
"php": "^8.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0"
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.4",
"orchestra/testbench": "7"
"phpunit/phpunit": "^9.4|^10.5",
"orchestra/testbench": "7|^9.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 6e81571

Please sign in to comment.