File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 8
8
php :
9
9
- ' 7.2'
10
10
- ' 7.3'
11
+ - ' 7.4snapshot'
11
12
12
13
env :
13
- - SYMFONY_VERSION=^3.4 JMS_VERSION=^2.1
14
- - SYMFONY_VERSION=^4.0 JMS_VERSION=^2.1
15
- - SYMFONY_VERSION=^5.0 JMS_VERSION=^2.1
16
-
17
- - SYMFONY_VERSION=^3.4 JMS_VERSION=^3.0
18
- - SYMFONY_VERSION=^4.0 JMS_VERSION=^3.0
19
- - SYMFONY_VERSION=^5.0 JMS_VERSION=^3.0
14
+ - SYMFONY_VERSION=^3.4
15
+ - SYMFONY_VERSION=^4.0
16
+ - SYMFONY_VERSION=^5.0
20
17
21
18
22
19
before_install :
23
- - composer require --no-update jms/serializer "$JMS_VERSION"
24
20
- composer require --no-update symfony/expression-language "$SYMFONY_VERSION"
25
21
- composer require --no-update --dev symfony/yaml "$SYMFONY_VERSION"
26
22
- 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|^3.0 " ,
22
+ "jms/serializer" : " ^3.2 " ,
23
23
"jms/metadata" : " ^2.0" ,
24
24
"symfony/expression-language" : " ~3.0 || ~4.0 || ~5.0"
25
25
},
You can’t perform that action at this time.
0 commit comments