Skip to content

Commit

Permalink
Merge pull request BitBagCommerce#36 from pamil/use-stable-release
Browse files Browse the repository at this point in the history
Use stable Sylius
  • Loading branch information
Zales0123 authored Sep 15, 2017
2 parents b4bcd85 + 0a04685 commit c8a612e
Show file tree
Hide file tree
Showing 2 changed files with 1,110 additions and 695 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^7.1",

"sylius/sylius": "^1.0.0@beta"
"sylius/sylius": "^1.0"
},
"require-dev": {
"phpspec/phpspec": "^3.2",
Expand All @@ -16,12 +16,12 @@
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.2",
"behat/mink-selenium2-driver": "^1.3",
"friends-of-behat/context-service-extension": "^0.3",
"friends-of-behat/cross-container-extension": "^0.2",
"friends-of-behat/context-service-extension": "^1.0",
"friends-of-behat/cross-container-extension": "^1.0",
"friends-of-behat/performance-extension": "^1.0",
"friends-of-behat/service-container-extension": "^0.3",
"friends-of-behat/symfony-extension": "^0.2.1",
"friends-of-behat/variadic-extension": "^0.1",
"friends-of-behat/service-container-extension": "^1.0",
"friends-of-behat/symfony-extension": "^1.0",
"friends-of-behat/variadic-extension": "^1.0",
"lakion/mink-debug-extension": "^1.2.3",
"se/selenium-server-standalone": "^2.52"
},
Expand Down
Loading

0 comments on commit c8a612e

Please sign in to comment.