Skip to content
Snippets Groups Projects
Commit 9b0cc98d authored by Groß-Vogt, Tobias's avatar Groß-Vogt, Tobias
Browse files

core bundle update

parent c8852bc4
No related branches found
No related tags found
No related merge requests found
Pipeline #235600 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "65c53c1548301fac897b6c04dd906e2d", "content-hash": "093d88433cbcc479a9730deade484a74",
"packages": [ "packages": [
{ {
"name": "adldap2/adldap2", "name": "adldap2/adldap2",
...@@ -358,15 +358,15 @@ ...@@ -358,15 +358,15 @@
}, },
{ {
"name": "dbp/relay-base-person-bundle", "name": "dbp/relay-base-person-bundle",
"version": "v0.2.12", "version": "v0.2.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-base-person-bundle", "url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-base-person-bundle",
"reference": "040eae35c47f730bfbc4ad9546bce425e772881a" "reference": "76dc3cf7a4ef16cee037739e0c612f63c29ef580"
}, },
"require": { "require": {
"api-platform/core": "^2.6.3", "api-platform/core": "^2.6.3",
"dbp/relay-core-bundle": "^0.1.88", "dbp/relay-core-bundle": "^0.1.91",
"ext-json": "*", "ext-json": "*",
"guzzlehttp/guzzle": "^7.0", "guzzlehttp/guzzle": "^7.0",
"nelmio/cors-bundle": "^2.1.0", "nelmio/cors-bundle": "^2.1.0",
...@@ -403,20 +403,20 @@ ...@@ -403,20 +403,20 @@
"license": [ "license": [
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"time": "2023-02-28T11:33:50+00:00" "time": "2023-03-23T09:35:04+00:00"
}, },
{ {
"name": "dbp/relay-core-bundle", "name": "dbp/relay-core-bundle",
"version": "v0.1.90", "version": "v0.1.91",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/digital-blueprint/relay-core-bundle.git", "url": "https://github.com/digital-blueprint/relay-core-bundle.git",
"reference": "da90f97ea72c6e0361fa18de31dc0e0c141b1376" "reference": "9a93c21af9466b47f9763420d668f49c5bf08ac8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/da90f97ea72c6e0361fa18de31dc0e0c141b1376", "url": "https://api.github.com/repos/digital-blueprint/relay-core-bundle/zipball/9a93c21af9466b47f9763420d668f49c5bf08ac8",
"reference": "da90f97ea72c6e0361fa18de31dc0e0c141b1376", "reference": "9a93c21af9466b47f9763420d668f49c5bf08ac8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -484,9 +484,9 @@ ...@@ -484,9 +484,9 @@
"description": "The core bundle of the Relay API gateway", "description": "The core bundle of the Relay API gateway",
"support": { "support": {
"issues": "https://github.com/digital-blueprint/relay-core-bundle/issues", "issues": "https://github.com/digital-blueprint/relay-core-bundle/issues",
"source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.90" "source": "https://github.com/digital-blueprint/relay-core-bundle/tree/v0.1.91"
}, },
"time": "2023-03-06T13:46:06+00:00" "time": "2023-03-23T08:54:16+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
...@@ -11223,5 +11223,5 @@ ...@@ -11223,5 +11223,5 @@
"platform-overrides": { "platform-overrides": {
"php": "7.3" "php": "7.3"
}, },
"plugin-api-version": "2.3.0" "plugin-api-version": "2.2.0"
} }
...@@ -8,7 +8,7 @@ use Dbp\Relay\BasePersonBundle\Entity\Person; ...@@ -8,7 +8,7 @@ use Dbp\Relay\BasePersonBundle\Entity\Person;
use Dbp\Relay\BasePersonConnectorLdapBundle\Event\PersonPostEvent; use Dbp\Relay\BasePersonConnectorLdapBundle\Event\PersonPostEvent;
use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface;
class PersonPostEventSubscriber implements EventSubscriberInterface class PersonEventSubscriber implements EventSubscriberInterface
{ {
public static function getSubscribedEvents(): array public static function getSubscribedEvents(): array
{ {
......
...@@ -11,7 +11,7 @@ use Adldap\Query\Grammar; ...@@ -11,7 +11,7 @@ use Adldap\Query\Grammar;
use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\ApiTestCase; use ApiPlatform\Core\Bridge\Symfony\Bundle\Test\ApiTestCase;
use Dbp\Relay\BasePersonConnectorLdapBundle\Service\LDAPApi; use Dbp\Relay\BasePersonConnectorLdapBundle\Service\LDAPApi;
use Dbp\Relay\BasePersonConnectorLdapBundle\Service\LDAPPersonProvider; use Dbp\Relay\BasePersonConnectorLdapBundle\Service\LDAPPersonProvider;
use Dbp\Relay\BasePersonConnectorLdapBundle\TestUtils\PersonPostEventSubscriber; use Dbp\Relay\BasePersonConnectorLdapBundle\TestUtils\PersonEventSubscriber;
use Dbp\Relay\BasePersonConnectorLdapBundle\TestUtils\PersonUserItemSubscriber; use Dbp\Relay\BasePersonConnectorLdapBundle\TestUtils\PersonUserItemSubscriber;
use Mockery; use Mockery;
use Symfony\Component\EventDispatcher\EventDispatcher; use Symfony\Component\EventDispatcher\EventDispatcher;
...@@ -31,7 +31,7 @@ class PersonTest extends ApiTestCase ...@@ -31,7 +31,7 @@ class PersonTest extends ApiTestCase
protected function setUp(): void protected function setUp(): void
{ {
parent::setUp(); parent::setUp();
$personFromUserItemSubscriber = new PersonPostEventSubscriber(); $personFromUserItemSubscriber = new PersonEventSubscriber();
$personUserItemSubscriber = new PersonUserItemSubscriber(); $personUserItemSubscriber = new PersonUserItemSubscriber();
$eventDispatcher = new EventDispatcher(); $eventDispatcher = new EventDispatcher();
$eventDispatcher->addSubscriber($personFromUserItemSubscriber); $eventDispatcher->addSubscriber($personFromUserItemSubscriber);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment