Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
2b45f600
Commit
2b45f600
authored
May 03, 2013
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[1.1] Add minimum-stability of dev
parent
8f8ba416
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
.travis.yml
.travis.yml
+0
-2
composer.json
composer.json
+1
-0
No files found.
.travis.yml
View file @
2b45f600
...
@@ -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
...
...
composer.json
View file @
2b45f600
{
{
"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"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment