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.
80 lines
2.6 KiB
80 lines
2.6 KiB
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "1d9b4e7a02be366b48383c185193727f",
|
|
"packages": [
|
|
{
|
|
"name": "zordius/lightncandy",
|
|
"version": "v1.2.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/zordius/lightncandy.git",
|
|
"reference": "b451f73e8b5c73e62e365997ba3c993a0376b72a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/zordius/lightncandy/zipball/b451f73e8b5c73e62e365997ba3c993a0376b72a",
|
|
"reference": "b451f73e8b5c73e62e365997ba3c993a0376b72a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=7"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"LightnCandy\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Zordius Chen",
|
|
"email": "zordius@gmail.com"
|
|
}
|
|
],
|
|
"description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
|
|
"homepage": "https://github.com/zordius/lightncandy",
|
|
"keywords": [
|
|
"handlebars",
|
|
"logicless",
|
|
"mustache",
|
|
"php",
|
|
"template"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/zordius/lightncandy/issues",
|
|
"source": "https://github.com/zordius/lightncandy/tree/v1.2.6"
|
|
},
|
|
"time": "2021-07-11T04:52:41+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=8.0"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "8.0.0"
|
|
},
|
|
"plugin-api-version": "2.1.0"
|
|
}
|
|
|