Skip to content

Commit a8c3b35

Browse files
authored
Ensure packages remain sorted. (#41201)
1 parent 5b4db9f commit a8c3b35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"doctrine/inflector": "^2.0",
2222
"dragonmantank/cron-expression": "^3.1",
2323
"egulias/email-validator": "^3.1",
24+
"fruitcake/php-cors": "^1.2",
2425
"laravel/serializable-closure": "^1.0",
2526
"league/commonmark": "^2.2",
2627
"league/flysystem": "^3.0",
27-
"fruitcake/php-cors": "^1.2",
2828
"monolog/monolog": "^2.0",
2929
"nesbot/carbon": "^2.53.1",
3030
"psr/container": "^1.1.1|^2.0.1",
@@ -91,8 +91,8 @@
9191
"orchestra/testbench-core": "^7.1",
9292
"pda/pheanstalk": "^4.0",
9393
"phpstan/phpstan": "^1.0",
94-
"predis/predis": "^1.1.9",
9594
"phpunit/phpunit": "^9.5.8",
95+
"predis/predis": "^1.1.9",
9696
"symfony/cache": "^6.0"
9797
},
9898
"provide": {
@@ -143,8 +143,8 @@
143143
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.198.1).",
144144
"brianium/paratest": "Required to run tests in parallel (^6.0).",
145145
"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).",
147146
"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).",
148148
"guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.2).",
149149
"laravel/tinker": "Required to use the tinker console command (^2.0).",
150150
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",

0 commit comments

Comments
 (0)