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

Commit 996f195

Browse files
authored
Update composer.json
1 parent daeda4c commit 996f195

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
2-
"repositories": [
3-
{
4-
"type": "vcs",
5-
"url": "https://github.com/sgarwood/Adldap2.git"
6-
}
7-
],
82
"name": "adldap2/adldap2-laravel",
93
"description": "LDAP Authentication & Management for Laravel.",
104
"keywords": ["adldap", "adldap2", "ldap", "laravel"],
115
"license": "MIT",
126
"type": "project",
137
"require": {
148
"php": ">=7.1",
15-
"adldap2/adldap2": "dev-patch-1",
9+
"adldap2/adldap2": "^10.1",
1610
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0"
1711
},
1812
"require-dev": {

0 commit comments

Comments
 (0)