Skip to content

Commit

Permalink
Merge pull request #25 from mikemand/laravel-8
Browse files Browse the repository at this point in the history
Add support for Laravel 8
  • Loading branch information
liam-wiltshire authored Nov 11, 2020
2 parents 385a5d3 + 7158808 commit bfec4d1
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 @@ -8,13 +8,13 @@
}],
"require": {
"php": ">=7.1.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0.0",
"squizlabs/php_codesniffer": "^3.0.0",
"phpunit/php-code-coverage": "^6.0.0",
"illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
"illuminate/log": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit bfec4d1

Please sign in to comment.