Skip to content

Commit bb0d437

Browse files
committed
Added Laravel 10 dependencies
1 parent 63c79d6 commit bb0d437

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"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",
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",
2424
"laravel/ui": "^3.0"
2525
},
2626
"require-dev": {
@@ -40,7 +40,6 @@
4040
"scripts": {
4141
"test": "vendor/bin/phpunit",
4242
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
43-
4443
},
4544
"config": {
4645
"sort-packages": true

0 commit comments

Comments
 (0)