File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 6
6
- 5.5
7
7
8
8
env :
9
- - SYMFONY_VERSION=2.0.7
9
+ # - SYMFONY_VERSION=2.0.7
10
10
- SYMFONY_VERSION=2.1.*
11
- - SYMFONY_VERSION=dev-master
11
+ - SYMFONY_VERSION=2.2.*
12
+ # - SYMFONY_VERSION=dev-master
12
13
13
14
before_script :
14
15
- curl -s http://getcomposer.org/installer | php
15
- - php composer.phar require symfony/symfony:${SYMFONY_VERSION} --dev
16
+ - php composer.phar require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
17
+ - php composer.phar update
16
18
17
19
script : phpunit --coverage-text
Original file line number Diff line number Diff line change 11
11
}
12
12
],
13
13
"require" : {
14
- "symfony/framework-bundle" : " dev-master " ,
14
+ "symfony/framework-bundle" : " >=2.1,<2.4-dev " ,
15
15
"willdurand/geocoder" : " ~1.0" ,
16
- "symfony/console" : " >=2.1,<2.3 -dev"
16
+ "symfony/console" : " >=2.1,<2.4 -dev"
17
17
},
18
18
"require-dev" : {
19
- "symfony/yaml" : " >=2.1,<2.3 -dev"
19
+ "symfony/yaml" : " >=2.1,<2.4 -dev"
20
20
},
21
21
"autoload" : {
22
22
"psr-0" : { "Bazinga\\ Bundle\\ GeocoderBundle" : " " }
You can’t perform that action at this time.
0 commit comments