Skip to content

Commit

Permalink
Add composer normalize package
Browse files Browse the repository at this point in the history
  • Loading branch information
sander-beenen committed Mar 14, 2024
1 parent cf559a5 commit e372233
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,24 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.0.2",
"composer/installers": "^1.0 || ^2.0",
"october/rain": "^3.0",
"spatie/schema-org": "^3.11"
},
"minimum-stability": "stable",
"require-dev": {
"ergebnis/composer-normalize": "^2.42"
},
"repositories": [
{
"type": "composer",
"url": "https://gateway.octobercms.com"
}
],
"archive": {
"exclude": [
".gitattributes",
".github",
".gitignore"
]
"config": {
"allow-plugins": {
"composer/installers": true,
"ergebnis/composer-normalize": true
}
}
}

0 comments on commit e372233

Please sign in to comment.