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 f9601af commit 1a1f200Copy full SHA for 1a1f200
composer.json
@@ -23,17 +23,17 @@
23
],
24
"require": {
25
"php": "^8.2",
26
- "illuminate/support": "^10.0",
27
- "illuminate/database": "^10.0",
28
- "illuminate/events": "^10.0"
+ "illuminate/support": "^11.0",
+ "illuminate/database": "^11.0",
+ "illuminate/events": "^11.0"
29
},
30
"require-dev": {
31
"friendsofphp/php-cs-fixer": "^3.3",
32
"php-parallel-lint/php-parallel-lint": "^1.2",
33
"phpunit/phpunit": "^10.5",
34
"lychee-org/phpstan-lychee": "^1.0.4",
35
"nunomaduro/larastan": "^2.0",
36
- "orchestra/testbench": "^8.0"
+ "orchestra/testbench": "^9.0"
37
38
"autoload": {
39
"psr-4": {
0 commit comments