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.

26 lines
602 B

  1. {
  2. "name": "sensory5/oc-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. "thunderer/shortcode": "dev-master"
  20. },
  21. "autoload": {
  22. "psr-4": {
  23. "Sensory5\\Shortcode\\": ""
  24. }
  25. }
  26. }