Skip to content

Commit

Permalink
build(composer.json): added extra property for programming language
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Mar 22, 2024
1 parent 0147cb0 commit a951834
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
"coverage": "XDEBUG_MODE=coverage phpunit --coverage-html=./reports/html"
},
"config": {
"sort-packages": true
"sort-packages": true,
"preferred-install": {
"*": "dist"
}
},
"extra": {
"language": "php"
},
"minimum-stability": "stable",
"prefer-stable": true
Expand Down

0 comments on commit a951834

Please sign in to comment.