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 368e737

Browse files
Grzegorz KorbaWirone
Grzegorz Korba
authored andcommitted
Fix dependencies
- Explicit requirement for `symfony/dependency-injection` (it's used in actual code, so it's needed). It needs to be v4 because of PHP7.1 support. - Do not use `psr/log` 1.1.2 (see: symfony/symfony#44371 (comment))
1 parent 6cfde57 commit 368e737

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎composer.json‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@
1515
"require": {
1616
"php": "^7.1 || ^8.0",
1717
"ext-simplexml": "*",
18-
"phpstan/phpstan": "^1.4"
18+
"phpstan/phpstan": "^1.4",
19+
"symfony/dependency-injection": "^4.0"
1920
},
2021
"conflict": {
22+
"psr/container": "1.1.2",
2123
"symfony/framework-bundle": "<3.0"
2224
},
2325
"require-dev": {

0 commit comments

Comments
(0)

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