We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587a015 commit c3ec946Copy full SHA for c3ec946
composer.json
@@ -15,10 +15,10 @@
15
],
16
"require": {
17
"php": ">=7.1.3",
18
- "illuminate/support": "~5.8.0|^6.0|^7.0"
+ "illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
19
},
20
"require-dev": {
21
- "phpunit/phpunit": "^7.0"
+ "phpunit/phpunit": "^7.0|^8.0|^9.0"
22
23
"autoload": {
24
"files": [
@@ -32,7 +32,7 @@
32
33
"extra": {
34
"branch-alias": {
35
- "dev-master": "1.0-dev"
+ "dev-master": "1.x-dev"
36
}
37
38
"config": {
0 commit comments