8000 minor #53476 [Contracts] Allow psr/container 1.1 again (DavidPrevot) · symfony/symfony@76ad235 · GitHub
[go: up one dir, main page]

Skip to content

Commit 76ad235

Browse files
minor #53476 [Contracts] Allow psr/container 1.1 again (DavidPrevot)
This PR was merged into the 6.4 branch. Discussion ---------- [Contracts] Allow psr/container 1.1 again | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | N/A | License | MIT This a follow up from #53150 (initially incorrectly submitted against symfony/contracts#6). Commits ------- df47df5 Allow psr/container 1.1 again
2 parents 9bdafbc + df47df5 commit 76ad235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Contracts/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"psr/cache": "^3.0",
21-
"psr/container": "^2.0",
21+
"psr/container": "^1.1|^2.0",
2222
"psr/event-dispatcher": "^1.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)
0