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

Commit

Permalink
Merge pull request #932 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
Laravel 10.x Compatibility
  • Loading branch information
stevebauman authored Feb 15, 2023
2 parents e67f845 + 084ca4e commit d587c4d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
{
"name": "adldap2/adldap2-laravel",
"description": "LDAP Authentication & Management for Laravel.",
"keywords": ["adldap", "adldap2", "ldap", "laravel"],
"keywords": [
"adldap",
"adldap2",
"ldap",
"laravel"
],
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.1",
"adldap2/adldap2": "^10.1",
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0"
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0|^10.0"
},
"require-dev": {
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0|~8.0",
"orchestra/testbench": "~3.7|~4.0"
"phpunit/phpunit": "~7.0|~8.0|^9.5.10",
"orchestra/testbench": "~3.7|~4.0|^8.0"
},
"archive": {
"exclude": ["/tests"]
"exclude": [
"/tests"
]
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d587c4d

Please sign in to comment.