Skip to content

Commit

Permalink
laravel 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-boduch committed Apr 8, 2020
1 parent 3f42597 commit b35e13b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": ">=7.0.0",
"nesbot/carbon": "^1.21",
"illuminate/http": "5.*|6.*",
"illuminate/support": "5.*|6.*",
"illuminate/view": "5.*|6.*",
"illuminate/pagination": "5.*|6.*",
"illuminate/validation": "5.*|6.*",
"laravelcollective/html": "5.*|6.*"
"php": ">=7.2.0",
"nesbot/carbon": "^2.32.0",
"illuminate/http": "5.8|6.*",
"illuminate/support": "5.8|6.*",
"illuminate/view": "5.8|6.*",
"illuminate/pagination": "5.8|6.*",
"illuminate/validation": "5.8|6.*",
"laravelcollective/html": "5.8|6.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit b35e13b

Please sign in to comment.