File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 99
1010env :
1111 matrix :
12+ - COMPOSER_PREFER=""
1213 - COMPOSER_PREFER="--prefer-stable"
13- - COMPOSER_PREFER="--prefer-lowest"
14+ - COMPOSER_PREFER="--prefer-stable --prefer- lowest"
1415
1516matrix :
1617 allow_failures :
Original file line number Diff line number Diff line change 991010 }
1111 ],
12+ "minimum-stability" : " dev" ,
1213 "autoload" : {
1314 "psr-4" : { "Rezzza\\ SymfonyRestApiJson\\ " : " src" }
1415 },
1516 "autoload-dev" : {
1617 "psr-4" : { "Rezzza\\ SymfonyRestApiJson\\ Tests\\ " : " tests" }
1718 },
1819 "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 " ,
2223 "jakeasmith/http_build_url" : " ^1.0" ,
2324 "justinrainbow/json-schema" : " >=3.0 <6.0"
2425 },
You can’t perform that action at this time.
0 commit comments