Skip to content

Commit

Permalink
laravel-8: Experimental fix to allow Laravel 8 support.
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Cutler <[email protected]>
  • Loading branch information
criebs-cmdagency and ecutlerCMD authored Jul 2, 2021
1 parent a1a43d6 commit c8009ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
}
],
"require": {
"php": ">=5.4.0",
"illuminate/database": "~4.2|^5|^6|^7",
"illuminate/config": "~4.2|^5|^6|^7",
"php": ">=7.3.0",
"nesbot/carbon": "~1.0|~2",
"elasticsearch/elasticsearch": "~6.1"
},
"require-dev": {
"phpunit/phpunit": "~4.2|~5.0|~8.0",
"phpunit/phpunit": "~4.2|~5.0|~8.0|^9.0",
"mockery/mockery": "^0.9.4|^1.0"
},
"autoload": {
Expand Down

0 comments on commit c8009ca

Please sign in to comment.