mirror of
https://gh.wpcy.net/https://github.com/aspirepress/aspireupdate.git
synced 2026-07-17 09:56:36 +08:00
* Dependencies: Bump Git Updater Lite to 2.3.3. * Release: Bump the plugin version. * Release: Add changelog for 1.0.2.
51 lines
1 KiB
JSON
51 lines
1 KiB
JSON
{
|
|
"name": "afragen/git-updater-lite",
|
|
"description": "A simple class to integrate with Git Updater for standalone plugin/theme updates.",
|
|
"version": "2.3.3",
|
|
"type": "library",
|
|
"keywords": [
|
|
"wordpress",
|
|
"plugin",
|
|
"theme",
|
|
"updater"
|
|
],
|
|
"license": "MIT",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/afragen/git-updater-lite"
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andy Fragen",
|
|
"email": "andy@thefragens.com",
|
|
"homepage": "https://github.com/afragen/git-updater-lite",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"Lite.php"
|
|
]
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "3.10.3",
|
|
"wp-coding-standards/wpcs": "~3.1.0",
|
|
"yoast/phpunit-polyfills": "^1.1.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"wpcs": [
|
|
"vendor/bin/phpcbf .; vendor/bin/phpcs ."
|
|
]
|
|
}
|
|
}
|