|
97 | 97 | "ably/ably-php": "^1.0",
|
98 | 98 | "aws/aws-sdk-php": "^3.235.5",
|
99 | 99 | "doctrine/dbal": "^4.0",
|
100 |
| - "fakerphp/faker": "^1.21", |
101 |
| - "guzzlehttp/guzzle": "^7.6", |
| 100 | + "fakerphp/faker": "^1.23", |
| 101 | + "guzzlehttp/guzzle": "^7.8", |
102 | 102 | "league/flysystem-aws-s3-v3": "^3.0",
|
103 | 103 | "league/flysystem-ftp": "^3.0",
|
104 | 104 | "league/flysystem-path-prefixing": "^3.3",
|
105 | 105 | "league/flysystem-read-only": "^3.3",
|
106 | 106 | "league/flysystem-sftp-v3": "^3.0",
|
107 |
| - "mockery/mockery": "^1.5.1", |
| 107 | + "mockery/mockery": "^1.6", |
108 | 108 | "nyholm/psr7": "^1.2",
|
109 | 109 | "orchestra/testbench-core": "^9.0",
|
110 | 110 | "pda/pheanstalk": "^5.0",
|
111 | 111 | "phpstan/phpstan": "^1.4.7",
|
112 |
| - "phpunit/phpunit": "^10.1", |
| 112 | + "phpunit/phpunit": "^10.5", |
113 | 113 | "predis/predis": "^2.0.2",
|
114 | 114 | "symfony/cache": "^7.0",
|
115 | 115 | "symfony/http-client": "^7.0",
|
116 |
| - "symfony/psr-http-message-bridge": "^v7.0.0-BETA1" |
| 116 | + "symfony/psr-http-message-bridge": "^7.0" |
117 | 117 | },
|
118 | 118 | "provide": {
|
119 | 119 | "psr/container-implementation": "1.1|2.0",
|
|
170 | 170 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (^4.0).",
|
171 | 171 | "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
|
172 | 172 | "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
|
173 |
| - "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.6).", |
| 173 | + "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.8).", |
174 | 174 | "laravel/tinker": "Required to use the tinker console command (^2.0).",
|
175 | 175 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
|
176 | 176 | "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
|
177 | 177 | "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
|
178 | 178 | "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
|
179 | 179 | "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
|
180 |
| - "mockery/mockery": "Required to use mocking (^1.5.1).", |
| 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 |
| - "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8|^10.0.7).", |
| 183 | + "phpunit/phpunit": "Required to use assertions and run tests (^10.5).", |
184 | 184 | "predis/predis": "Required to use the predis connector (^2.0.2).",
|
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 |
| - "symfony/cache": "Required to PSR-6 cache bridge (^6.3).", |
188 |
| - "symfony/filesystem": "Required to enable support for relative symbolic links (^6.3).", |
189 |
| - "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.3).", |
190 |
| - "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.3).", |
191 |
| - "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.3).", |
192 |
| - "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)." |
| 187 | + "symfony/cache": "Required to PSR-6 cache bridge (^7.0).", |
| 188 | + "symfony/filesystem": "Required to enable support for relative symbolic links (^7.0).", |
| 189 | + "symfony/http-client": "Required to enable support for the Symfony API mail transports (^7.0).", |
| 190 | + "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^7.0).", |
| 191 | + "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^7.0).", |
| 192 | + "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^7.0)." |
193 | 193 | },
|
194 | 194 | "config": {
|
195 | 195 | "sort-packages": true,
|
|
0 commit comments