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 ea1d3fe commit 1dd79bcCopy full SHA for 1dd79bc
composer.json
@@ -11,14 +11,14 @@
11
],
12
"require": {
13
"php": "^8.2",
14
- "illuminate/support": "^10.0|^11.0|^12.0",
15
- "illuminate/filesystem": "^10.0|^11.0|^12.0",
16
- "illuminate/console": "^10.0|^11.0|^12.0"
+ "illuminate/support": "^10.0|^11.0|^12.0|^13.0",
+ "illuminate/filesystem": "^10.0|^11.0|^12.0|^13.0",
+ "illuminate/console": "^10.0|^11.0|^12.0|^13.0"
17
},
18
"require-dev": {
19
"laravel/pint": "^1.0",
20
"mockery/mockery": "^1.6",
21
- "orchestra/testbench": "^8.21|^9.2|^10.0",
+ "orchestra/testbench": "^8.21|^9.2|^10.0|^11.0",
22
"phpunit/phpunit": "^10.5|^11.0"
23
24
"autoload": {
0 commit comments