Skip to content

Commit

Permalink
updated composer file to use version 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussam Hebbo committed Apr 1, 2016
1 parent 85ba394 commit d48a525
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
}
},
"require": {
"spryker/application": "^0.20.0",
"spryker/console": "^0.20.0",
"spryker/gui": "^0.20.0",
"spryker/kernel": "^0.20.0",
"spryker/library": "^0.20.0",
"spryker/sales": "^0.20.0",
"spryker/graph": "^0.20.0",
"spryker/propel": "^0.20.0",
"spryker/symfony": "^0.20.0",
"spryker/country": "^0.20.0",
"spryker/customer": "^0.20.0"
"spryker/application": "^1.0.0",
"spryker/console": "^1.0.0",
"spryker/gui": "^1.0.0",
"spryker/kernel": "^1.0.0",
"spryker/library": "^1.0.0",
"spryker/sales": "^1.0.0",
"spryker/graph": "^1.0.0",
"spryker/propel": "^1.0.0",
"spryker/symfony": "^1.0.0",
"spryker/country": "^1.0.0",
"spryker/customer": "^1.0.0"
},
"description": "oms bundle",
"license": "proprietary",
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "0.20.x-dev"
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit d48a525

Please sign in to comment.