Skip to content

Commit 760177b

Browse files
authored
Merge pull request #293 from norkunas/upd
Change highest supported Symfony version in travis to 5.1
2 parents 4b13f65 + 7fcef48 commit 760177b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ matrix:
3434
- php: 7.4
3535
env: SYMFONY_VERSION=4.4.*
3636
- php: 7.4
37-
env: SYMFONY_VERSION=5.0.*
37+
env: SYMFONY_VERSION=5.1.*
3838

3939
# Latest commit to master
4040
- php: 7.4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"php-http/curl-client": "^1.7",
5858
"php-http/message": "^1.5",
5959
"symfony/config": ">=3.4.31",
60-
"symfony/phpunit-bridge": "^4.4",
60+
"symfony/phpunit-bridge": "^5.1",
6161
"symfony/validator": "^3.4 || ^4.2 || ^5.0",
6262
"symfony/yaml": "^3.4 || ^4.2 || ^5.0"
6363
},

0 commit comments

Comments
 (0)