File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
env :
11
11
matrix :
12
+ - COMPOSER_PREFER=""
12
13
- COMPOSER_PREFER="--prefer-stable"
13
- - COMPOSER_PREFER="--prefer-lowest"
14
+ - COMPOSER_PREFER="--prefer-stable --prefer- lowest"
14
15
15
16
matrix :
16
17
allow_failures :
Original file line number Diff line number Diff line change 9
9
10
10
}
11
11
],
12
+ "minimum-stability" : " dev" ,
12
13
"autoload" : {
13
14
"psr-4" : { "Rezzza\\ SymfonyRestApiJson\\ " : " src" }
14
15
},
15
16
"autoload-dev" : {
16
17
"psr-4" : { "Rezzza\\ SymfonyRestApiJson\\ Tests\\ " : " tests" }
17
18
},
18
19
"require" : {
19
- "symfony/http-kernel" : " ^2.8|^3.0" ,
20
- "symfony/http-foundation" : " ^2.8|^3.0" ,
21
- "symfony/debug" : " ^2.8|^3.0" ,
20
+ "symfony/http-kernel" : " ^2.8|^3.0|^4.0 " ,
21
+ "symfony/http-foundation" : " ^2.8|^3.0|^4.0 " ,
22
+ "symfony/debug" : " ^2.8|^3.0|^4.0 " ,
22
23
"jakeasmith/http_build_url" : " ^1.0" ,
23
24
"justinrainbow/json-schema" : " >=3.0 <6.0"
24
25
},
You can’t perform that action at this time.
0 commit comments