Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 2d136e3

Browse files
Bump dependencies (#321)
* Bump dependencies * Fix Sf5 support
1 parent 2c0224f commit 2d136e3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"require": {
2222
"php": "^7.1 || ^8.0",
2323
"sonata-project/cache": "^2.0.0",
24-
"symfony/config": "^4.3 || ^5.0",
25-
"symfony/dependency-injection": "^4.3 || ^5.0",
26-
"symfony/filesystem": "^4.3 || ^5.0",
27-
"symfony/http-foundation": "^4.3.4 || ^5.0",
28-
"symfony/http-kernel": "^4.3 || ^5.0",
29-
"symfony/process": "^3.4 || ^4.0",
30-
"symfony/routing": "^4.3 || ^5.0"
24+
"symfony/config": "^4.4 || ^5.2",
25+
"symfony/dependency-injection": "^4.4 || ^5.2",
26+
"symfony/filesystem": "^4.4 || ^5.2",
27+
"symfony/http-foundation": "^4.4 || ^5.2",
28+
"symfony/http-kernel": "^4.4 || ^5.2",
29+
"symfony/process": "^4.4 || ^5.2",
30+
"symfony/routing": "^4.4 || ^5.2"
3131
},
3232
"require-dev": {
3333
"doctrine/orm": "^2.2",
@@ -36,8 +36,8 @@
3636
"jackalope/jackalope-doctrine-dbal": "^1.0",
3737
"php-mock/php-mock": "^2.0",
3838
"predis/predis": "^1.0",
39-
"symfony/console": "^4.3 || ^5.0",
40-
"symfony/framework-bundle": "^4.3 || ^5.0",
39+
"symfony/console": "^4.4 || ^5.2",
40+
"symfony/framework-bundle": "^4.4 || ^5.2",
4141
"symfony/phpunit-bridge": "^5.2"
4242
},
4343
"suggest": {

src/Adapter/VarnishCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ protected function runCommand(string $command, string $expression): bool
178178
$return = true;
179179

180180
foreach ($this->servers as $server) {
181-
$process = new Process(str_replace(
181+
$process = Process::fromShellCommandline(str_replace(
182182
['{{ COMMAND }}', '{{ EXPRESSION }}'],
183183
[$command, $expression],
184184
$server

0 commit comments

Comments
 (0)