Skip to content

Commit

Permalink
double check package dependency with symfony/framework-standard-edition
Browse files Browse the repository at this point in the history
  • Loading branch information
hswong3i committed Jun 3, 2017
1 parent 18b1288 commit c04ddb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -42,13 +42,13 @@
"symfony/security-bundle": "~2.8|~3.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "~1.6",
"doctrine/doctrine-bundle": "~1.4|~1.6",
"doctrine/doctrine-fixtures-bundle": "~2.3",
"doctrine/orm": "~2.5",
"doctrine/orm": "~2.4|~2.5",
"ext-pdo_sqlite": "*",
"phpunit/phpunit": "~5.7",
"satooshi/php-coveralls": "~1.0",
"sensio/distribution-bundle": "~5.0",
"sensio/distribution-bundle": "~4.0|~5.0",
"sensio/framework-extra-bundle": "~3.0",
"symfony/phpunit-bridge": "~2.8|~3.0",
"symfony/swiftmailer-bundle": "~2.3",
Expand Down

0 comments on commit c04ddb4

Please sign in to comment.