Skip to content

Commit e5e6f92

Browse files
authored
support and package auto discovery
1 parent 7e86777 commit e5e6f92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
}
2424
],
2525
"require": {
26-
"php" : "~5.6|~7.0|^8.0",
27-
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*"
26+
"php": "^7.0|^8.0",
27+
"illuminate/support": "6.*|7.*|8.*"
2828

2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": "5.5.*|7.0.*",
32-
"laravel/framework": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*",
31+
"phpunit/phpunit": "~6.0|7.0.*",
32+
"laravel/framework": "6.*|7.*|8.*",
3333
"squizlabs/php_codesniffer": "^2.3"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)