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