Skip to content

Commit

Permalink
Update framework dependency for laravel 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 23, 2020
1 parent da403bc commit 1a448dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@
}
],
"require": {
"laravel/framework": "~5.5"
"laravel/framework": "^5.5|^6.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "^3.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1a448dc

Please sign in to comment.