Skip to content

Commit

Permalink
Upgrade 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 71f1367 commit 3200172
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 @@ -18,15 +18,15 @@
}
],
"require": {
"akeneo/pim-community-dev": "1.5.*@rc",
"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"
},
"autoload": {
"psr-0": { "Pim\\Bundle\\EnhancedConnectorBundle\\": "" }
Expand Down

0 comments on commit 3200172

Please sign in to comment.