Created
April 19, 2012 05:44
-
-
Save umpirsky/2418905 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/composer.json b/composer.json | |
index ab850d0..5d71304 100644 | |
--- a/composer.json | |
+++ b/composer.json | |
@@ -1,4 +1,18 @@ | |
{ | |
+ "repositories": [ | |
+ { | |
+ "type": "package", | |
+ "package": { | |
+ "name": "sylius/assortment-bundle", | |
+ "version": "master", | |
+ "source": { | |
+ "url": "[email protected]:umpirsky/SyliusAssortmentBundle.git", | |
+ "type": "git", | |
+ "reference": "master" | |
+ } | |
+ } | |
+ } | |
+ ], | |
"require": { | |
"php": ">=5.3.2", | |
@@ -14,7 +28,6 @@ | |
"sensio/distribution-bundle": "dev-master", | |
"stof/doctrine-extensions-bundle": "dev-master", | |
"sylius/addressing-bundle": "dev-master", | |
- "sylius/assortment-bundle": "dev-master", | |
"sylius/blogger-bundle": "dev-master", | |
"sylius/cart-bundle": "dev-master", | |
"sylius/categorizer-bundle": "dev-master", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment