Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Updated all dependencies to work with stable 1.0
Browse files Browse the repository at this point in the history
Changed as well composer.lock and plugin composer files
  • Loading branch information
mmoreram committed Sep 21, 2015
1 parent 8d1eef3 commit 3f01cc6
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 34 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"mmoreram/cache-flush-bundle": "0.1.2",
"mmoreram/http-headers-bundle": "1.0.0",

"elcodi/elcodi": "self.version"
"elcodi/elcodi": "^1.0"
},
"replace": {
"elcodi-templates/template": "self.version",
Expand Down Expand Up @@ -137,7 +137,6 @@
"app/AppCache.php"
]
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"bin-dir": "bin"
Expand Down
19 changes: 9 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/CustomShippingBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
"elcodi/menu-bundle": "^1.0",
"elcodi/plugin-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\CustomShippingBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/DisqusBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
"elcodi/configuration-bundle": "^1.0",
"elcodi/plugin-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\DisqusBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/FacebookBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"elcodi/configuration-bundle": "^1.0",
"elcodi/plugin-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\FacebookBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/FreePaymentBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
"elcodi/core-bundle": "^1.0",
"elcodi/plugin-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\FreePaymentBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/GoogleAnalyticsBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
"elcodi/configuration-bundle": "^1.0",
"elcodi/plugin-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\GoogleAnalyticsBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/PaypalWebCheckoutBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"elcodi/configuration-bundle": "^1.0",
"elcodi/plugin-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\PaypalBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/PinterestBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
"elcodi/configuration-bundle": "^1.0",
"elcodi/plugin-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\PinterestBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/ProductCsvBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@
"elcodi/plugin-bundle": "^1.0",
"elcodi/product-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\ProductCsvBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/StoreSetupWizardBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
"elcodi/shipping-bundle": "^1.0",
"elcodi_plugin/custom-shipping-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\StoreSetupWizardBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/StripeBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"elcodi/configuration-bundle": "^1.0",
"elcodi/plugin-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\StripeBundle\\": ""
Expand Down
2 changes: 0 additions & 2 deletions src/Elcodi/Plugin/TwitterBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
"elcodi/configuration-bundle": "^1.0",
"elcodi/plugin-bundle": "^1.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
"autoload": {
"psr-4": {
"Elcodi\\Plugin\\TwitterBundle\\": ""
Expand Down

0 comments on commit 3f01cc6

Please sign in to comment.