Skip to content

Commit 1a448dc

Browse files
author
Ubuntu
committed
Update framework dependency for laravel 6.x
1 parent da403bc commit 1a448dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"laravel/framework": "~5.5"
15+
"laravel/framework": "^5.5|^6.0"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "~4.0",
19-
"squizlabs/php_codesniffer": "^3.2"
2018
},
2119
"autoload": {
2220
"psr-4": {

0 commit comments

Comments
 (0)