File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ matrix:
1414 - php : 7.4
1515 env : SYMFONY_VERSION='4.4.*'
1616 - php : 7.4
17- env : SYMFONY_VERSION='5.0.*'
17+ env : SYMFONY_VERSION='5.0'
18+ - php : 7.4
19+ env : SYMFONY_VERSION='5.1'
1820 fast_finish : true
1921 allow_failures :
2022 - php : nightly
Original file line number Diff line number Diff line change 1313 ],
1414 "require" : {
1515 "php" : " ^7.2" ,
16- "symfony/framework-bundle" : " ^4.4|^5.0" ,
17- "symfony/http-client" : " ^4.4|^5.0" ,
18- "nyholm/psr7" : " ^1.3" ,
16+ "symfony/framework-bundle" : " ^4.4 || ^5.0" ,
17+ "symfony/http-client" : " ^4.4 || ^5.0" ,
18+ "symfony/http-client-contracts" : " ^1.0|^2.0" ,
19+ "nyholm/psr7" : " ^1.0" ,
1920 "m4tthumphrey/php-gitlab-api" : " ^10.0"
2021 },
2122 "require-dev" : {
22- "php-http/message" : " ^1.6" ,
23- "phpunit/phpunit" : " ^8.0"
23+ "phpunit/phpunit" : " ^8.0" ,
24+ "guzzlehttp/psr7" : " ^1.5.2" ,
25+ "php-http/guzzle6-adapter" : " ^2.0.1" ,
26+ "http-interop/http-factory-guzzle" : " ^1.0"
2427 },
2528 "autoload" : {
2629 "psr-0" : { "Zeichen32\\ GitLabApiBundle" : " " }
2730 },
2831 "target-dir" : " Zeichen32/GitLabApiBundle" ,
2932 "extra" : {
3033 "branch-alias" : {
31- "dev-master" : " 4 .0.x-dev"
34+ "dev-master" : " 5 .0.x-dev"
3235 }
3336 }
3437}
You can’t perform that action at this time.
0 commit comments