Skip to content

Commit

Permalink
fixing composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoshoya committed Apr 30, 2017
1 parent 1f2311e commit 428b8e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">=5.4.0",
"symfony/twig-bundle": "~2.3|~3.0",
"symfony/framework-bundle": "3.1.7",
"symfony/framework-bundle": "~3.1.7",
"symfony/monolog-bundle": "~3.0",
"paragonie/random_compat": "^2.0"
},
Expand All @@ -33,7 +33,7 @@
},
"target-dir": "Hoya/MasterpassBundle",
"autoload": {
"psr-4": {
"psr-0": {
"Hoya\\MasterpassBundle": ""
}
}
Expand Down

0 comments on commit 428b8e7

Please sign in to comment.