Skip to content

Commit

Permalink
Manual "composer normalize" (#40)
Browse files Browse the repository at this point in the history
## *What has changed?*:

## *Why was it needed?*:

## *How was it done?*:

## Links to trello Tickets or github issues: 

* 

---

### Code Checklist
- [ ] tested
- [ ] documented
  • Loading branch information
carstingaxion authored Oct 20, 2024
2 parents 2b37a2f + d7f4af6 commit 2287ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"config": {
"allow-plugins": {
"composer/installers": true,
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
}
},
"extra": {
Expand Down

0 comments on commit 2287ea3

Please sign in to comment.