diff --git a/composer.json b/composer.json index 2e392c1652..024d561199 100644 --- a/composer.json +++ b/composer.json @@ -20,32 +20,33 @@ ], "require": { "php": ">=5.3.3", - "symfony/symfony": "2.3.*", - "symfony/intl": "2.3.*", - "doctrine/orm": ">=2.2.3,<2.4-dev", + + "athari/yalinqo": "*@dev", "doctrine/doctrine-bundle": "1.2.*", - "doctrine/doctrine-fixtures-bundle": "*", - "twig/extensions": "1.0.*", - "symfony/assetic-bundle": "2.3.*", - "symfony/swiftmailer-bundle": "2.3.*", - "symfony/monolog-bundle": "2.3.*", - "sensio/distribution-bundle": "2.3.*", - "incenteev/composer-parameter-handler": "~2.0", - "mathiasverraes/money": "dev-master@dev", - "jms/translation-bundle": "1.1.*", - "jms/serializer-bundle": "0.12.*", - "white-october/pagerfanta-bundle": "1.0.*", + "doctrine/doctrine-fixtures-bundle": "2.2.*", + "doctrine/orm": "~2.3", "friendsofsymfony/rest-bundle": "0.13.*", - "stof/doctrine-extensions-bundle": "1.1.*", "friendsofsymfony/user-bundle": "2.0.*@dev", - "knplabs/knp-gaufrette-bundle": "0.2.*", "fzaninotto/faker": "1.2.*", - "knplabs/knp-menu-bundle": "2.0.*", - "liip/imagine-bundle": "0.9.*", + "incenteev/composer-parameter-handler": "~2.0", + "jms/serializer-bundle": "0.12.*", + "jms/translation-bundle": "1.1.*", + "knplabs/knp-menu-bundle": "2.0.*@dev", + "knplabs/knp-gaufrette-bundle": "0.2.*@dev", + "knplabs/knp-snappy-bundle": "*@dev", "liip/doctrine-cache-bundle": "*", - "knplabs/knp-snappy-bundle": "dev-master", - "athari/yalinqo": "*", - "omnipay/omnipay": "dev-master" + "liip/imagine-bundle": "0.9.*", + "mathiasverraes/money": "*@dev", + "omnipay/omnipay": "*@dev", + "sensio/distribution-bundle": "2.3.*", + "stof/doctrine-extensions-bundle": "1.1.*", + "symfony/assetic-bundle": "2.3.*", + "symfony/intl": "~2.3", + "symfony/monolog-bundle": "2.3.*", + "symfony/swiftmailer-bundle": "2.3.*", + "symfony/symfony": "~2.3", + "twig/extensions": "1.0.*", + "white-october/pagerfanta-bundle": "1.0.*" }, "require-dev": { "behat/behat": "2.4.*", @@ -78,7 +79,6 @@ "config": { "bin-dir": "bin" }, - "minimum-stability": "dev", "extra": { "symfony-app-dir": "app", "symfony-web-dir": "web", diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index 1cee959693..0449406f52 100644 --- a/src/Sylius/Bundle/AddressingBundle/composer.json +++ b/src/Sylius/Bundle/AddressingBundle/composer.json @@ -16,12 +16,11 @@ "homepage": "https://github.com/Sylius/SyliusAddressingBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/resource-bundle": "0.3.*", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { @@ -39,7 +38,7 @@ "target-dir": "Sylius/Bundle/AddressingBundle", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/CartBundle/composer.json b/src/Sylius/Bundle/CartBundle/composer.json index be584fbcc7..a65cafd1dc 100644 --- a/src/Sylius/Bundle/CartBundle/composer.json +++ b/src/Sylius/Bundle/CartBundle/composer.json @@ -16,13 +16,12 @@ "homepage": "https://github.com/Sylius/SyliusCartBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/sales-bundle": "0.2.*", - "sylius/resource-bundle": "0.3.*" + "sylius/sales-bundle": "1.0.*@dev", + "sylius/resource-bundle": "1.0.*@dev" }, "require-dev": { "phpspec/phpspec": "2.0.*@dev", @@ -39,7 +38,7 @@ "target-dir": "Sylius/Bundle/CartBundle", "extra": { "branch-alias": { - "dev-master": "0.5.x-dev" + "dev-master": "1-0-dev" } } } diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index 93604bfadc..c64fffef61 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -15,34 +15,33 @@ "homepage": "https://github.com/Sylius/SyliusCoreBundle/contributors" } ], - "minimum-stability": "dev", "require": { - "php": ">=5.3.3", + "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/variable-product-bundle": "0.1.*", - "sylius/cart-bundle": "0.5.*", - "sylius/money-bundle": "0.2.*", - "sylius/taxation-bundle": "0.3.*", - "sylius/shipping-bundle": "0.2.*", - "sylius/addressing-bundle": "0.2.*", - "sylius/promotions-bundle": "0.2.*", - "sylius/inventory-bundle": "0.3.*", - "sylius/taxonomies-bundle": "0.2.*", - "sylius/settings-bundle": "0.2.*", - "sylius/payments-bundle": "0.2.*", - "sylius/flow-bundle": "0.1.*", - "sylius/resource-bundle": "0.3.*", - "jms/serializer-bundle": "0.12.*", + "sylius/variable-product-bundle": "1.0.*@dev", + "sylius/cart-bundle": "1.0.*@dev", + "sylius/money-bundle": "1.0.*@dev", + "sylius/taxation-bundle": "1.0.*@dev", + "sylius/shipping-bundle": "1.0.*@dev", + "sylius/addressing-bundle": "1.0.*@dev", + "sylius/promotions-bundle": "1.0.*@dev", + "sylius/inventory-bundle": "1.0.*@dev", + "sylius/taxonomies-bundle": "1.0.*@dev", + "sylius/settings-bundle": "1.0.*@dev", + "sylius/payments-bundle": "1.0.*@dev", + "sylius/flow-bundle": "1.0.*@dev", + "sylius/resource-bundle": "1.0.*@dev", "sylius/omnipay-bundle": "0.9.*@dev", + "athari/yalinqo": "*@dev", + "friendsofsymfony/user-bundle": "2.0.*@dev", + "fzaninotto/faker": "1.2.*", + "jms/serializer-bundle": "0.12.*", + "knplabs/knp-gaufrette-bundle": "0.2.*@dev", + "knplabs/knp-snappy-bundle": "dev-master@dev", "liip/imagine-bundle": "0.9.*", "mathiasverraes/money": "dev-master@dev", - "friendsofsymfony/user-bundle": "2.0.*@dev", - "knplabs/knp-gaufrette-bundle": "0.2.*", - "knplabs/knp-snappy-bundle": "dev-master", - "fzaninotto/faker": "1.2.*", - "athari/yalinqo": "*", - "omnipay/omnipay": "dev-master" + "omnipay/omnipay": "dev-master@dev" }, "require-dev": { "phpspec/phpspec": "2.0.*@dev", @@ -60,7 +59,7 @@ "target-dir": "Sylius/Bundle/CoreBundle", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/FlowBundle/composer.json b/src/Sylius/Bundle/FlowBundle/composer.json index f12864ccc0..53bfd249c2 100644 --- a/src/Sylius/Bundle/FlowBundle/composer.json +++ b/src/Sylius/Bundle/FlowBundle/composer.json @@ -30,7 +30,7 @@ "target-dir": "Sylius/Bundle/FlowBundle", "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/InstallerBundle/composer.json b/src/Sylius/Bundle/InstallerBundle/composer.json index c9053ddc79..ceeab5b1d9 100644 --- a/src/Sylius/Bundle/InstallerBundle/composer.json +++ b/src/Sylius/Bundle/InstallerBundle/composer.json @@ -16,16 +16,15 @@ "homepage": "https://github.com/Sylius/SyliusInstallerBundle/contributors" } ], - "minimum-stability": "dev", "require": { - "php": ">=5.3.3", + "php": ">=5.3.3", "symfony/framework-bundle": "~2.2", - "sylius/resource-bundle": "~0.1", - "sylius/flow-bundle": "0.1.*" + "sylius/resource-bundle": "1.0.*@dev", + "sylius/flow-bundle": "1.0.*@dev" }, "require-dev": { - "phpspec/phpspec2": "dev-develop", + "phpspec/phpspec2": "2.0.*@dev", "symfony/form": "~2.2", "symfony/validator": "~2.2" }, diff --git a/src/Sylius/Bundle/InventoryBundle/composer.json b/src/Sylius/Bundle/InventoryBundle/composer.json index 3008bba23c..923dfef896 100644 --- a/src/Sylius/Bundle/InventoryBundle/composer.json +++ b/src/Sylius/Bundle/InventoryBundle/composer.json @@ -16,12 +16,11 @@ "homepage": "https://github.com/Sylius/SyliusInventoryBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/resource-bundle": "0.3.*", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { @@ -38,7 +37,7 @@ "target-dir": "Sylius/Bundle/InventoryBundle", "extra": { "branch-alias": { - "dev-master": "0.4.x-dev" + "dev-master": "1-0-dev" } } } diff --git a/src/Sylius/Bundle/MoneyBundle/composer.json b/src/Sylius/Bundle/MoneyBundle/composer.json index 72490ca241..685d1dda94 100644 --- a/src/Sylius/Bundle/MoneyBundle/composer.json +++ b/src/Sylius/Bundle/MoneyBundle/composer.json @@ -16,13 +16,12 @@ "homepage": "https://github.com/Sylius/SyliusMoneyBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/resource-bundle": "0.3.*", - "mathiasverraes/money": "dev-master" + "sylius/resource-bundle": "1.0.*@dev", + "mathiasverraes/money": "dev-master@dev" }, "require-dev": { "phpspec/phpspec": "2.0.*@dev", @@ -38,7 +37,7 @@ "target-dir": "Sylius/Bundle/MoneyBundle", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "1-0-dev" } } } diff --git a/src/Sylius/Bundle/OmnipayBundle/composer.json b/src/Sylius/Bundle/OmnipayBundle/composer.json index b73c2be032..ebf59fbe5b 100644 --- a/src/Sylius/Bundle/OmnipayBundle/composer.json +++ b/src/Sylius/Bundle/OmnipayBundle/composer.json @@ -16,15 +16,14 @@ "homepage": "https://github.com/Sylius/SyliusOmnipayBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", "symfony/framework-bundle": "~2.1", - "omnipay/omnipay": "dev-master" + "omnipay/omnipay": "dev-master@dev" }, "require-dev": { - "phpspec/phpspec2": "dev-develop", + "phpspec/phpspec2": "2.0.*@dev", "symfony/form": "~2.1" }, "config": { @@ -36,7 +35,7 @@ "target-dir": "Sylius/Bundle/OmnipayBundle", "extra": { "branch-alias": { - "dev-master": "0.9.x-dev" + "dev-master": "1-0-dev" } } } diff --git a/src/Sylius/Bundle/PaymentsBundle/composer.json b/src/Sylius/Bundle/PaymentsBundle/composer.json index bc196e0f92..36b0e5e037 100644 --- a/src/Sylius/Bundle/PaymentsBundle/composer.json +++ b/src/Sylius/Bundle/PaymentsBundle/composer.json @@ -16,12 +16,11 @@ "homepage": "https://github.com/Sylius/SyliusPaymentsBundle/contributors" } ], - "minimum-stability": "dev", "require": { - "php": ">=5.3.3", + "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/resource-bundle": "0.3.*", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { @@ -38,7 +37,7 @@ "target-dir": "Sylius/Bundle/PaymentsBundle", "extra": { "branch-alias": { - "dev-master": "0.3.x-dev" + "dev-master": "1-0-dev" } } } diff --git a/src/Sylius/Bundle/ProductBundle/composer.json b/src/Sylius/Bundle/ProductBundle/composer.json index e9661c5e56..18d7d04f72 100644 --- a/src/Sylius/Bundle/ProductBundle/composer.json +++ b/src/Sylius/Bundle/ProductBundle/composer.json @@ -16,17 +16,16 @@ "homepage": "https://github.com/Sylius/SyliusProductBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", "symfony/framework-bundle": "2.3.*", - "sylius/resource-bundle": "0.3.*", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { + "phpspec/phpspec": "2.0.*@dev", "doctrine/doctrine-bundle": "1.2.*", - "phpspec/phpspec": "2.0.*", "symfony/form": "2.3.*", "symfony/validator": "2.3.*" }, @@ -39,7 +38,7 @@ "target-dir": "Sylius/Bundle/ProductBundle", "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/PromotionsBundle/composer.json b/src/Sylius/Bundle/PromotionsBundle/composer.json index 18d8cea372..98ce7402c6 100644 --- a/src/Sylius/Bundle/PromotionsBundle/composer.json +++ b/src/Sylius/Bundle/PromotionsBundle/composer.json @@ -16,12 +16,11 @@ "homepage": "https://github.com/Sylius/SyliusPromotionsBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/resource-bundle": "0.3.*", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { @@ -39,7 +38,7 @@ "target-dir": "Sylius/Bundle/PromotionsBundle", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/ResourceBundle/composer.json b/src/Sylius/Bundle/ResourceBundle/composer.json index 50f03f8e2d..9f448f83fc 100644 --- a/src/Sylius/Bundle/ResourceBundle/composer.json +++ b/src/Sylius/Bundle/ResourceBundle/composer.json @@ -16,20 +16,19 @@ "homepage": "https://github.com/Sylius/SyliusResourceBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", - "symfony/framework-bundle": ">=2.1,<3.0", + "symfony/framework-bundle": "~2.3", "friendsofsymfony/rest-bundle": "0.13.*", "jms/serializer-bundle": "0.12.*", "white-october/pagerfanta-bundle": "1.0.*" }, "require-dev": { + "phpspec/phpspec": "2.0.*@dev", "twig/twig": "~1.11", "doctrine/orm": "~2.3", - "doctrine/mongodb-odm": "1.0.*@dev", - "phpspec/phpspec": "2.0.*" + "doctrine/mongodb-odm": "1.0.*@dev" }, "suggest": { "fsc/hateoas-bundle": "0.3.x-dev", @@ -45,7 +44,7 @@ "target-dir": "Sylius/Bundle/ResourceBundle", "extra": { "branch-alias": { - "dev-master": "0.4.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/SalesBundle/composer.json b/src/Sylius/Bundle/SalesBundle/composer.json index c5d1f3dd40..7b80d06592 100644 --- a/src/Sylius/Bundle/SalesBundle/composer.json +++ b/src/Sylius/Bundle/SalesBundle/composer.json @@ -16,12 +16,11 @@ "homepage": "https://github.com/Sylius/SyliusSalesBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/resource-bundle": "0.3.*", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { @@ -39,7 +38,7 @@ "target-dir": "Sylius/Bundle/SalesBundle", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/SettingsBundle/composer.json b/src/Sylius/Bundle/SettingsBundle/composer.json index fe40fbe582..0099fa970c 100644 --- a/src/Sylius/Bundle/SettingsBundle/composer.json +++ b/src/Sylius/Bundle/SettingsBundle/composer.json @@ -16,15 +16,13 @@ "homepage": "https://github.com/Sylius/SyliusSettingsBundle/contributors" } ], - "minimum-stability": "dev", "require": { - "php": ">=5.3.3", + "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/resource-bundle": "0.3.*", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*", - "liip/doctrine-cache-bundle": "*" - + "liip/doctrine-cache-bundle": "*@dev" }, "require-dev": { "phpspec/phpspec": "2.0.*@dev", @@ -40,7 +38,7 @@ "target-dir": "Sylius/Bundle/SettingsBundle", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/ShippingBundle/composer.json b/src/Sylius/Bundle/ShippingBundle/composer.json index d4043e993b..322009fda9 100644 --- a/src/Sylius/Bundle/ShippingBundle/composer.json +++ b/src/Sylius/Bundle/ShippingBundle/composer.json @@ -16,13 +16,12 @@ "homepage": "https://github.com/Sylius/SyliusShippingBundle/contributors" } ], - "minimum-stability": "dev", "require": { - "php": ">=5.3.3", + "php": ">=5.3.3", "symfony/framework-bundle": "2.3.*", - "sylius/resource-bundle": "0.3.*", - "sylius/money-bundle": "0.2.*", + "sylius/resource-bundle": "1.0.*@dev", + "sylius/money-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { @@ -39,7 +38,7 @@ "target-dir": "Sylius/Bundle/ShippingBundle", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/TaxationBundle/composer.json b/src/Sylius/Bundle/TaxationBundle/composer.json index 733781e4cd..0fdaa9b5a7 100644 --- a/src/Sylius/Bundle/TaxationBundle/composer.json +++ b/src/Sylius/Bundle/TaxationBundle/composer.json @@ -16,18 +16,17 @@ "homepage": "https://github.com/Sylius/SyliusTaxationBundle/contributors" } ], - "minimum-stability": "dev", "require": { - "php": ">=5.3.3", + "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/resource-bundle": "0.3.*", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { - "phpspec/phpspec": "2.0.*@dev", - "doctrine/orm": "~2.2", - "symfony/form": "~2.3" + "phpspec/phpspec": "2.0.*@dev", + "doctrine/orm": "~2.2", + "symfony/form": "~2.3" }, "config": { "bin-dir": "bin" @@ -38,7 +37,7 @@ "target-dir": "Sylius/Bundle/TaxationBundle", "extra": { "branch-alias": { - "dev-master": "0.3.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/TaxonomiesBundle/composer.json b/src/Sylius/Bundle/TaxonomiesBundle/composer.json index d78c7c851f..f121df5c1b 100644 --- a/src/Sylius/Bundle/TaxonomiesBundle/composer.json +++ b/src/Sylius/Bundle/TaxonomiesBundle/composer.json @@ -16,12 +16,11 @@ "homepage": "https://github.com/Sylius/SyliusTaxonomiesBundle/contributors" } ], - "minimum-stability": "dev", "require": { - "php": ">=5.3.3", + "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/resource-bundle": "0.3.*", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { @@ -39,7 +38,7 @@ "target-dir": "Sylius/Bundle/TaxonomiesBundle", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/VariableProductBundle/composer.json b/src/Sylius/Bundle/VariableProductBundle/composer.json index 8e9829949f..0ffba0eba5 100644 --- a/src/Sylius/Bundle/VariableProductBundle/composer.json +++ b/src/Sylius/Bundle/VariableProductBundle/composer.json @@ -16,13 +16,12 @@ "homepage": "https://github.com/Sylius/SyliusVariableProductBundle/contributors" } ], - "minimum-stability": "dev", "require": { - "php": ">=5.3.3", + "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/product-bundle": "~0.1", - "sylius/resource-bundle": "0.3.*", + "sylius/product-bundle": "1.0.*@dev", + "sylius/resource-bundle": "1.0.*@dev", "stof/doctrine-extensions-bundle": "1.1.*" }, "require-dev": { @@ -40,7 +39,7 @@ "target-dir": "Sylius/Bundle/VariableProductBundle", "extra": { "branch-alias": { - "dev-master": "0.1.x-dev" + "dev-master": "1.0-dev" } } } diff --git a/src/Sylius/Bundle/WebBundle/composer.json b/src/Sylius/Bundle/WebBundle/composer.json index 70a42be3d7..5700f06ccf 100644 --- a/src/Sylius/Bundle/WebBundle/composer.json +++ b/src/Sylius/Bundle/WebBundle/composer.json @@ -15,15 +15,14 @@ "homepage": "https://github.com/Sylius/SyliusWebBundle/contributors" } ], - "minimum-stability": "dev", "require": { "php": ">=5.3.3", "symfony/framework-bundle": "~2.3", - "sylius/core-bundle": "0.2.*", - "knplabs/knp-menu-bundle": "2.0.*", - "liip/imagine-bundle": "0.9.*", - "knplabs/knp-snappy-bundle": "dev-master" + "sylius/core-bundle": "1.0.*@dev", + "knplabs/knp-menu-bundle": "2.0.*@dev", + "liip/imagine-bundle": "0.15.*", + "knplabs/knp-snappy-bundle": "dev-master@dev" }, "config": { "bin-dir": "bin" @@ -34,7 +33,7 @@ "target-dir": "Sylius/Bundle/WebBundle", "extra": { "branch-alias": { - "dev-master": "0.2.x-dev" + "dev-master": "1.0-dev" } } }