Skip to content

Commit

Permalink
🤖 composer-normalize (#18)
Browse files Browse the repository at this point in the history
Automated commit by the `Composer Normalize` workflow.

Co-authored-by: tastendruck[bot] <191388063+tastendruck[bot]@users.noreply.github.com>
  • Loading branch information
tastendruck[bot] authored Jan 18, 2025
1 parent bac75cc commit 8a1dc9f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "typisttech/wordfence-api",
"description": "Fetch WordPress vulnerability information from Wordfence vulnerability data feed.",
"license": "MIT",
"keywords": [
"security",
"wordfence",
"wordpress"
],
"homepage": "https://github.com/typisttech/wordfence-api",
"license": "MIT",
"authors": [
{
"name": "Typist Tech",
Expand All @@ -21,6 +20,7 @@
"role": "Developer"
}
],
"homepage": "https://github.com/typisttech/wordfence-api",
"support": {
"email": "[email protected]",
"issues": "https://github.com/typisttech/wordfence-api/issues",
Expand All @@ -47,28 +47,28 @@
"Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
},
"sort-packages": true
},
"scripts": {
"fixture:download": [
"curl -o ./tests/fixtures/vulnerabilities.production.json https://www.wordfence.com/api/intelligence/v2/vulnerabilities/production",
"curl -o ./tests/fixtures/vulnerabilities.scanner.json https://www.wordfence.com/api/intelligence/v2/vulnerabilities/scanner"
],
"pint": "pint",
"pint:test": "pint --test",
"pest:e2e": "pest -d memory_limit=512M --group=e2e",
"pest:feature": "pest -d memory_limit=640M --group=feature",
"pest:unit": "pest --group=unit --parallel",
"pest:mutate": "pest --mutate --parallel",
"pest:unit": "pest --group=unit --parallel",
"pint": "pint",
"pint:test": "pint --test",
"test": [
"@composer pint:test",
"@composer pest:unit",
"@composer pest:feature",
"@composer pest:e2e"
]
},
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
},
"sort-packages": true
}
}

0 comments on commit 8a1dc9f

Please sign in to comment.