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

Commit 03dc1eb

Browse files
authored
Add Laravel 8 support
#889
1 parent c72a2e3 commit 03dc1eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"require": {
88
"php": ">=7.1",
99
"adldap2/adldap2": "^10.1",
10-
"illuminate/support": "~5.5|~6.0|~7.0"
10+
"illuminate/support": "~5.5|~6.0|~7.0|~8.0"
1111
},
1212
"require-dev": {
1313
"mockery/mockery": "~1.0",
14-
"phpunit/phpunit": "~7.0",
15-
"orchestra/testbench": "~3.7"
14+
"phpunit/phpunit": "~7.0|~8.0",
15+
"orchestra/testbench": "~3.7|~4.0"
1616
},
1717
"archive": {
1818
"exclude": ["/tests"]

0 commit comments

Comments
 (0)