|
26 | 26 | "composer-runtime-api": "^2.2",
|
27 | 27 | "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12",
|
28 | 28 | "doctrine/inflector": "^2.0.5",
|
29 |
| - "dragonmantank/cron-expression": "^3.3.2", |
| 29 | + "dragonmantank/cron-expression": "^3.4", |
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|^0.2.0|^0.3.0",
|
35 | 35 | "laravel/serializable-closure": "^1.3|^2.0",
|
36 | 36 | "league/commonmark": "^2.2.1",
|
37 |
| - "league/flysystem": "^3.8.0", |
| 37 | + "league/flysystem": "^3.25.1", |
| 38 | + "league/flysystem-local": "^3.25.1", |
38 | 39 | "monolog/monolog": "^3.0",
|
39 |
| - "nesbot/carbon": "^2.72.2|^3.0", |
| 40 | + "nesbot/carbon": "^2.72.2|^3.4", |
40 | 41 | "nunomaduro/termwind": "^2.0",
|
41 | 42 | "psr/container": "^1.1.1|^2.0.1",
|
42 | 43 | "psr/log": "^1.0|^2.0|^3.0",
|
43 | 44 | "psr/simple-cache": "^1.0|^2.0|^3.0",
|
44 | 45 | "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", |
| 46 | + "symfony/console": "^7.0.3", |
| 47 | + "symfony/error-handler": "^7.0.3", |
| 48 | + "symfony/finder": "^7.0.3", |
| 49 | + "symfony/http-foundation": "^7.0.3", |
| 50 | + "symfony/http-kernel": "^7.0.3", |
| 51 | + "symfony/mailer": "^7.0.3", |
| 52 | + "symfony/mime": "^7.0.3", |
| 53 | + "symfony/polyfill-php83": "^1.31", |
| 54 | + "symfony/process": "^7.0.3", |
| 55 | + "symfony/routing": "^7.0.3", |
| 56 | + "symfony/uid": "^7.0.3", |
| 57 | + "symfony/var-dumper": "^7.0.3", |
57 | 58 | "tijsverkoyen/css-to-inline-styles": "^2.2.5",
|
58 |
| - "vlucas/phpdotenv": "^5.4.1", |
59 |
| - "voku/portable-ascii": "^2.0" |
| 59 | + "vlucas/phpdotenv": "^5.6.1", |
| 60 | + "voku/portable-ascii": "^2.0.2" |
60 | 61 | },
|
61 | 62 | "replace": {
|
62 | 63 | "illuminate/auth": "self.version",
|
|
98 | 99 | "require-dev": {
|
99 | 100 | "ext-gmp": "*",
|
100 | 101 | "ably/ably-php": "^1.0",
|
101 |
| - "aws/aws-sdk-php": "^3.235.5", |
102 |
| - "fakerphp/faker": "^1.23", |
103 |
| - "league/flysystem-aws-s3-v3": "^3.0", |
104 |
| - "league/flysystem-ftp": "^3.0", |
105 |
| - "league/flysystem-path-prefixing": "^3.3", |
106 |
| - "league/flysystem-read-only": "^3.3", |
107 |
| - "league/flysystem-sftp-v3": "^3.0", |
| 102 | + "aws/aws-sdk-php": "^3.322.9", |
| 103 | + "fakerphp/faker": "^1.24", |
| 104 | + "guzzlehttp/promises": "^2.0.3", |
| 105 | + "guzzlehttp/psr7": "^2.4", |
| 106 | + "league/flysystem-aws-s3-v3": "^3.25.1", |
| 107 | + "league/flysystem-ftp": "^3.25.1", |
| 108 | + "league/flysystem-path-prefixing": "^3.25.1", |
| 109 | + "league/flysystem-read-only": "^3.25.1", |
| 110 | + "league/flysystem-sftp-v3": "^3.25.1", |
108 | 111 | "mockery/mockery": "^1.6.10",
|
109 | 112 | "nyholm/psr7": "^1.2",
|
110 | 113 | "orchestra/testbench-core": "^9.6",
|
111 |
| - "pda/pheanstalk": "^5.0", |
| 114 | + "pda/pheanstalk": "^5.0.6", |
112 | 115 | "phpstan/phpstan": "^1.11.5",
|
113 |
| - "phpunit/phpunit": "^10.5|^11.0", |
114 |
| - "predis/predis": "^2.0.2", |
| 116 | + "phpunit/phpunit": "^10.5.35|^11.3.6", |
| 117 | + "predis/predis": "^2.3", |
115 | 118 | "resend/resend-php": "^0.10.0",
|
116 |
| - "symfony/cache": "^7.0", |
117 |
| - "symfony/http-client": "^7.0", |
118 |
| - "symfony/psr-http-message-bridge": "^7.0" |
| 119 | + "symfony/cache": "^7.0.3", |
| 120 | + "symfony/http-client": "^7.0.3", |
| 121 | + "symfony/translation": "^7.0.3", |
| 122 | + "symfony/psr-http-message-bridge": "^7.0.3" |
119 | 123 | },
|
120 | 124 | "conflict": {
|
121 | 125 | "mockery/mockery": "1.6.8",
|
|
169 | 173 | "ext-posix": "Required to use all features of the queue worker.",
|
170 | 174 | "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).",
|
171 | 175 | "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
|
172 |
| - "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", |
| 176 | + "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).", |
173 | 177 | "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
|
174 | 178 | "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
|
175 | 179 | "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
|
176 | 180 | "laravel/tinker": "Required to use the tinker console command (^2.0).",
|
177 |
| - "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", |
178 |
| - "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", |
179 |
| - "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).", |
180 |
| - "league/flysystem-read-only": "Required to use read-only disks (^3.3)", |
181 |
| - "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", |
| 181 | + "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", |
| 182 | + "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).", |
| 183 | + "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).", |
| 184 | + "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)", |
| 185 | + "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).", |
182 | 186 | "mockery/mockery": "Required to use mocking (^1.6).",
|
183 | 187 | "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
|
184 | 188 | "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).",
|
185 | 189 | "phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).",
|
186 |
| - "predis/predis": "Required to use the predis connector (^2.0.2).", |
| 190 | + "predis/predis": "Required to use the predis connector (^2.3).", |
187 | 191 | "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
|
188 | 192 | "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
|
189 | 193 | "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).",
|
|
0 commit comments