Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 46e535d

Browse files
Grzegorz KorbaWirone
Grzegorz Korba
authored andcommitted
Restrict psr/container constraint
Versions 1.1.0 and 1.1.2 does not work properly with Symfony DI (`Psr\Container\ContainerExceptionInterface` extends `\Throwable` there and it causes errors for DI's exception which also extends it).
1 parent 1610b64 commit 46e535d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"phpstan/phpstan-phpunit": "^1.0",
2727
"phpstan/phpstan-strict-rules": "^1.0",
2828
"phpunit/phpunit": "^9.5",
29-
"psr/container": "^1.1 <1.1.2",
29+
"psr/container": "1.0 || 1.1.1",
3030
"symfony/config": "^4.2 || ^5.0",
3131
"symfony/console": "^4.0 || ^5.0",
3232
"symfony/dependency-injection": "^4.0 || ^5.0",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /