diff --git a/composer.json b/composer.json index 48de0f02..4c350109 100644 --- a/composer.json +++ b/composer.json @@ -29,10 +29,10 @@ "minimum-stability": "dev", "require": { "php": ">=8.1", - "gacela-project/container": "^0.5" + "gacela-project/container": "^0.6" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.38", + "friendsofphp/php-cs-fixer": "^3.41", "infection/infection": "^0.26", "phpbench/phpbench": "^1.2", "phpmetrics/phpmetrics": "^2.8", @@ -41,7 +41,7 @@ "psalm/plugin-phpunit": "^0.18", "symfony/console": "^5.4", "symfony/var-dumper": "^5.4", - "vimeo/psalm": "^5.15" + "vimeo/psalm": "^5.18" }, "suggest": { "gacela-project/phpstan-extension": "A set of phpstan rules for Gacela", diff --git a/composer.lock b/composer.lock index ad98134d..455018e5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,34 +4,34 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7fcf2b4f614a51236e95196fdc3557f3", + "content-hash": "90048556520d03f8c41d76473c4baf97", "packages": [ { "name": "gacela-project/container", - "version": "0.5.1", + "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/gacela-project/container.git", - "reference": "1b4939871a10fdc3bef2a34050316a9b3488c1df" + "reference": "1f6ee990a21d4dcbacb8f0eed8608daa14ccf51c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gacela-project/container/zipball/1b4939871a10fdc3bef2a34050316a9b3488c1df", - "reference": "1b4939871a10fdc3bef2a34050316a9b3488c1df", + "url": "https://api.github.com/repos/gacela-project/container/zipball/1f6ee990a21d4dcbacb8f0eed8608daa14ccf51c", + "reference": "1f6ee990a21d4dcbacb8f0eed8608daa14ccf51c", "shasum": "" }, "require": { - "php": "^8.0, <8.3", + "php": ">=8.1", "psr/container": "^1.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.19", + "friendsofphp/php-cs-fixer": "^3.41", "infection/infection": "^0.26", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.6", "psalm/plugin-phpunit": "^0.18", "symfony/var-dumper": "^5.4", - "vimeo/psalm": "^5.12" + "vimeo/psalm": "^5.18" }, "type": "library", "autoload": { @@ -65,7 +65,7 @@ ], "support": { "issues": "https://github.com/gacela-project/resolver/issues", - "source": "https://github.com/gacela-project/container/tree/0.5.1" + "source": "https://github.com/gacela-project/container/tree/0.6.0" }, "funding": [ { @@ -73,7 +73,7 @@ "type": "custom" } ], - "time": "2023-06-24T12:59:23+00:00" + "time": "2023-12-21T16:47:14+00:00" }, { "name": "psr/container",