Commit 2b45f600 authored by Igor Wiedler's avatar Igor Wiedler

[1.1] Add minimum-stability of dev

parent 8f8ba416
...@@ -5,8 +5,6 @@ env: ...@@ -5,8 +5,6 @@ env:
before_script: before_script:
# symfony/* # symfony/*
- |
sed -i 's/^{$/{\n "minimum-stability": "dev",/g' composer.json
- sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.4-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi" - sh -c "if [ '$SYMFONY_DEPS_VERSION' = '2.3' ]; then sed -i 's/>=2.3,<2.4-dev/2.3.*@dev/g' composer.json; composer update --dev --prefer-source; fi"
- composer install --dev --prefer-source - composer install --dev --prefer-source
......
{ {
"minimum-stability": "dev",
"name": "silex/silex", "name": "silex/silex",
"description": "The PHP micro-framework based on the Symfony2 Components", "description": "The PHP micro-framework based on the Symfony2 Components",
"keywords": ["microframework"], "keywords": ["microframework"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment