Skip to content

Commit

Permalink
fixed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussam Hebbo committed Apr 1, 2016
1 parent 430c34a commit 9d5ec1c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@
}
},
"require": {
"spryker/application": "^2.0.0-RC1",
"spryker/country": "^2.0.0-RC1",
"spryker/gui": "^2.0.0-RC1",
"spryker/installer": "^2.0.0-RC1",
"spryker/kernel": "^2.0.0-RC1",
"spryker/locale": "^2.0.0-RC1",
"spryker/mail": "^2.0.0-RC1",
"spryker/sequence-number": "^2.0.0-RC1",
"spryker/session": "^2.0.0-RC1",
"spryker/transfer": "^2.0.0-RC1",
"spryker/zed-request": "^2.0.0-RC1",
"spryker/propel": "^2.0.0-RC1",
"spryker/symfony": "^2.0.0-RC1",
"spryker/assertion": "^2.0.0-RC1",
"spryker/checkout": "^2.0.0-RC1",
"spryker/library": "^2.0.0-RC1"
"spryker/application": "^2.0.0-RC2",
"spryker/country": "^2.0.0-RC2",
"spryker/gui": "^2.0.0-RC2",
"spryker/installer": "^2.0.0-RC2",
"spryker/kernel": "^2.0.0-RC2",
"spryker/locale": "^2.0.0-RC2",
"spryker/mail": "^2.0.0-RC2",
"spryker/sequence-number": "^2.0.0-RC2",
"spryker/session": "^2.0.0-RC2",
"spryker/transfer": "^2.0.0-RC2",
"spryker/zed-request": "^2.0.0-RC2",
"spryker/propel": "^2.0.0-RC2",
"spryker/symfony": "^2.0.0-RC2",
"spryker/assertion": "^2.0.0-RC2",
"spryker/checkout": "^2.0.0-RC2",
"spryker/library": "^2.0.0-RC2"
},
"require-dev": {
"spryker/testify": "^2.0.0-RC1"
"spryker/testify": "^2.0.0-RC2"
},
"description": "customer bundle",
"license": "proprietary",
Expand Down

0 comments on commit 9d5ec1c

Please sign in to comment.