Skip to content

Commit

Permalink
Normalized
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Feb 18, 2022
1 parent e2b6e21 commit 8058f07
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "setono/deployer-dotenv",
"type": "library",
"description": "Easily update your .env files when deploying",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Joachim Løvgaard",
Expand All @@ -20,14 +20,7 @@
"phpunit/phpunit": "^9.5",
"setono/code-quality-pack": "^2.1"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"prefer-stable": true,
"autoload": {
"psr-4": {
"Setono\\Deployer\\DotEnv\\": "src/"
Expand All @@ -41,7 +34,18 @@
"Setono\\Deployer\\DotEnv\\": "tests/"
}
},
"prefer-stable": true,
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"dealerdirect/phpcodesniffer-composer-installer": false
},
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"scripts": {
"analyse": "psalm",
"check-style": "ecs check",
Expand Down

0 comments on commit 8058f07

Please sign in to comment.