Skip to content

Commit

Permalink
Merge pull request #20 from gauthierl/sf4
Browse files Browse the repository at this point in the history
composer: add symfony 4
  • Loading branch information
jmikola committed Feb 7, 2018
2 parents a42a54a + 063a158 commit 79f1f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"require": {
"php": ">=5.3.2",
"psr/log": "^1.0",
"symfony/event-dispatcher": "^2.2 || ^3.0",
"symfony/http-kernel": "^2.2 || ^3.0",
"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"
},
"autoload": {
"psr-0": { "Jmikola\\AutoLogin": "src" }
Expand Down

0 comments on commit 79f1f3e

Please sign in to comment.