Skip to content

Commit

Permalink
Merge pull request #84 from gtjamesa/master
Browse files Browse the repository at this point in the history
Allow Laravel 8
  • Loading branch information
specialtactics authored Sep 13, 2020
2 parents a84221e + 942d46e commit c330027
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
],
"require": {
"php": "^7.2.5",
"illuminate/support": "^7.0",
"illuminate/filesystem": "^7.0",
"illuminate/support": "^7.0|^8.0",
"illuminate/filesystem": "^7.0|^8.0",
"doctrine/annotations": "~1.2",
"phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5"
},
"require-dev": {
"squizlabs/php_codesniffer": "~2.0",
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^6.5|^8.3|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c330027

Please sign in to comment.