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.
1 parent 3c8c8bd commit c509605Copy full SHA for c509605
composer.json
@@ -25,12 +25,12 @@
25
"codezero/composer-preload-files": "^1.0",
26
"codezero/laravel-uri-translator": "^2.0",
27
"codezero/php-url-builder": "^1.0",
28
- "illuminate/support": "^10.0|^11.0"
+ "illuminate/support": "^10.0|^11.0|^12.0"
29
},
30
"require-dev": {
31
"mockery/mockery": "^1.3.3",
32
- "orchestra/testbench": "^8.0|^9.0",
33
- "phpunit/phpunit": "^10.5"
+ "orchestra/testbench": "^8.0|^9.0|^10.0",
+ "phpunit/phpunit": "^10.5|^11.5.3"
34
35
"scripts": {
36
"test": "phpunit"
0 commit comments