Skip to content

Commit

Permalink
Bump Symfony and PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
XWB committed Dec 6, 2019
1 parent 22efcf2 commit 0f5e2f9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
@@ -1,9 +1,9 @@
language: php

php:
- 7.4
- 7.3
- 7.2
- 7.1

cache:
directories:
Expand All @@ -16,9 +16,11 @@ env:
matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.2
env: SYMFONY_VERSION=3.4.*
- php: 7.3
- php: 7.2
env: SYMFONY_VERSION=4.4.*
- php: 7.4
env: TARGET=csfixer_dry_run

before_install:
Expand Down
30 changes: 15 additions & 15 deletions composer.json
Expand Up @@ -93,13 +93,13 @@
],

"require": {
"php": "^7.1",
"symfony/framework-bundle": "^3.4.26|^4.2.7",
"symfony/security-bundle": "^3.4|^4.2",
"symfony/options-resolver": "^3.4|^4.2",
"symfony/form": "^3.4|^4.2",
"symfony/yaml": "^3.4|^4.2",
"symfony/templating": "^3.4|^4.2",
"php": "^7.2",
"symfony/framework-bundle": "^3.4.26|^4.3",
"symfony/security-bundle": "^3.4|^4.3",
"symfony/options-resolver": "^3.4|^4.3",
"symfony/form": "^3.4|^4.3",
"symfony/yaml": "^3.4|^4.3",
"symfony/templating": "^3.4|^4.3",

"psr/http-message": "^1.0",
"php-http/client-implementation": "^1.0",
Expand All @@ -111,14 +111,14 @@

"require-dev": {
"doctrine/orm": "^2.3",
"symfony/browser-kit": "^3.4|^4.2",
"symfony/css-selector": "^3.4|^4.2",
"symfony/property-access": "^3.4|^4.2",
"symfony/validator": "^3.4|^4.2",
"symfony/twig-bundle": "^3.4|^4.2",
"symfony/stopwatch": "^3.4|^4.2",
"symfony/phpunit-bridge": "^3.4|^4.2",
"symfony/translation": "^3.4|^4.2",
"symfony/browser-kit": "^3.4|^4.3",
"symfony/css-selector": "^3.4|^4.3",
"symfony/property-access": "^3.4|^4.3",
"symfony/validator": "^3.4|^4.3",
"symfony/twig-bundle": "^3.4|^4.3",
"symfony/stopwatch": "^3.4|^4.3",
"symfony/phpunit-bridge": "^3.4|^4.3",
"symfony/translation": "^3.4|^4.3",
"friendsofsymfony/user-bundle": "^2.1",
"php-http/httplug-bundle": "^1.7",
"php-http/guzzle6-adapter": "^2.0",
Expand Down

0 comments on commit 0f5e2f9

Please sign in to comment.