Skip to content

Commit

Permalink
Updated minimal symfony/* package versions to 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jun 7, 2019
1 parent 10de76f commit 2008557
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"require": {
"php": "^7.1",
"doctrine/dbal": "^2.9",
"symfony/config": "^4.2",
"symfony/dependency-injection": "^4.2",
"symfony/http-kernel": "^4.2",
"symfony/yaml": "^4.2"
"symfony/config": "^4.3",
"symfony/dependency-injection": "^4.3",
"symfony/http-kernel": "^4.3",
"symfony/yaml": "^4.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
Expand Down

0 comments on commit 2008557

Please sign in to comment.