|
24 | 24 | "ext-session": "*", |
25 | 25 | "ext-tokenizer": "*", |
26 | 26 | "composer-runtime-api": "^2.2", |
27 | | - "brick/math": "^0.11|^0.12|^0.13", |
| 27 | + "brick/math": "^0.11|^0.12|^0.13|^0.14", |
28 | 28 | "doctrine/inflector": "^2.0.5", |
29 | 29 | "dragonmantank/cron-expression": "^3.4", |
30 | 30 | "egulias/email-validator": "^3.2.1|^4.0", |
|
51 | 51 | "symfony/http-kernel": "^7.2.0", |
52 | 52 | "symfony/mailer": "^7.2.0", |
53 | 53 | "symfony/mime": "^7.2.0", |
54 | | - "symfony/polyfill-php83": "^1.31", |
| 54 | + "symfony/polyfill-php83": "^1.33", |
| 55 | + "symfony/polyfill-php84": "^1.33", |
| 56 | + "symfony/polyfill-php85": "^1.33", |
55 | 57 | "symfony/process": "^7.2.0", |
56 | 58 | "symfony/routing": "^7.2.0", |
57 | 59 | "symfony/uid": "^7.2.0", |
|
79 | 81 | "illuminate/filesystem": "self.version", |
80 | 82 | "illuminate/hashing": "self.version", |
81 | 83 | "illuminate/http": "self.version", |
| 84 | + "illuminate/json-schema": "self.version", |
82 | 85 | "illuminate/log": "self.version", |
83 | 86 | "illuminate/macroable": "self.version", |
84 | 87 | "illuminate/mail": "self.version", |
|
111 | 114 | "league/flysystem-read-only": "^3.25.1", |
112 | 115 | "league/flysystem-sftp-v3": "^3.25.1", |
113 | 116 | "mockery/mockery": "^1.6.10", |
114 | | - "orchestra/testbench-core": "^10.0.0", |
| 117 | + "opis/json-schema": "^2.4.1", |
| 118 | + "orchestra/testbench-core": "^10.6.5", |
115 | 119 | "pda/pheanstalk": "^5.0.6|^7.0.0", |
116 | 120 | "php-http/discovery": "^1.15", |
117 | 121 | "phpstan/phpstan": "^2.0", |
|
177 | 181 | "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", |
178 | 182 | "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).", |
179 | 183 | "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).", |
180 | | - "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", |
| 184 | + "fakerphp/faker": "Required to generate fake data using the fake() helper (^1.23).", |
181 | 185 | "filp/whoops": "Required for friendly error pages in development (^2.14.3).", |
182 | 186 | "laravel/tinker": "Required to use the tinker console command (^2.0).", |
183 | 187 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", |
|
0 commit comments