Skip to content

Commit 79f1f3e

Browse files
authored
Merge pull request #20 from gauthierl/sf4
composer: add symfony 4
2 parents a42a54a + 063a158 commit 79f1f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"require": {
1313
"php": ">=5.3.2",
1414
"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"
15+
"symfony/event-dispatcher": "^2.2 || ^3.0 || ^4.0",
16+
"symfony/http-kernel": "^2.2 || ^3.0 || ^4.0",
17+
"symfony/security": "^2.2 || ^3.0 || ^4.0"
1818
},
1919
"autoload": {
2020
"psr-0": { "Jmikola\\AutoLogin": "src" }

0 commit comments

Comments
 (0)