File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.6
5
- - 7.0
6
4
- 7.1
5
+ - 7.3
6
+ - 7.4
7
7
- nightly
8
8
9
9
env :
10
- - SYMFONY_VERSION=2.8.*
11
- - SYMFONY_VERSION=3.0.*
12
- - SYMFONY_VERSION=3.3.*
13
- - SYMFONY_VERSION=dev-master
10
+ - SYMFONY_VERSION=3.4.*
11
+ - SYMFONY_VERSION=4.4.*
14
12
15
13
before_script :
16
14
- composer self-update
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " >=5.5.0 " ,
23
+ "php" : " >=7.1 " ,
24
24
"ext-soap" : " *" ,
25
25
"ext-curl" : " *" ,
26
26
"ass/xmlsecurity" : " ~1.0" ,
27
- "symfony/framework-bundle" : " ^2.8|^3 " ,
28
- "symfony/twig-bundle" : " ^2.8|^3 " ,
29
- "zendframework/zend -mime" : " 2.2.*"
27
+ "symfony/framework-bundle" : " ^3|^4 " ,
28
+ "symfony/twig-bundle" : " ^3|^4 " ,
29
+ "laminas/laminas -mime" : " 2.2.*"
30
30
},
31
31
"replace" : {
32
32
"besimple/soap-bundle" : " self.version" ,
37
37
},
38
38
"require-dev" : {
39
39
"ext-mcrypt" : " *" ,
40
- "mikey179/vfsStream " : " ^1.6.5" ,
41
- "symfony/filesystem" : " ^2.8|^3 " ,
42
- "symfony/process" : " ^2.8|^3 "
40
+ "mikey179/vfsstream " : " ^1.6.5" ,
41
+ "symfony/filesystem" : " ^3|^4 " ,
42
+ "symfony/process" : " ^3|^4 "
43
43
},
44
44
"autoload" : {
45
45
"psr-0" : { "BeSimple\\ " : " src/" }
You can’t perform that action at this time.
0 commit comments