Skip to content

Commit 7c74a97

Browse files
committed
Fix builds
1 parent 8afb596 commit 7c74a97

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,25 @@
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
}

0 commit comments

Comments
 (0)