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

{
"name": "sensory5/shortcode-plugin",
"description": "Adds the ability to use shortcodes within October CMS",
"type": "october-plugin",
"extra": {
"installer-name": "shortcode"
},
"license": "MIT",
"authors": [
{
"name": "Patrick Ward",
"email": "patrick@sensory5.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"composer/installers": "~1.0"
},
"autoload": {
"psr-4": {
"Sensory5\\Shortcode\\": ""
}
}
}