PluginProbe
Force Refresh / 2.1.3
Force Refresh v2.1.3
3.2.1 3.2.0 3.1.2 3.1.1 3.1.0 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.2.0 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.11.0 2.11.1 2.12.0 All 54 releases
force-refresh / vendor / composer / installed.json

installed.json in Force Refresh 2.1.3, at vendor/composer/installed.json

57 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 [
2 {
3 "name": "zordius/lightncandy",
4 "version": "v1.2.5",
5 "version_normalized": "1.2.5.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/zordius/lightncandy.git",
9 "reference": "37aa381e0f27d411a630062070c7a5a2174c62e7"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/zordius/lightncandy/zipball/37aa381e0f27d411a630062070c7a5a2174c62e7",
14 "reference": "37aa381e0f27d411a630062070c7a5a2174c62e7",
15 "shasum": ""
16 },
17 "require": {
18 "php": ">=7.1.0"
19 },
20 "require-dev": {
21 "phpunit/phpunit": "^7"
22 },
23 "time": "2020-03-08T06:00:24+00:00",
24 "type": "library",
25 "extra": {
26 "branch-alias": {
27 "dev-master": "1.2.5-dev"
28 }
29 },
30 "installation-source": "dist",
31 "autoload": {
32 "psr-4": {
33 "LightnCandy\\": "src"
34 }
35 },
36 "notification-url": "https://packagist.org/downloads/",
37 "license": [
38 "MIT"
39 ],
40 "authors": [
41 {
42 "name": "Zordius Chen",
43 "email": "zordius@gmail.com"
44 }
45 ],
46 "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
47 "homepage": "https://github.com/zordius/lightncandy",
48 "keywords": [
49 "handlebars",
50 "logicless",
51 "mustache",
52 "php",
53 "template"
54 ]
55 }
56 ]
57