Skip to content

Commit

Permalink
Add composer packages sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
8ctopus committed Dec 14, 2023
1 parent e18ff4a commit 1d1564e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": ">=8.0",
"twig/twig": "^3.0",
"dompdf/dompdf": "dev-master#05abdb3dbf51cb2263080b500a63ec483d5d4125",
"twig/twig": "^3.0",
"twig/intl-extra": "^3.3"
},
"require-dev": {
Expand All @@ -26,6 +26,9 @@
},
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"Oct8pus\\Invoice\\": "src"
Expand Down

0 comments on commit 1d1564e

Please sign in to comment.