10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbec8a commit 14e9f46Copy full SHA for 14e9f46
src/Symfony/Component/Security/Core/composer.json
@@ -16,16 +16,18 @@
16
}
17
],
18
"require": {
19
- "php": ">=5.3.3",
20
- "symfony/event-dispatcher": "~2.1",
21
- "symfony/http-foundation": "~2.4"
+ "php": ">=5.3.3"
22
},
23
"require-dev": {
+ "symfony/event-dispatcher": "~2.1",
+ "symfony/http-foundation": "~2.4",
24
"symfony/validator": "~2.2",
25
"psr/log": "~1.0",
26
"ircmaxell/password-compat": "1.0.*"
27
28
"suggest": {
29
+ "symfony/event-dispatcher": "",
30
+ "symfony/http-foundation": "",
31
"symfony/validator": "",
32
"ircmaxell/password-compat": ""
33
0 commit comments