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

Commit d587c4d

Browse files
authored
Merge pull request #932 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents e67f845 + 084ca4e commit d587c4d

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

composer.json

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
{
22
"name": "adldap2/adldap2-laravel",
33
"description": "LDAP Authentication & Management for Laravel.",
4-
"keywords": ["adldap", "adldap2", "ldap", "laravel"],
4+
"keywords": [
5+
"adldap",
6+
"adldap2",
7+
"ldap",
8+
"laravel"
9+
],
510
"license": "MIT",
611
"type": "project",
712
"require": {
813
"php": ">=7.1",
914
"adldap2/adldap2": "^10.1",
10-
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0"
15+
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0|^10.0"
1116
},
1217
"require-dev": {
1318
"mockery/mockery": "~1.0",
14-
"phpunit/phpunit": "~7.0|~8.0",
15-
"orchestra/testbench": "~3.7|~4.0"
19+
"phpunit/phpunit": "~7.0|~8.0|^9.5.10",
20+
"orchestra/testbench": "~3.7|~4.0|^8.0"
1621
},
1722
"archive": {
18-
"exclude": ["/tests"]
23+
"exclude": [
24+
"/tests"
25+
]
1926
},
2027
"autoload": {
2128
"psr-4": {

0 commit comments

Comments
 (0)