File tree Expand file tree Collapse file tree 3 files changed +8
-54
lines changed Expand file tree Collapse file tree 3 files changed +8
-54
lines changed Original file line number Diff line number Diff line change 15
15
matrix :
16
16
fast_finish : true
17
17
include :
18
- - php : 5.3
18
+ - php : 5.6
19
19
env : COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak
20
- dist : precise
21
20
# Test against Symfony LTS versions
22
21
- php : 5.6
23
22
env : SYMFONY_VERSION="2.7.*"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 16
16
}
17
17
],
18
18
"require" : {
19
- "php" : " >=5.3.2 " ,
20
- "symfony/monolog-bridge" : " ~2.7|~3.0 |~4.0" ,
21
- "symfony/dependency-injection" : " ~2.7|~3.0 |~4.0" ,
22
- "symfony/config" : " ~2.7|~3.0 |~4.0" ,
23
- "symfony/http-kernel" : " ~2.7|~3.0 |~4.0" ,
19
+ "php" : " >=5.6 " ,
20
+ "symfony/monolog-bridge" : " ~2.7|~3.3 |~4.0" ,
21
+ "symfony/dependency-injection" : " ~2.7|~3.3 |~4.0" ,
22
+ "symfony/config" : " ~2.7|~3.3 |~4.0" ,
23
+ "symfony/http-kernel" : " ~2.7|~3.3 |~4.0" ,
24
24
"monolog/monolog" : " ~1.22"
25
25
},
26
26
"require-dev" : {
27
- "symfony/yaml" : " ~2.3 |~3.0 |~4.0" ,
28
- "symfony/console" : " ~2.3 |~3.0 |~4.0" ,
27
+ "symfony/yaml" : " ~2.7 |~3.3 |~4.0" ,
28
+ "symfony/console" : " ~2.7 |~3.3 |~4.0" ,
29
29
"symfony/phpunit-bridge" : " ^3.3|^4.0"
30
30
},
31
31
"autoload" : {
You can’t perform that action at this time.
0 commit comments