Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Add support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgall committed Apr 3, 2020
1 parent 199e3ef commit 0c4911d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}],
"require": {
"php": ">=7.2",
"illuminate/database": "~5.5|~6.0",
"illuminate/support": "~5.5|~6.0",
"illuminate/console": "~5.5|~6.0",
"illuminate/events": "~5.5|~6.0"
"illuminate/database": "~5.5|~6.0|~7.0",
"illuminate/support": "~5.5|~6.0|~7.0",
"illuminate/console": "~5.5|~6.0|~7.0",
"illuminate/events": "~5.5|~6.0|~7.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
Expand All @@ -38,4 +38,4 @@
]
}
}
}
}

0 comments on commit 0c4911d

Please sign in to comment.