|
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.4.0|^8.0.0",
|
52 | 52 | "symfony/mailer": "^7.4.0|^8.0.0",
|
53 | 53 | "symfony/mime": "^7.4.0|^8.0.0",
|
| 54 | + "symfony/polyfill-php84": "^1.33", |
| 55 | + "symfony/polyfill-php85": "^1.33", |
54 | 56 | "symfony/process": "^7.4.0|^8.0.0",
|
55 |
| - "symfony/polyfill-php84": "^1.31", |
56 |
| - "symfony/polyfill-php85": "^1.31", |
57 | 57 | "symfony/routing": "^7.4.0|^8.0.0",
|
58 | 58 | "symfony/uid": "^7.4.0|^8.0.0",
|
59 | 59 | "symfony/var-dumper": "^7.4.0|^8.0.0",
|
|
80 | 80 | "illuminate/filesystem": "self.version",
|
81 | 81 | "illuminate/hashing": "self.version",
|
82 | 82 | "illuminate/http": "self.version",
|
| 83 | + "illuminate/json-schema": "self.version", |
83 | 84 | "illuminate/log": "self.version",
|
84 | 85 | "illuminate/macroable": "self.version",
|
85 | 86 | "illuminate/mail": "self.version",
|
|
112 | 113 | "league/flysystem-read-only": "^3.25.1",
|
113 | 114 | "league/flysystem-sftp-v3": "^3.25.1",
|
114 | 115 | "mockery/mockery": "^1.6.10",
|
| 116 | + "opis/json-schema": "^2.4.1", |
115 | 117 | "orchestra/testbench-core": "^11.0.0",
|
116 | 118 | "pda/pheanstalk": "^5.0.6|^7.0.0",
|
117 | 119 | "php-http/discovery": "^1.15",
|
|
178 | 180 | "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
|
179 | 181 | "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).",
|
180 | 182 | "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).",
|
181 |
| - "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", |
| 183 | + "fakerphp/faker": "Required to generate fake data using the fake() helper (^1.23).", |
182 | 184 | "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
|
183 | 185 | "laravel/tinker": "Required to use the tinker console command (^2.0).",
|
184 | 186 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).",
|
|
0 commit comments