|
44 | 44 | "psr/log": "^1.0|^2.0|^3.0", |
45 | 45 | "psr/simple-cache": "^1.0|^2.0|^3.0", |
46 | 46 | "ramsey/uuid": "^4.7", |
47 | | - "symfony/console": "^7.2.0", |
48 | | - "symfony/error-handler": "^7.2.0", |
49 | | - "symfony/finder": "^7.2.0", |
50 | | - "symfony/http-foundation": "^7.2.0", |
51 | | - "symfony/http-kernel": "^7.2.0", |
52 | | - "symfony/mailer": "^7.2.0", |
53 | | - "symfony/mime": "^7.2.0", |
54 | | - "symfony/process": "^7.2.0", |
55 | | - "symfony/routing": "^7.2.0", |
56 | | - "symfony/uid": "^7.2.0", |
57 | | - "symfony/var-dumper": "^7.2.0", |
| 47 | + "symfony/console": "^7.4.0|^8.0.0", |
| 48 | + "symfony/error-handler": "^7.4.0|^8.0.0", |
| 49 | + "symfony/finder": "^7.4.0|^8.0.0", |
| 50 | + "symfony/http-foundation": "^7.4.0|^8.0.0", |
| 51 | + "symfony/http-kernel": "^7.4.0|^8.0.0", |
| 52 | + "symfony/mailer": "^7.4.0|^8.0.0", |
| 53 | + "symfony/mime": "^7.4.0|^8.0.0", |
| 54 | + "symfony/process": "^7.4.0|^8.0.0", |
| 55 | + "symfony/routing": "^7.4.0|^8.0.0", |
| 56 | + "symfony/uid": "^7.4.0|^8.0.0", |
| 57 | + "symfony/var-dumper": "^7.4.0|^8.0.0", |
58 | 58 | "tijsverkoyen/css-to-inline-styles": "^2.2.5", |
59 | 59 | "vlucas/phpdotenv": "^5.6.1", |
60 | 60 | "voku/portable-ascii": "^2.0.2" |
|
117 | 117 | "phpunit/phpunit": "^10.5.35|^11.5.3|^12.0.1", |
118 | 118 | "predis/predis": "^2.3|^3.0", |
119 | 119 | "resend/resend-php": "^0.10.0", |
120 | | - "symfony/cache": "^7.2.0", |
121 | | - "symfony/http-client": "^7.2.0", |
122 | | - "symfony/psr-http-message-bridge": "^7.2.0", |
123 | | - "symfony/translation": "^7.2.0" |
| 120 | + "symfony/cache": "^7.4.0|^8.0.0", |
| 121 | + "symfony/http-client": "^7.4.0|^8.0.0", |
| 122 | + "symfony/psr-http-message-bridge": "^7.4.0|^8.0.0", |
| 123 | + "symfony/translation": "^7.4.0" |
124 | 124 | }, |
125 | 125 | "conflict": { |
126 | 126 | "tightenco/collect": "<5.5.33" |
|
192 | 192 | "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", |
193 | 193 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", |
194 | 194 | "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).", |
195 | | - "symfony/cache": "Required to PSR-6 cache bridge (^7.2).", |
196 | | - "symfony/filesystem": "Required to enable support for relative symbolic links (^7.2).", |
197 | | - "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.2).", |
198 | | - "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.2).", |
199 | | - "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.2).", |
200 | | - "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.2)." |
| 195 | + "symfony/cache": "Required to PSR-6 cache bridge (^7.4|^8.0).", |
| 196 | + "symfony/filesystem": "Required to enable support for relative symbolic links (^7.4|^8.0).", |
| 197 | + "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.4|^8.0).", |
| 198 | + "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.4|^8.0).", |
| 199 | + "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.4|^8.0).", |
| 200 | + "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.4|^8.0)." |
201 | 201 | }, |
202 | 202 | "config": { |
203 | 203 | "sort-packages": true, |
|
0 commit comments