Skip to content

Commit

Permalink
remove abandoned package adldap2/adldap2 and use LDAP Api from dbp/re…
Browse files Browse the repository at this point in the history
…lay-core-connector-ldap-bundle instead
  • Loading branch information
tobiasgv committed Apr 2, 2024
1 parent f3f822a commit 477bd28
Show file tree
Hide file tree
Showing 8 changed files with 875 additions and 544 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"require": {
"php": ">=8.1",
"ext-json": "*",
"adldap2/adldap2": "^10.4",
"dbp/relay-base-person-bundle": "^0.2.26",
"dbp/relay-core-bundle": "^0.1.148",
"symfony/event-dispatcher": "^5.4 || ^6.4",
"dbp/relay-core-bundle": "^0.1.150",
"dbp/relay-core-connector-ldap-bundle": "dev-main",
"psr/container": "^1.1 || ^2",
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
"symfony/framework-bundle": "^5.4 || ^6.4",
"symfony/config": "^5.4 || ^6.4",
"symfony/cache": "^5.4 || ^6.4",
"symfony/config": "^5.4 || ^6.4",
"symfony/dependency-injection": "^5.4 || ^6.4",
"symfony/event-dispatcher": "^5.4 || ^6.4",
"symfony/event-dispatcher-contracts": "^2.5 || ^3",
"symfony/framework-bundle": "^5.4 || ^6.4",
"symfony/http-foundation": "^5.4 || ^6.4",
"symfony/http-kernel": "^5.4 || ^6.4",
"symfony/event-dispatcher-contracts": "^2.5 || ^3",
"symfony/service-contracts": "^2.5 || ^3",
"psr/container": "^1.1 || ^2",
"symfony/dependency-injection": "^5.4 || ^6.4"
"symfony/service-contracts": "^2.5 || ^3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.50",
Expand Down

0 comments on commit 477bd28

Please sign in to comment.