|
33 | 33 | "psr/simple-cache": "^1.0", |
34 | 34 | "ramsey/uuid": "^4.2.2", |
35 | 35 | "swiftmailer/swiftmailer": "^6.3", |
36 | | - "symfony/console": "^5.1.4", |
37 | | - "symfony/error-handler": "^5.1.4", |
38 | | - "symfony/finder": "^5.1.4", |
39 | | - "symfony/http-foundation": "^5.1.4", |
40 | | - "symfony/http-kernel": "^5.1.4", |
41 | | - "symfony/mime": "^5.1.4", |
42 | | - "symfony/process": "^5.1.4", |
43 | | - "symfony/routing": "^5.1.4", |
44 | | - "symfony/var-dumper": "^5.1.4", |
| 36 | + "symfony/console": "^5.4", |
| 37 | + "symfony/error-handler": "^5.4", |
| 38 | + "symfony/finder": "^5.4", |
| 39 | + "symfony/http-foundation": "^5.4", |
| 40 | + "symfony/http-kernel": "^5.4", |
| 41 | + "symfony/mime": "^5.4", |
| 42 | + "symfony/process": "^5.4", |
| 43 | + "symfony/routing": "^5.4", |
| 44 | + "symfony/var-dumper": "^5.4", |
45 | 45 | "tijsverkoyen/css-to-inline-styles": "^2.2.2", |
46 | 46 | "vlucas/phpdotenv": "^5.2", |
47 | 47 | "voku/portable-ascii": "^1.4.8" |
|
90 | 90 | "pda/pheanstalk": "^4.0", |
91 | 91 | "phpunit/phpunit": "^8.5.19|^9.5.8", |
92 | 92 | "predis/predis": "^1.1.9", |
93 | | - "symfony/cache": "^5.1.4" |
| 93 | + "symfony/cache": "^5.4" |
94 | 94 | }, |
95 | 95 | "provide": { |
96 | 96 | "psr/container-implementation": "1.0", |
|
149 | 149 | "predis/predis": "Required to use the predis connector (^1.1.9).", |
150 | 150 | "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", |
151 | 151 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0|^7.0).", |
152 | | - "symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).", |
153 | | - "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).", |
| 152 | + "symfony/cache": "Required to PSR-6 cache bridge (^5.4).", |
| 153 | + "symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).", |
154 | 154 | "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).", |
155 | 155 | "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)." |
156 | 156 | }, |
|
0 commit comments