10000 [Security] removed unneeded hard dependencies in Core · symfony/symfony@14e9f46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 10000 14e9f46

Browse files
committed
[Security] removed unneeded hard dependencies in Core
1 parent 5dbec8a commit 14e9f46

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,18 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=5.3.3",
20-
"symfony/event-dispatcher": "~2.1",
21-
"symfony/http-foundation": "~2.4"
19+
"php": ">=5.3.3"
2220
},
2321
"require-dev": {
22+
"symfony/event-dispatcher": "~2.1",
23+
"symfony/http-foundation": "~2.4",
2424
"symfony/validator": "~2.2",
2525
"psr/log": "~1.0",
2626
"ircmaxell/password-compat": "1.0.*"
2727
},
2828
"suggest": {
29+
"symfony/event-dispatcher": "",
30+
"symfony/http-foundation": "",
2931
"symfony/validator": "",
3032
"ircmaxell/password-compat": ""
3133
},

0 commit comments

Comments
 (0)
0