Skip to content

Commit 6bd738d

Browse files
authored
Merge pull request #8 from 64robots/update/support-laravel-10
Update/support laravel 10
2 parents 7c7fac3 + 736b72b commit 6bd738d

File tree

2 files changed

+341
-270
lines changed

2 files changed

+341
-270
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"license": "MIT",
1010
"require": {
1111
"php": ">=7.1.0|^8.0",
12-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
13-
"illuminate/notifications": "^6.0|^7.0|^8.0|^9.0",
14-
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
15-
"illuminate/database": "^6.0|^7.0|^8.0|^9.0"
12+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
13+
"illuminate/notifications": "^6.0|^7.0|^8.0|^9.0|^10.0",
14+
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
15+
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)