-
- Downloads
adaptions to AbstractDataProvider update from core; local data attributes and...
adaptions to AbstractDataProvider update from core; local data attributes and authorization now configutred here instead of connector
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- composer.lock 8 additions, 8 deletionscomposer.lock
- src/DataProvider/PersonDataProvider.php 6 additions, 1 deletionsrc/DataProvider/PersonDataProvider.php
- src/DependencyInjection/Configuration.php 10 additions, 1 deletionsrc/DependencyInjection/Configuration.php
- src/DependencyInjection/DbpRelayBasePersonExtension.php 4 additions, 0 deletionssrc/DependencyInjection/DbpRelayBasePersonExtension.php
... | ... | @@ -6,7 +6,7 @@ |
"php": ">=7.3", | ||
"ext-json": "*", | ||
"api-platform/core": "^2.6.3", | ||
"dbp/relay-core-bundle": "^0.1.88", | ||
"dbp/relay-core-bundle": "^0.1.91", | ||
"guzzlehttp/guzzle": "^7.0", | ||
"nelmio/cors-bundle": "^2.1.0", | ||
"phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0", | ||
... | ... |
Please register or sign in to comment