Skip to content

Commit a9c459a

Browse files
Symfony 5 compatibility (#41)
1 parent 25b7f91 commit a9c459a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ env:
1919
- SYMFONY_VERSION="3.4.*"
2020
- SYMFONY_VERSION="4.3.*"
2121
- SYMFONY_VERSION="4.4.*"
22+
- SYMFONY_VERSION="5.0.*"
23+
- SYMFONY_VERSION="5.1.*"
2224
- SYMFONY_VERSION="dev-master"
2325
- DEPENDENCIES="beta"
2426
- DEPENDENCIES="low"

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"require": {
2828
"php": "^7.2",
2929
"martin-georgiev/social-post": "^1.0",
30-
"symfony/framework-bundle": "^3.0|^4.1.12",
31-
"symfony/yaml": "^3.0|^4.0"
30+
"symfony/framework-bundle": "^3.4|^4.3|^5.0",
31+
"symfony/yaml": "^3.4|^4.3|^5.0"
3232
},
3333
"require-dev": {
3434
"friendsofphp/php-cs-fixer": "^2.16",
@@ -39,7 +39,7 @@
3939
"sensiolabs-de/deptrac-shim": "^0.7.1",
4040
"sensiolabs/security-checker": "^6.0",
4141
"slam/phpstan-extensions": "^5.0",
42-
"symfony/phpunit-bridge": "^3.0|^4.0"
42+
"symfony/phpunit-bridge": "^3.4|^4.3|^5.0"
4343
},
4444

4545
"scripts": {

0 commit comments

Comments
 (0)