Skip to content

Commit

Permalink
Merge pull request #192 from loic425/features/upgrade-symfony-4.3
Browse files Browse the repository at this point in the history
Upgrade to symfony 4.3
  • Loading branch information
loic425 committed Jun 11, 2019
2 parents 1648ffb + 4dfaf1a commit 2f82852
Show file tree
Hide file tree
Showing 6 changed files with 1,047 additions and 735 deletions.
20 changes: 11 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"sylius/resource-bundle": "^1.5",
"sylius/ui-bundle": "^1.5",
"sylius/user-bundle": "^1.5",
"symfony/dotenv": "^4.2",
"symfony/dotenv": "^4.3.1",
"symfony/flex": "^1.2",
"symfony/monolog-bundle": "^3.3",
"symfony/proxy-manager-bridge": "^4.2",
"symfony/proxy-manager-bridge": "^4.3",
"symfony/swiftmailer-bundle": "^3.0",
"symfony/twig-bundle": "^4.2",
"twig/extensions": "^1.5",
Expand All @@ -58,16 +58,18 @@
"lakion/mink-debug-extension": "^1.2",
"lchrusciel/api-test-case": "^3.1",
"leanphp/phpspec-code-coverage": "^4.2",
"nikic/php-parser": "^4.1",
"nikic/php-parser": "^4.2",
"phpspec/phpspec": "^4.0",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-doctrine": "^0.10",
"phpstan/phpstan-symfony": "^0.10",
"phpstan/phpstan-webmozart-assert": "^0.10",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-doctrine": "^0.11",
"phpstan/phpstan-nette": "^0.11",
"phpstan/phpstan-symfony": "^0.11",
"phpstan/phpstan-webmozart-assert": "^0.11",
"psr/event-dispatcher": "^1.0",
"se/selenium-server-standalone": " ^2.52",
"symfony/debug-bundle": "^4.2",
"symfony/debug-bundle": "^4.3.1",
"symfony/web-profiler-bundle": "^4.2",
"symfony/web-server-bundle": "^4.2",
"symfony/web-server-bundle": "^4.3.1",
"vimeo/psalm": "^3.2"
},
"conflict": {
Expand Down

0 comments on commit 2f82852

Please sign in to comment.