1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
php-owntracks-recorder/composer.lock

159 lines
5.1 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.7.1",
"source": {
"type": "git",
"url": "https://github.com/pcrov/JsonReader.git",
"reference": "8baeee5c5c33fe514f63c9d1a06dfe98e5be2501"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pcrov/JsonReader/zipball/8baeee5c5c33fe514f63c9d1a06dfe98e5be2501",
"reference": "8baeee5c5c33fe514f63c9d1a06dfe98e5be2501",
"shasum": ""
},
"require": {
"ext-intl": "*",
"pcrov/unicode": "^0.1",
"php": "^7.0"
},
"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-03-13T01:07: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"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.6.0"
},
"platform-dev": []
}