Skip to content

Commit

Permalink
Improve composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jun 9, 2024
1 parent 753e964 commit 3db1552
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@
{
"name": "Josh Lockhart",
"email": "[email protected]",
"homepage": "http://joshlockhart.com"
"homepage": "https://joshlockhart.com"
},
{
"name": "Andrew Smith",
"email": "[email protected]",
"homepage": "http://silentworks.co.uk"
"homepage": "https://silentworks.co.uk"
},
{
"name": "Rob Allen",
"email": "[email protected]",
"homepage": "http://akrabat.com"
"homepage": "https://akrabat.com"
},
{
"name": "Pierre Berube",
"email": "[email protected]",
"homepage": "http://www.lgse.com"
"homepage": "https://www.lgse.com"
}
],
"require": {
Expand Down Expand Up @@ -66,17 +66,11 @@
"@phpcs",
"@phpstan"
],
"phpunit": "phpunit",
"phpcs": "phpcs",
"phpstan": "phpstan --memory-limit=-1"
"phpunit": "@php phpunit",
"phpcs": "@php phpcs",
"phpstan": "@php phpstan --memory-limit=-1"
},
"config": {
"sort-packages": true
},
"archive": {
"exclude": [
"/tests",
"/phpunit.xml.dist"
]
}
}

0 comments on commit 3db1552

Please sign in to comment.