Skip to content

Commit

Permalink
Upgrade composer.json to Akeneo PIM 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fitn committed Mar 8, 2016
1 parent 5c1bd93 commit 8e033ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
}
],
"require": {

"akeneo/pim-community-dev": "1.5.x-dev",
"doctrine/migrations": "1.0.0-alpha3@alpha",
"akeneo/pim-community-dev": "1.5.*",
"phpoffice/phpexcel": "1.8.*",
"akeneo-labs/spreadsheet-parser-bundle": "1.1.*"
},
Expand All @@ -30,7 +28,8 @@
"squizlabs/php_codesniffer": "2.3.*",
"phpmd/phpmd": "2.3.*",
"fabpot/php-cs-fixer": "@stable",
"henrikbjorn/phpspec-code-coverage": "1.0.*"
"henrikbjorn/phpspec-code-coverage": "1.0.*",
"doctrine/migrations": "1.0.0-alpha3@alpha"
},
"config": {
"bin-dir": "bin"
Expand Down

0 comments on commit 8e033ca

Please sign in to comment.