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 6842365 commit 6d9c3cfCopy full SHA for 6d9c3cf
composer.json
@@ -16,15 +16,15 @@
16
"require": {
17
"php": ">=7.2",
18
"doctrine/dbal": "^2.10",
19
- "illuminate/support": "^5.8|^6.0|^7.0",
20
- "illuminate/contracts": "^5.8|^6.0|^7.0",
21
- "illuminate/database": "^5.8|^6.0|^7.0",
22
- "illuminate/queue": "^5.8|^6.0|^7.0",
23
- "illuminate/events": "^5.8|^6.0|^7.0"
+ "illuminate/support": "^5.8|^6.0|^7.0|^8.0",
+ "illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
+ "illuminate/database": "^5.8|^6.0|^7.0|^8.0",
+ "illuminate/queue": "^5.8|^6.0|^7.0|^8.0",
+ "illuminate/events": "^5.8|^6.0|^7.0|^8.0"
24
},
25
"require-dev": {
26
"mockery/mockery": "^1.3.1",
27
- "phpunit/phpunit": "^8.5"
+ "phpunit/phpunit": "^8.5|^9.5"
28
29
"autoload": {
30
"psr-4": {
0 commit comments