An updated theme (based on Atticus Finch) for ClassicPress
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
686 B

3 years ago
  1. {
  2. "name": "yahnis-elsts/plugin-update-checker",
  3. "type": "library",
  4. "description": "A custom update checker for WordPress plugins and themes. Useful if you can't host your plugin in the official WP repository but still want it to support automatic updates.",
  5. "keywords": ["wordpress", "plugin updates", "automatic updates", "theme updates"],
  6. "homepage": "https://github.com/YahnisElsts/plugin-update-checker/",
  7. "license": "MIT",
  8. "authors": [
  9. {
  10. "name": "Yahnis Elsts",
  11. "email": "whiteshadow@w-shadow.com",
  12. "homepage": "http://w-shadow.com/",
  13. "role": "Developer"
  14. }
  15. ],
  16. "require": {
  17. "php": ">=5.2.0"
  18. },
  19. "autoload": {
  20. "files": ["plugin-update-checker.php"]
  21. }
  22. }