|
29 | 29 | "dragonmantank/cron-expression": "^3.3.2", |
30 | 30 | "egulias/email-validator": "^3.2.1|^4.0", |
31 | 31 | "fruitcake/php-cors": "^1.3", |
32 | | - "guzzlehttp/guzzle": "^7.8", |
| 32 | + "guzzlehttp/guzzle": "^7.8.2", |
33 | 33 | "guzzlehttp/uri-template": "^1.0", |
34 | 34 | "laravel/prompts": "^0.1.18", |
35 | 35 | "laravel/serializable-closure": "^1.3", |
36 | 36 | "league/commonmark": "^2.2.1", |
37 | | - "league/flysystem": "^3.8.0", |
| 37 | + "league/flysystem": "^3.25.1", |
38 | 38 | "monolog/monolog": "^3.0", |
39 | | - "nesbot/carbon": "^2.72.2|^3.0", |
| 39 | + "nesbot/carbon": "^2.72.2|^3.4", |
40 | 40 | "nunomaduro/termwind": "^2.0", |
41 | 41 | "psr/container": "^1.1.1|^2.0.1", |
42 | 42 | "psr/log": "^1.0|^2.0|^3.0", |
43 | 43 | "psr/simple-cache": "^1.0|^2.0|^3.0", |
44 | 44 | "ramsey/uuid": "^4.7", |
45 | | - "symfony/console": "^7.0", |
46 | | - "symfony/error-handler": "^7.0", |
47 | | - "symfony/finder": "^7.0", |
48 | | - "symfony/http-foundation": "^7.0", |
49 | | - "symfony/http-kernel": "^7.0", |
50 | | - "symfony/mailer": "^7.0", |
51 | | - "symfony/mime": "^7.0", |
52 | | - "symfony/polyfill-php83": "^1.28", |
53 | | - "symfony/process": "^7.0", |
54 | | - "symfony/routing": "^7.0", |
55 | | - "symfony/uid": "^7.0", |
56 | | - "symfony/var-dumper": "^7.0", |
| 45 | + "symfony/console": "^7.1.3", |
| 46 | + "symfony/error-handler": "^7.1", |
| 47 | + "symfony/finder": "^7.1", |
| 48 | + "symfony/http-foundation": "^7.1.3", |
| 49 | + "symfony/http-kernel": "^7.1", |
| 50 | + "symfony/mailer": "^7.1", |
| 51 | + "symfony/mime": "^7.1", |
| 52 | + "symfony/polyfill-php83": "^1.30", |
| 53 | + "symfony/process": "^7.1", |
| 54 | + "symfony/routing": "^7.1", |
| 55 | + "symfony/uid": "^7.1", |
| 56 | + "symfony/var-dumper": "^7.1", |
57 | 57 | "tijsverkoyen/css-to-inline-styles": "^2.2.5", |
58 | | - "vlucas/phpdotenv": "^5.4.1", |
| 58 | + "vlucas/phpdotenv": "^5.6.1", |
59 | 59 | "voku/portable-ascii": "^2.0" |
60 | 60 | }, |
61 | 61 | "replace": { |
|
99 | 99 | "ably/ably-php": "^1.0", |
100 | 100 | "aws/aws-sdk-php": "^3.235.5", |
101 | 101 | "fakerphp/faker": "^1.23", |
102 | | - "league/flysystem-aws-s3-v3": "^3.0", |
103 | | - "league/flysystem-ftp": "^3.0", |
104 | | - "league/flysystem-path-prefixing": "^3.3", |
105 | | - "league/flysystem-read-only": "^3.3", |
106 | | - "league/flysystem-sftp-v3": "^3.0", |
107 | | - "mockery/mockery": "^1.6", |
| 102 | + "league/flysystem-aws-s3-v3": "^3.25.1", |
| 103 | + "league/flysystem-ftp": "^3.25.1", |
| 104 | + "league/flysystem-path-prefixing": "^3.25.1", |
| 105 | + "league/flysystem-read-only": "^3.25.1", |
| 106 | + "league/flysystem-sftp-v3": "^3.25.1", |
| 107 | + "mockery/mockery": "^1.6.10", |
108 | 108 | "nyholm/psr7": "^1.2", |
109 | 109 | "orchestra/testbench-core": "^9.1.5", |
110 | 110 | "pda/pheanstalk": "^5.0", |
111 | 111 | "phpstan/phpstan": "^1.11.5", |
112 | | - "phpunit/phpunit": "^10.5|^11.0", |
113 | | - "predis/predis": "^2.0.2", |
| 112 | + "phpunit/phpunit": "^10.5.12|^11.3.2", |
| 113 | + "predis/predis": "^2.2.0", |
114 | 114 | "resend/resend-php": "^0.10.0", |
115 | | - "symfony/cache": "^7.0", |
116 | | - "symfony/http-client": "^7.0", |
117 | | - "symfony/psr-http-message-bridge": "^7.0", |
| 115 | + "symfony/cache": "^7.1", |
| 116 | + "symfony/http-client": "^7.1", |
| 117 | + "symfony/psr-http-message-bridge": "^7.1", |
118 | 118 | "nette/schema": "dev-master as v1.3.0" |
119 | 119 | }, |
120 | 120 | "conflict": { |
|
172 | 172 | "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", |
173 | 173 | "filp/whoops": "Required for friendly error pages in development (^2.14.3).", |
174 | 174 | "laravel/tinker": "Required to use the tinker console command (^2.0).", |
175 | | - "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", |
176 | | - "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", |
177 | | - "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).", |
178 | | - "league/flysystem-read-only": "Required to use read-only disks (^3.3)", |
179 | | - "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", |
| 175 | + "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", |
| 176 | + "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).", |
| 177 | + "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).", |
| 178 | + "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)", |
| 179 | + "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).", |
180 | 180 | "mockery/mockery": "Required to use mocking (^1.6).", |
181 | 181 | "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", |
182 | 182 | "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).", |
183 | 183 | "phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).", |
184 | | - "predis/predis": "Required to use the predis connector (^2.0.2).", |
| 184 | + "predis/predis": "Required to use the predis connector (^2.2.0).", |
185 | 185 | "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", |
186 | 186 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", |
187 | 187 | "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).", |
|
0 commit comments