Skip to content

Commit 43fa49b

Browse files
committed
fix: upgrade dependencies
1 parent bcea18e commit 43fa49b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
- php: '7.4'
1515
env: SYMFONY_VERSION="4.4.*"
1616
- php: '7.2'
17-
env: SYMFONY_VERSION="5.0.*"
17+
env: SYMFONY_VERSION="5.1.*"
1818
- php: '7.4'
19-
env: SYMFONY_VERSION="5.0.*"
19+
env: SYMFONY_VERSION="5.1.*"
2020
- stage: test-functional
2121
php: '7.4'
2222
env:
@@ -48,7 +48,7 @@ jobs:
4848
- stage: test-functional
4949
php: '7.4'
5050
env:
51-
- SYMFONY_VERSION="5.0.*"
51+
- SYMFONY_VERSION="5.1.*"
5252
- BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
5353
- PR_ORIGIN=${TRAVIS_PULL_REQUEST_SLUG:-$TRAVIS_REPO_SLUG}
5454
services: docker

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^7.1.33",
2121
"ext-json": "*",
22-
"auxmoney/opentracing-bundle-core": "^0.6.6",
22+
"auxmoney/opentracing-bundle-core": "^0.7",
2323
"opentracing/opentracing": "1.0.0-beta5@beta",
2424
"jcchavezs/zipkin-opentracing": "^0.1"
2525
},

0 commit comments

Comments
 (0)