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.

25 lines
556 B

  1. {
  2. "name": "sensory5/shortcode-plugin",
  3. "description": "Adds the ability to use shortcodes within October CMS",
  4. "type": "october-plugin",
  5. "extra": {
  6. "installer-name": "shortcode"
  7. },
  8. "license": "MIT",
  9. "authors": [
  10. {
  11. "name": "Patrick Ward",
  12. "email": "patrick@sensory5.com"
  13. }
  14. ],
  15. "minimum-stability": "dev",
  16. "require": {
  17. "php": ">=5.4.0",
  18. "composer/installers": "~1.0"
  19. },
  20. "autoload": {
  21. "psr-4": {
  22. "Sensory5\\Shortcode\\": ""
  23. }
  24. }
  25. }