We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a42a54a + 063a158 commit 79f1f3eCopy full SHA for 79f1f3e
composer.json
@@ -12,9 +12,9 @@
12
"require": {
13
"php": ">=5.3.2",
14
"psr/log": "^1.0",
15
- "symfony/event-dispatcher": "^2.2 || ^3.0",
16
- "symfony/http-kernel": "^2.2 || ^3.0",
17
- "symfony/security": "^2.2 || ^3.0"
+ "symfony/event-dispatcher": "^2.2 || ^3.0 || ^4.0",
+ "symfony/http-kernel": "^2.2 || ^3.0 || ^4.0",
+ "symfony/security": "^2.2 || ^3.0 || ^4.0"
18
},
19
"autoload": {
20
"psr-0": { "Jmikola\\AutoLogin": "src" }
0 commit comments