Skip to content

Commit

Permalink
upgrade do new laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-boduch committed Apr 7, 2020
1 parent 075044f commit 3f42597
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"require": {
"php": ">=7.0.0",
"nesbot/carbon": "^1.21",
"illuminate/http": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/view": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/pagination": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/validation": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"laravelcollective/html": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*"
"illuminate/http": "5.*|6.*",
"illuminate/support": "5.*|6.*",
"illuminate/view": "5.*|6.*",
"illuminate/pagination": "5.*|6.*",
"illuminate/validation": "5.*|6.*",
"laravelcollective/html": "5.*|6.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 3f42597

Please sign in to comment.