Skip to content

Commit

Permalink
laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-boduch committed Nov 5, 2020
1 parent 1523dcc commit 5817159
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,13 +12,13 @@
"require": {
"php": ">=7.2.0",
"nesbot/carbon": "^2.32.0",
"illuminate/http": "5.8|6.*|7.*",
"illuminate/support": "5.8|6.*|7.*",
"illuminate/view": "5.8|6.*|7.*",
"illuminate/pagination": "5.8|6.*|7.*",
"illuminate/validation": "5.8|6.*|7.*",
"illuminate/http": "5.8|6.*|7.*|8.*",
"illuminate/support": "5.8|6.*|7.*|8.*",
"illuminate/view": "5.8|6.*|7.*|8.*",
"illuminate/pagination": "5.8|6.*|7.*|8.*",
"illuminate/validation": "5.8|6.*|7.*|8.*",
"laravelcollective/html": "5.8|6.*",
"laravel/helpers": "^1.1"
"laravel/helpers": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "~8.5",
Expand Down

0 comments on commit 5817159

Please sign in to comment.