Skip to content

Commit bbb9977

Browse files
committed
laravel 10
1 parent 00c12e7 commit bbb9977

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.2.5|^8.0",
16-
"illuminate/support": "^7.0|^8.0|^9.0",
17-
"illuminate/container": "^7.0|^8.0|^9.0",
18-
"illuminate/database": "^7.0|^8.0|^9.0",
19-
"illuminate/events": "^7.0|^8.0|^9.0"
15+
"php": "^8.0",
16+
"illuminate/support": "^7.0|^8.0|^9.0|^10.0",
17+
"illuminate/container": "^7.0|^8.0|^9.0|^10.0",
18+
"illuminate/database": "^7.0|^8.0|^9.0|^10.0",
19+
"illuminate/events": "^7.0|^8.0|^9.0|^10.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^8.4|^9.0",

0 commit comments

Comments
 (0)