Skip to content

Instantly share code, notes, and snippets.

@umpirsky
Created April 19, 2012 05:44
Show Gist options
  • Save umpirsky/2418905 to your computer and use it in GitHub Desktop.
Save umpirsky/2418905 to your computer and use it in GitHub Desktop.
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