Skip to content

Commit

Permalink
Update 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 27b43c2 commit 2d710ba
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,25 @@
"repositories": [
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-community-dev.git",
"url": "https://github.com/akeneo/pim-enterprise-dev.git",
"branch": "master"
},
{
"type": "vcs",
"url": "https://github.com/akeneo/pim-enterprise-dev.git",
"url": "https://github.com/akeneo/pim-community-dev.git",
"branch": "master"
}
],
"require": {
"akeneo/pim-enterprise-dev": "1.5.x-dev",
"akeneo/pim-community-dev": "1.5.x-dev",
"doctrine/migrations": "1.0.0-alpha3@alpha"
"akeneo/pim-enterprise-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": { "PimEnterprise\\Bundle\\ClassificationRuleBundle\\": "" }
Expand Down

0 comments on commit 2d710ba

Please sign in to comment.