-
- Downloads
adaptions for deprecation of email, birthDate and extraData attribute in BasePerson resource
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 4 additions, 4 deletionscomposer.lock
- src/DependencyInjection/Configuration.php 4 additions, 2 deletionssrc/DependencyInjection/Configuration.php
- src/Service/LDAPApi.php 25 additions, 16 deletionssrc/Service/LDAPApi.php
- src/TestUtils/PersonUserItemSubscriber.php 0 additions, 25 deletionssrc/TestUtils/PersonUserItemSubscriber.php
- tests/PersonTest.php 65 additions, 18 deletionstests/PersonTest.php
- tests/TestUtils/TestPersonEventSubscriber.php 3 additions, 3 deletionstests/TestUtils/TestPersonEventSubscriber.php
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
"ext-simplexml": "*", | "ext-simplexml": "*", | ||
"adldap2/adldap2": "^10.3", | "adldap2/adldap2": "^10.3", | ||
"dbp/relay-auth-bundle": "^0.1.6", | "dbp/relay-auth-bundle": "^0.1.6", | ||
"dbp/relay-base-person-bundle": "^0.2.3", | "dbp/relay-base-person-bundle": "^0.2.14", | ||
"dbp/relay-core-bundle": "^0.1.91", | "dbp/relay-core-bundle": "^0.1.91", | ||
"guzzlehttp/guzzle": "^7.3", | "guzzlehttp/guzzle": "^7.3", | ||
"league/uri": "^6.5", | "league/uri": "^6.5", | ||
... | ... |
Please sign in to comment