We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83f63a commit f419bf0Copy full SHA for f419bf0
composer.json
@@ -20,12 +20,12 @@
20
}
21
],
22
"require": {
23
- "illuminate/auth": "^6.0",
24
- "illuminate/database": "^6.0",
25
- "illuminate/events": "^6.0"
+ "illuminate/auth": "^6.0 || ^7.0",
+ "illuminate/database": "^6.0 || ^7.0",
+ "illuminate/events": "^6.0 || ^7.0"
26
},
27
"require-dev": {
28
- "phpunit/phpunit": "^7.5"
+ "phpunit/phpunit": "^7.5 || ^8.0"
29
30
"autoload": {
31
"psr-4": {
0 commit comments