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 d6b31b5 + 0c1adca commit d607191Copy full SHA for d607191
composer.json
@@ -17,11 +17,11 @@
17
],
18
"require": {
19
"php": "^7.3|^8.0",
20
- "illuminate/auth": "^8.0|^9.0",
21
- "illuminate/database": "^8.0|^9.0",
22
- "illuminate/notifications": "^8.0|^9.0",
23
- "illuminate/support": "^8.0|^9.0",
24
- "laravel/ui": "^3.0"
+ "illuminate/auth": "^8.0|^9.0|^10.0",
+ "illuminate/database": "^8.0|^9.0|^10.0",
+ "illuminate/notifications": "^8.0|^9.0|^10.0",
+ "illuminate/support": "^8.0|^9.0|^10.0",
+ "laravel/ui": "^3.0|^4.0"
25
},
26
"require-dev": {
27
"phpunit/phpunit": "^9.0",
@@ -40,7 +40,6 @@
40
"scripts": {
41
"test": "vendor/bin/phpunit",
42
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
43
-
44
45
"config": {
46
"sort-packages": true
0 commit comments