File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 99
1010matrix :
1111 include :
12- - php : 5.5
12+ - php : 5.6
1313 env : SYMFONY_VERSION='2.3.*'
14- - php : 5.5
15- env : SYMFONY_VERSION='dev-master '
14+ - php : 5.6
15+ env : SYMFONY_VERSION='2.5.* '
1616
17- before_script :
18- - composer self-update
17+ sudo : false
18+
19+ cache :
20+ directory :
21+ - $HOME/.composer/cache
22+
23+ before_install :
1924 - sh -c 'if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/symfony=$SYMFONY_VERSION; fi;'
20- - composer install --prefer-source
25+
26+ install :
27+ - composer install
2128
2229script :
2330 - phpunit --coverage-text
Original file line number Diff line number Diff line change 2222 "symfony/console" : " ~2.3" ,
2323 "willdurand/jsonp-callback-validator" : " ~1.0"
2424 },
25+ "require-dev" : {
26+ "symfony/expression-language" : " ~2.4"
27+ },
2528 "autoload" : {
26- "psr-0 " : { "FOS\\ JsRoutingBundle" : " " }
29+ "psr-4 " : { "FOS\\ JsRoutingBundle\\ " : " " }
2730 },
28- "target-dir" : " FOS/JsRoutingBundle" ,
2931 "extra" : {
3032 "branch-alias" : {
3133 "dev-master" : " 2.0-dev"
You can’t perform that action at this time.
0 commit comments