Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'next-10641/update-symfony' into 'master'
Browse files Browse the repository at this point in the history
NEXT-10641 - Update Symfony

See merge request shopware/6/product/development!200
  • Loading branch information
pweyck committed Sep 4, 2020
2 parents b9a1cd4 + a4141ba commit 01c3586
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use Shopware\Core\Framework\Plugin\KernelPluginLoader\StaticKernelPluginLoader;
use Shopware\Development\Kernel;
use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\Debug\Debug;
use Symfony\Component\Dotenv\Dotenv;
use Symfony\Component\ErrorHandler\Debug;

if (PHP_VERSION_ID < 70200) {
echo 'Your cli is running PHP version ' . PHP_VERSION . ' but Shopware 6 requires at least PHP 7.2.0' . PHP_EOL;
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"opis/json-schema": "1.0.19",
"phpunit/phpunit": "8.5.2",
"smalot/pdfparser": "0.14.0",
"symfony/browser-kit": "4.4.4",
"symfony/dependency-injection": "4.4.4",
"symfony/phpunit-bridge": "4.4.4",
"symfony/stopwatch": "4.4.4",
"symfony/var-dumper": "4.4.4",
"symfony/web-profiler-bundle": "4.4.4",
"symfony/dom-crawler": "4.4.4"
"symfony/browser-kit": "~4.4.4",
"symfony/dependency-injection": "~4.4.4",
"symfony/phpunit-bridge": "~4.4.4",
"symfony/stopwatch": "~4.4.4",
"symfony/var-dumper": "~4.4.4",
"symfony/web-profiler-bundle": "~4.4.4",
"symfony/dom-crawler": "~4.4.4"
}
}
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
use Shopware\Core\Framework\Routing\RequestTransformerInterface;
use Shopware\Development\Kernel;
use Shopware\Storefront\Framework\Cache\CacheStore;
use Symfony\Component\Debug\Debug;
use Symfony\Component\Dotenv\Dotenv;
use Symfony\Component\ErrorHandler\Debug;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpKernel\HttpCache\HttpCache;

Expand Down

0 comments on commit 01c3586

Please sign in to comment.