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
26 lines
602 B
{
|
|
"name": "sensory5/oc-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",
|
|
"thunderer/shortcode": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sensory5\\Shortcode\\": ""
|
|
}
|
|
}
|
|
}
|