Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
Add Laravel 8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman authored Sep 8, 2020
1 parent c72a2e3 commit 03dc1eb
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 @@ -7,12 +7,12 @@
"require": {
"php": ">=7.1",
"adldap2/adldap2": "^10.1",
"illuminate/support": "~5.5|~6.0|~7.0"
"illuminate/support": "~5.5|~6.0|~7.0|~8.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0",
"orchestra/testbench": "~3.7"
"phpunit/phpunit": "~7.0|~8.0",
"orchestra/testbench": "~3.7|~4.0"
},
"archive": {
"exclude": ["/tests"]
Expand Down

0 comments on commit 03dc1eb

Please sign in to comment.