-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated commit by the `Composer Normalize` workflow. Co-authored-by: tastendruck[bot] <191388063+tastendruck[bot]@users.noreply.github.com>
- Loading branch information
1 parent
bac75cc
commit 8a1dc9f
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
@@ -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 | ||
} | ||
} |