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 16a160a commit 2860a8c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
},
"require": {
"propel/propel": "~2.0@dev",
"spryker/application": "^0.20.0",
"spryker/console": "^0.20.0",
"spryker/kernel": "^0.20.0",
"spryker/library": "^0.20.0",
"spryker/monolog": "^0.20.0",
"spryker/silex": "^0.20.0",
"spryker/symfony": "^0.20.0",
"spryker/config": "^0.20.0"
"spryker/application": "^1.0.0",
"spryker/console": "^1.0.0",
"spryker/kernel": "^1.0.0",
"spryker/library": "^1.0.0",
"spryker/monolog": "^1.0.0",
"spryker/silex": "^1.0.0",
"spryker/symfony": "^1.0.0",
"spryker/config": "^1.0.0"
},
"description": "propel 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 2860a8c

Please sign in to comment.