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 d607191 commit 339d1c5Copy full SHA for 339d1c5
composer.json
@@ -17,15 +17,15 @@
17
],
18
"require": {
19
"php": "^7.3|^8.0",
20
- "illuminate/auth": "^8.0|^9.0|^10.0",
21
- "illuminate/database": "^8.0|^9.0|^10.0",
22
- "illuminate/notifications": "^8.0|^9.0|^10.0",
23
- "illuminate/support": "^8.0|^9.0|^10.0",
+ "illuminate/auth": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/database": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/notifications": "^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0",
24
"laravel/ui": "^3.0|^4.0"
25
},
26
"require-dev": {
27
- "phpunit/phpunit": "^9.0",
28
- "orchestra/testbench": "^6.0"
+ "phpunit/phpunit": "^9.0|^10.5",
+ "orchestra/testbench": "^6.0|^9.5"
29
30
"autoload": {
31
"psr-4": {
0 commit comments