8000 Merge branch '4.0' · symfony/symfony@697791c · GitHub
[go: up one dir, main page]

Skip to content

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

Appearance settings

Commit 697791c

Browse files
Merge branch '4.0'
* 4.0: Fix suggest.psr/*-implementation in composer.json files
2 parents 8c0199e + ec057fd commit 697791c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Symfony/Component/Console/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"symfony/event-dispatcher": "",
3232
"symfony/lock": "",
3333
"symfony/process": "",
34-
"psr/log": "For using the console logger"
34+
"psr/log-implementation": "For using the console logger"
3535
},
3636
"conflict": {
3737
"symfony/dependency-injection": "<3.4",

src/Symfony/Component/Security/Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"psr/log": "~1.0"
2929
},
3030
"suggest": {
31-
"psr/container": "To instantiate the Security class",
31+
"psr/container-implementation": "To instantiate the Security class",
3232
"symfony/event-dispatcher": "",
3333
"symfony/http-foundation": "",
3434
"symfony/validator": "For using the user password constraint",

src/Symfony/Component/Security/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"psr/log": "~1.0"
4040
},
4141
"suggest": {
42-
"psr/container": "To instantiate the Security class",
42+
"psr/container-implementation": "To instantiate the Security class",
4343
"symfony/form": "",
4444
"symfony/validator": "For using the user password constraint",
4545
"symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs",

src/Symfony/Component/Templating/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"psr/log": "~1.0"
2323
},
2424
"suggest": {
25-
"psr/log": "For using debug logging in loaders"
25+
"psr/log-implementation": "For using debug logging in loaders"
2626
},
2727
"autoload": {
2828
"psr-4": { "Symfony\\Component\\Templating\\": "" },

src/Symfony/Component/Translation/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"suggest": {
3737
"symfony/config": "",
3838
"symfony/yaml": "",
39-
"psr/log": "To use logging capability in translator"
39+
"psr/log-implementation": "To use logging capability in translator"
4040
},
4141
"autoload": {
4242
"psr-4": { "Symfony\\Component\\Translation\\": "" },

0 commit comments

Comments
 (0)
0