diff --git a/composer.json b/composer.json index c85503fc..1ff7a125 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "gacela-project/container": "^0.6" }, "require-dev": { - "ergebnis/composer-normalize": "^2.43", + "ergebnis/composer-normalize": "^2.44", "friendsofphp/php-cs-fixer": "^3.56", "infection/infection": "^0.26", "phpbench/phpbench": "^1.3", @@ -42,7 +42,7 @@ "rector/rector": "^1.2", "symfony/console": "^6.4", "symfony/var-dumper": "^6.4", - "vimeo/psalm": "^5.25" + "vimeo/psalm": "^5.26" }, "suggest": { "gacela-project/gacela-env-config-reader": "Allows to read .env config files", diff --git a/composer.lock b/composer.lock index c82a216a..b7ac74e7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0895799b7d05b1f3e30d444fa4bc82c1", + "content-hash": "dbbaaee940218b8de73bbf05c57a55fc", "packages": [ { "name": "gacela-project/container", diff --git a/src/Framework/Bootstrap/AbstractSetupGacela.php b/src/Framework/Bootstrap/AbstractSetupGacela.php index 417ed52d..5561e3bb 100644 --- a/src/Framework/Bootstrap/AbstractSetupGacela.php +++ b/src/Framework/Bootstrap/AbstractSetupGacela.php @@ -19,8 +19,6 @@ abstract class AbstractSetupGacela implements SetupGacelaInterface public const externalServices = 'externalServices'; - public const bindings = 'bindings'; - public const projectNamespaces = 'projectNamespaces'; public const configKeyValues = 'configKeyValues'; @@ -53,8 +51,6 @@ abstract class AbstractSetupGacela implements SetupGacelaInterface protected const DEFAULT_PLUGINS = []; - protected const DEFAULT_BINDINGS = []; - /** * Define different config sources. */