Skip to content

Commit

Permalink
Symfony 3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Ducoudray committed Jan 16, 2017
1 parent 0ce2cfd commit 7200e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sylius/report-bundle",
"name": "pitoune/report-bundle",
"type": "symfony-bundle",
"description": "Flexible report system for Symfony2 ecommerce applications.",
"keywords": ["report", "shop", "webshop", "ecommerce", "sylius"],
Expand Down Expand Up @@ -35,12 +35,12 @@
"sylius/report": "^1.0",
"sylius/money-bundle": "^1.0",
"sylius/resource-bundle": "^1.0",
"symfony/framework-bundle": "^2.8"
"symfony/framework-bundle": "^3.2"
},
"require-dev": {
"phpspec/phpspec": "^3.0",
"symfony/form": "^2.8",
"symfony/validator": "^2.8"
"symfony/form": "^3.2",
"symfony/validator": "^3.2"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 7200e64

Please sign in to comment.