Skip to content

Commit

Permalink
Upgrade to the last stable Akeneo PIM 1.5 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fitn committed Mar 8, 2016
1 parent 3520183 commit 232fe83
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 @@ -20,15 +20,15 @@
],
"minimum-stability": "stable",
"require": {
"akeneo/pim-community-dev": "1.5.x-dev",
"doctrine/migrations": "1.0.0-alpha3@alpha"
"akeneo/pim-community-dev": "1.5.*"
},
"require-dev": {
"phpspec/phpspec": "2.1.*",
"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 232fe83

Please sign in to comment.