wiki-grav/plugins/shortcode-core/vendor/composer/installed.json
2023-06-02 08:07:58 +02:00

66 lines
2.2 KiB
JSON

{
"packages": [
{
"name": "thunderer/shortcode",
"version": "v0.7.5",
"version_normalized": "0.7.5.0",
"source": {
"type": "git",
"url": "https://github.com/thunderer/Shortcode.git",
"reference": "a4fee30613bd46efb421f8305aff0466a3268a99"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thunderer/Shortcode/zipball/a4fee30613bd46efb421f8305aff0466a3268a99",
"reference": "a4fee30613bd46efb421f8305aff0466a3268a99",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": ">=4.1",
"symfony/yaml": ">=2.0"
},
"suggest": {
"ext-dom": "if you want to use XML serializer",
"ext-json": "if you want to use JSON serializer",
"symfony/yaml": "if you want to use YAML serializer"
},
"time": "2022-01-13T18:53:33+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Thunder\\Shortcode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tomasz Kowalczyk",
"email": "tomasz@kowalczyk.cc"
}
],
"description": "Advanced shortcode (BBCode) parser and engine for PHP",
"keywords": [
"bbcode",
"engine",
"library",
"parser",
"shortcode"
],
"support": {
"issues": "https://github.com/thunderer/Shortcode/issues",
"source": "https://github.com/thunderer/Shortcode/tree/v0.7.5"
},
"install-path": "../thunderer/shortcode"
}
],
"dev": false,
"dev-package-names": []
}