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 6b8a553 commit 16192c9Copy full SHA for 16192c9
composer.json
@@ -4,10 +4,10 @@
4
"type": "library",
5
"require": {
6
"php": ">=7.1.3",
7
- "illuminate/support": "^5.6 || ^6.0 || ^7.0 || ^8.0",
8
- "illuminate/container": "^5.6 || ^6.0 || ^7.0 || ^8.0",
9
- "illuminate/database": "^5.6 || ^6.0 || ^7.0 || ^8.0",
10
- "illuminate/events": "^5.6 || ^6.0 || ^7.0 || ^8.0"
+ "illuminate/support": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
+ "illuminate/container": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
+ "illuminate/database": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
+ "illuminate/events": "^5.6 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
11
},
12
"require-dev": {
13
"phpunit/phpunit": "~7.0",
0 commit comments