File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
- sudo : required
3
- dist : trusty
4
- group : edge
2
+ sudo : false
5
3
6
4
cache :
7
5
directories :
8
6
- $HOME/.composer/cache
9
7
10
8
php :
11
- - 7.2
9
+ - ' 7.2'
10
+ - ' 7.3'
12
11
13
12
env :
14
- - SYMFONY_VERSION=3.0.*
15
- - SYMFONY_VERSION=3.2.*
16
- - SYMFONY_VERSION=3.4.*
17
- - SYMFONY_VERSION=4.0.*
18
- - SYMFONY_VERSION=4.1.*
13
+ - SYMFONY_VERSION=^3.4 JMS_VERSION=^2.1
14
+ - SYMFONY_VERSION=^4.0 JMS_VERSION=^2.1
15
+
16
+ - SYMFONY_VERSION=^3.4 JMS_VERSION=^3.0
17
+ - SYMFONY_VERSION=^4.0 JMS_VERSION=^3.0
18
+
19
19
20
20
before_install :
21
- - composer self- update
21
+ - composer require --no- update jms/serializer "$JMS_VERSION"
22
22
- composer require --no-update symfony/expression-language "$SYMFONY_VERSION"
23
23
- composer require --no-update --dev symfony/yaml "$SYMFONY_VERSION"
24
24
- composer require --no-update --dev symfony/routing "$SYMFONY_VERSION"
Original file line number Diff line number Diff line change 19
19
"require" : {
20
20
"php" : " ^7.2" ,
21
21
"doctrine/annotations" : " ~1.0" ,
22
- "jms/serializer" : " ^2.1" ,
22
+ "jms/serializer" : " ^2.1|^3.0 " ,
23
23
"jms/metadata" : " ^2.0" ,
24
24
"symfony/expression-language" : " ~3.0 || ~4.0"
25
25
},
You can’t perform that action at this time.
0 commit comments