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

Commit e67f845

Browse files
authored
Merge pull request #923 from sgarwood/laravel-9-support
Laravel 9 support
2 parents 7147158 + 996f195 commit e67f845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"php": ">=7.1",
99
"adldap2/adldap2": "^10.1",
10-
"illuminate/support": "~5.5|~6.0|~7.0|~8.0"
10+
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0"
1111
},
1212
"require-dev": {
1313
"mockery/mockery": "~1.0",

0 commit comments

Comments
 (0)