Skip to content

Commit

Permalink
[TASK] Enable package sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast committed Oct 4, 2024
1 parent 4ec2ed7 commit 68b0b22
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"overtrue/phplint": "^3.0 || ^4.0",
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^10.5"
"phpunit/phpunit": "^10.5",
"roave/security-advisories": "dev-latest"
},
"scripts": {
"t3g:cgl": [
Expand All @@ -70,6 +70,7 @@
"config": {
"allow-plugins": {
"php-http/discovery": true
}
},
"sort-packages": true
}
}

0 comments on commit 68b0b22

Please sign in to comment.