aspireupdate/vendor/afragen/git-updater-lite/composer.json
Colin Stewart 3b879bd00a
Release: Bump plugin version and add the changelog for 1.0.2. (#410)
* Dependencies: Bump Git Updater Lite to 2.3.3.

* Release: Bump the plugin version.

* Release: Add changelog for 1.0.2.
2025-06-09 18:47:50 +01:00

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 ."
]
}
}