Skip to content

Commit 795a4c0

Browse files
committed
re-order composer packages in alphabetic order
1 parent 1efa422 commit 795a4c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
}
1717
],
1818
"require": { "php": "^8.2",
19-
"spatie/laravel-package-tools": "^1.16",
19+
"illuminate/contracts": "^10.0||^11.0||^12.0",
2020
"spatie/laravel-data": "^4.1.0",
21-
"illuminate/contracts": "^10.0||^11.0||^12.0"
21+
"spatie/laravel-package-tools": "^1.16"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.14",

0 commit comments

Comments
 (0)