Skip to content

Commit

Permalink
Added Laravel 8.* dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
masroore committed Sep 11, 2020
1 parent ece65ed commit ef0290f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"require": {
"php": "^7.1.3",
"konekt/enum": "^2.0.2 || ^3.0.0",
"illuminate/database": "5.*|6.*|7.*"
"illuminate/database": "5.*|6.*|7.*|8.*"
},
"require-dev": {
"phpunit/phpunit": "6.3 - 7.5|~8.0",
"illuminate/events": "5.*|6.*|7.*",
"illuminate/events": "5.*|6.*|7.*|8.*",
"ocramius/package-versions": "^1.2"
},
"autoload": {
Expand Down

0 comments on commit ef0290f

Please sign in to comment.