Skip to content

Commit

Permalink
updated composer files to use 2.0.0-RC1 minimum stability stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussam Hebbo committed Apr 1, 2016
1 parent cf2ac09 commit f94b856
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
}
},
"require": {
"spryker/application": "^1.0.0-RC2",
"spryker/gui": "^1.0.0-RC2",
"spryker/installer": "^1.0.0-RC2",
"spryker/kernel": "^1.0.0-RC2",
"spryker/library": "^1.0.0-RC2",
"spryker/user": "^1.0.0-RC2",
"spryker/propel": "^1.0.0-RC2",
"spryker/silex": "^1.0.0-RC2",
"spryker/symfony": "^1.0.0-RC2",
"spryker/config": "^1.0.0-RC2",
"spryker/url": "^1.0.0-RC2"
"spryker/application": "^2.0.0-RC1",
"spryker/gui": "^2.0.0-RC1",
"spryker/installer": "^2.0.0-RC1",
"spryker/kernel": "^2.0.0-RC1",
"spryker/library": "^2.0.0-RC1",
"spryker/user": "^2.0.0-RC1",
"spryker/propel": "^2.0.0-RC1",
"spryker/silex": "^2.0.0-RC1",
"spryker/symfony": "^2.0.0-RC1",
"spryker/config": "^2.0.0-RC1",
"spryker/url": "^2.0.0-RC1"
},
"description": "acl bundle",
"license": "proprietary",
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "2.0.x-dev"
}
}
}

0 comments on commit f94b856

Please sign in to comment.