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 00c12e7 commit bbb9977Copy full SHA for bbb9977
composer.json
@@ -12,11 +12,11 @@
12
}
13
],
14
"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"
+ "php": "^8.0",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0",
+ "illuminate/container": "^7.0|^8.0|^9.0|^10.0",
+ "illuminate/database": "^7.0|^8.0|^9.0|^10.0",
+ "illuminate/events": "^7.0|^8.0|^9.0|^10.0"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "^8.4|^9.0",
0 commit comments