Skip to content

Commit

Permalink
Drop Symfony 4.2 support (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk authored Mar 15, 2020
1 parent 1b23996 commit a0f2c00
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ env:
matrix:
- SYMFONY_VERSION="^v3.4.5" PHPUNIT_BRIDGE_VERSION="^v3.4.31" DEPENDENCIES="high"
- SYMFONY_VERSION="^v3.4.5" PHPUNIT_BRIDGE_VERSION="^v3.4.31" DEPENDENCIES="low"
- SYMFONY_VERSION="~v4.2.0" DEPENDENCIES="high"
- SYMFONY_VERSION="~v4.2.0" DEPENDENCIES="low"
- SYMFONY_VERSION="~v4.3.0" DEPENDENCIES="high"
- SYMFONY_VERSION="~v4.3.0" DEPENDENCIES="low"
- SYMFONY_VERSION="~v4.4.0" DEPENDENCIES="high"
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"monolog/monolog": "^1.19",
"nikic/php-parser": "^3.0 || ^4.0",
"swiftmailer/swiftmailer": "^6.0",
"symfony/config": "^3.4.5 || ^4.2 || ^5.0",
"symfony/console": "^3.4.5 || ^4.2 || ^5.0",
"symfony/dependency-injection": "^3.4.5 || ^4.2 || ^5.0",
"symfony/filesystem": "^3.4.5 || ^4.2 || ^5.0",
"symfony/lock": "^3.4.5 || ^4.2 || ^5.0",
"symfony/process": "^3.4.5 || ^4.2 || ^5.0",
"symfony/yaml": "^3.4.5 || ^4.2 || ^5.0"
"symfony/config": "^3.4.5 || ^4.3 || ^5.0",
"symfony/console": "^3.4.5 || ^4.3 || ^5.0",
"symfony/dependency-injection": "^3.4.5 || ^4.3 || ^5.0",
"symfony/filesystem": "^3.4.5 || ^4.3 || ^5.0",
"symfony/lock": "^3.4.5 || ^4.3 || ^5.0",
"symfony/process": "^3.4.5 || ^4.3 || ^5.0",
"symfony/yaml": "^3.4.5 || ^4.3 || ^5.0"
},
"require-dev": {
"ext-json": "*",
"ext-mbstring": "*",
"bamarni/composer-bin-plugin": "^1.2",
"phpunit/phpunit": "^8.5.1",
"symfony/error-handler": "^4.4 || ^5.0",
"symfony/phpunit-bridge": "^3.4.31 || ^4.2 || ^5.0"
"symfony/phpunit-bridge": "^3.4.31 || ^4.3 || ^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a0f2c00

Please sign in to comment.