We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 148fd0a + f08daa9 commit 6e81571Copy full SHA for 6e81571
composer.json
@@ -20,12 +20,12 @@
20
"homepage": "https://github.com/timokoerber/laravel-one-time-operations",
21
"require": {
22
"php": "^8.0",
23
- "illuminate/contracts": "^9.0|^10.0",
24
- "illuminate/support": "^9.0|^10.0"
+ "illuminate/contracts": "^9.0|^10.0|^11.0",
+ "illuminate/support": "^9.0|^10.0|^11.0"
25
},
26
"require-dev": {
27
- "phpunit/phpunit": "^9.4",
28
- "orchestra/testbench": "7"
+ "phpunit/phpunit": "^9.4|^10.5",
+ "orchestra/testbench": "7|^9.0"
29
30
"minimum-stability": "dev",
31
"prefer-stable": true,
0 commit comments