|
21 | 21 | "doctrine/inflector": "^2.0",
|
22 | 22 | "dragonmantank/cron-expression": "^3.1",
|
23 | 23 | "egulias/email-validator": "^3.1",
|
| 24 | + "fruitcake/php-cors": "^1.2", |
24 | 25 | "laravel/serializable-closure": "^1.0",
|
25 | 26 | "league/commonmark": "^2.2",
|
26 | 27 | "league/flysystem": "^3.0",
|
27 |
| - "fruitcake/php-cors": "^1.2", |
28 | 28 | "monolog/monolog": "^2.0",
|
29 | 29 | "nesbot/carbon": "^2.53.1",
|
30 | 30 | "psr/container": "^1.1.1|^2.0.1",
|
|
91 | 91 | "orchestra/testbench-core": "^7.1",
|
92 | 92 | "pda/pheanstalk": "^4.0",
|
93 | 93 | "phpstan/phpstan": "^1.0",
|
94 |
| - "predis/predis": "^1.1.9", |
95 | 94 | "phpunit/phpunit": "^9.5.8",
|
| 95 | + "predis/predis": "^1.1.9", |
96 | 96 | "symfony/cache": "^6.0"
|
97 | 97 | },
|
98 | 98 | "provide": {
|
|
143 | 143 | "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.198.1).",
|
144 | 144 | "brianium/paratest": "Required to run tests in parallel (^6.0).",
|
145 | 145 | "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
|
146 |
| - "filp/whoops": "Required for friendly error pages in development (^2.14.3).", |
147 | 146 | "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
|
| 147 | + "filp/whoops": "Required for friendly error pages in development (^2.14.3).", |
148 | 148 | "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.2).",
|
149 | 149 | "laravel/tinker": "Required to use the tinker console command (^2.0).",
|
150 | 150 | "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
|
|
0 commit comments