Movatterモバイル変換


[0]ホーム

URL:


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

Commit00d1173

Browse files
committed
Add missing symfony/deprecation-contracts requirement
1 parentc82567b commit00d1173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Symfony/Bridge/PhpUnit/composer.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"require": {
1919
"php":">=7.1.3 EVEN ON LATEST SYMFONY VERSIONS TO ALLOW USING",
2020
"php":"THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
21-
"php":">=7.1.3"
21+
"php":">=7.1.3",
22+
"symfony/deprecation-contracts":"^2.1"
2223
},
2324
"require-dev": {
24-
"symfony/deprecation-contracts":"^2.1",
2525
"symfony/error-handler":"^4.4|^5.0"
2626
},
2727
"suggest": {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp