210 lines
6.8 KiB
JSON
210 lines
6.8 KiB
JSON
{
|
|
"_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": "9391fa331565b6c4104fa9908cbc57ea",
|
|
"packages": [
|
|
{
|
|
"name": "mustache/mustache",
|
|
"version": "v2.12.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bobthecow/mustache.php.git",
|
|
"reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/fe8fe72e9d580591854de404cc59a1b83ca4d19e",
|
|
"reference": "fe8fe72e9d580591854de404cc59a1b83ca4d19e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "~1.11",
|
|
"phpunit/phpunit": "~3.7|~4.0|~5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mustache": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Justin Hileman",
|
|
"email": "justin@justinhileman.info",
|
|
"homepage": "http://justinhileman.com"
|
|
}
|
|
],
|
|
"description": "A Mustache implementation in PHP.",
|
|
"homepage": "https://github.com/bobthecow/mustache.php",
|
|
"keywords": [
|
|
"mustache",
|
|
"templating"
|
|
],
|
|
"time": "2017-07-11T12:54:05+00:00"
|
|
},
|
|
{
|
|
"name": "pcrov/jsonreader",
|
|
"version": "0.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pcrov/JsonReader.git",
|
|
"reference": "f97fb9a80829ef4d45430dbe65cfb7cfca2485cb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pcrov/JsonReader/zipball/f97fb9a80829ef4d45430dbe65cfb7cfca2485cb",
|
|
"reference": "f97fb9a80829ef4d45430dbe65cfb7cfca2485cb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-intl": "*",
|
|
"pcrov/unicode": "^0.1",
|
|
"php": "^7.0",
|
|
"psr/http-message": "^1"
|
|
},
|
|
"require-dev": {
|
|
"nst/jsontestsuite": "^1",
|
|
"phpunit/phpunit": "^6.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"pcrov\\JsonReader\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paul Crovella",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"description": "JSON Pull Parser",
|
|
"homepage": "https://github.com/pcrov/jsonreader",
|
|
"keywords": [
|
|
"json",
|
|
"parser",
|
|
"pull",
|
|
"streaming"
|
|
],
|
|
"time": "2018-08-02T21:53:37+00:00"
|
|
},
|
|
{
|
|
"name": "pcrov/unicode",
|
|
"version": "0.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pcrov/Unicode.git",
|
|
"reference": "d2d9d433294ea3b41fd17ff29b4b47fe6f71d83e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pcrov/Unicode/zipball/d2d9d433294ea3b41fd17ff29b4b47fe6f71d83e",
|
|
"reference": "d2d9d433294ea3b41fd17ff29b4b47fe6f71d83e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.0.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paul Crovella"
|
|
}
|
|
],
|
|
"description": "Miscellaneous Unicode utility functions",
|
|
"homepage": "https://github.com/pcrov/unicode",
|
|
"keywords": [
|
|
"unicode",
|
|
"utf-8"
|
|
],
|
|
"time": "2018-03-01T09:26:35+00:00"
|
|
},
|
|
{
|
|
"name": "psr/http-message",
|
|
"version": "1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/http-message.git",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Http\\Message\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "http://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for HTTP messages",
|
|
"homepage": "https://github.com/php-fig/http-message",
|
|
"keywords": [
|
|
"http",
|
|
"http-message",
|
|
"psr",
|
|
"psr-7",
|
|
"request",
|
|
"response"
|
|
],
|
|
"time": "2016-08-06T14:39:51+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.6.0"
|
|
},
|
|
"platform-dev": []
|
|
}
|