Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
PHP 7.1+ and Symfony 4+
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Feb 21, 2018
1 parent d2573b8 commit f9e04c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: php
sudo: false

php:
- 7.0
- 7.1
- 7.2

Expand Down
26 changes: 13 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,34 +31,34 @@
}
},
"require": {
"php": "~7.0",
"php": "~7.1",
"nella/monolog-tracy": "~1.3",
"symfony/config": "~3.0",
"symfony/dependency-injection": "~3.0",
"symfony/expression-language": "~3.0",
"symfony/config": "~4.0",
"symfony/dependency-injection": "~4.0",
"symfony/expression-language": "~4.0",
"symfony/monolog-bundle": "~3.0",
"symfony/yaml": "~3.0"
"symfony/yaml": "~4.0"
},
"require-dev": {
"doctrine/orm": "2.5.4",
"doctrine/orm": "2.6.0",
"jakub-onderka/php-console-highlighter": "0.3.2",
"jakub-onderka/php-parallel-lint": "0.9.2",
"matthiasnoback/symfony-dependency-injection-test": "2.3.0",
"nella/coding-standard": "4.2.1",
"phing/phing": "2.16.1",
"phpunit/phpunit": "6.5.6",
"twig/twig": "1.24.1"
"twig/twig": "2.4.4"
},
"config": {
"bin-dir": "bin"
},
"conflict": {
"symfony/console": "<3.0",
"symfony/filesystem": "<3.0",
"symfony/debug": "<3.0",
"symfony/http-foundation": "<3.0",
"symfony/event-dispatcher": "<3.0",
"symfony/http-kernel": "<3.0"
"symfony/console": "<4.0",
"symfony/filesystem": "<4.0",
"symfony/debug": "<4.0",
"symfony/http-foundation": "<4.0",
"symfony/event-dispatcher": "<4.0",
"symfony/http-kernel": "<4.0"
},
"archive": {
"exclude": [
Expand Down

0 comments on commit f9e04c3

Please sign in to comment.