Skip to content

Commit

Permalink
Merge pull request #449 from cakephp/composer-normalize
Browse files Browse the repository at this point in the history
Run composer normalize over composer.json
  • Loading branch information
dereuromark authored Nov 28, 2023
2 parents da6b49c + b4f503b commit 3a404c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "cakephp/chronos",
"type": "library",
"description": "A simple API extension for DateTime.",
"license": "MIT",
"type": "library",
"keywords": [
"date",
"time",
"DateTime"
],
"homepage": "https://cakephp.org",
"license": "MIT",
"authors": [
{
"name": "Brian Nesbitt",
Expand All @@ -20,6 +19,7 @@
"homepage": "https://cakephp.org"
}
],
"homepage": "https://cakephp.org",
"support": {
"issues": "https://github.com/cakephp/chronos/issues",
"source": "https://github.com/cakephp/chronos"
Expand All @@ -45,6 +45,11 @@
"Cake\\Chronos\\Test\\": "tests/"
}
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"check": [
"@test",
Expand All @@ -55,18 +60,13 @@
"cs-fix": "phpcbf --colors --parallel=16 -p",
"phpstan": "tools/phpstan analyse",
"psalm": "tools/psalm --show-info=false",
"psalm-baseline": "tools/psalm --set-baseline=psalm-baseline.xml",
"stan": [
"@phpstan",
"@psalm"
],
"stan-baseline": "tools/phpstan --generate-baseline",
"psalm-baseline": "tools/psalm --set-baseline=psalm-baseline.xml",
"stan-setup": "phive install",
"test": "phpunit"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 3a404c1

Please sign in to comment.