2018-10-12 06:44:35 +00:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2018-12-20 09:54:54 +00:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
2018-10-12 06:44:35 +00:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2019-01-04 10:41:57 +00:00
|
|
|
"content-hash": "1fa362334ed7efc57377a715b00b640d",
|
2018-10-12 06:44:35 +00:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "daita/my-small-php-tools",
|
|
|
|
"version": "dev-master",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/daita/my-small-php-tools.git",
|
2018-12-29 14:07:57 +00:00
|
|
|
"reference": "0baac1f399b257b00fdc2eafb754396ffa1892f4"
|
2018-10-12 06:44:35 +00:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-12-29 14:07:57 +00:00
|
|
|
"url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/0baac1f399b257b00fdc2eafb754396ffa1892f4",
|
|
|
|
"reference": "0baac1f399b257b00fdc2eafb754396ffa1892f4",
|
2018-10-12 06:44:35 +00:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2018-10-26 09:34:57 +00:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"daita\\MySmallPhpTools\\": "lib/"
|
|
|
|
}
|
|
|
|
},
|
2018-10-12 06:44:35 +00:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"AGPL-3.0-or-later"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Maxence Lange",
|
|
|
|
"email": "maxence@artificial-owl.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "My small PHP Tools",
|
2018-12-29 14:07:57 +00:00
|
|
|
"time": "2018-12-27T11:14:55+00:00"
|
2018-12-11 11:42:33 +00:00
|
|
|
},
|
|
|
|
{
|
2019-01-04 10:41:57 +00:00
|
|
|
"name": "friendica/json-ld",
|
|
|
|
"version": "1.1.1",
|
2018-12-11 11:42:33 +00:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2019-01-04 10:41:57 +00:00
|
|
|
"url": "https://git.friendi.ca/friendica/php-json-ld",
|
|
|
|
"reference": "ca3916d10d2ad9073b3b1eae383978dbe828e1e1"
|
2018-12-11 11:42:33 +00:00
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
2019-01-04 10:41:57 +00:00
|
|
|
"php": ">=5.4.0"
|
2018-12-11 11:42:33 +00:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"jsonld.php"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"license": [
|
|
|
|
"BSD-3-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Digital Bazaar, Inc.",
|
2019-01-04 10:41:57 +00:00
|
|
|
"email": "support@digitalbazaar.com",
|
|
|
|
"homepage": "http://digitalbazaar.com/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Friendica Team",
|
|
|
|
"homepage": "https://friendi.ca/"
|
2018-12-11 11:42:33 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A JSON-LD Processor and API implementation in PHP.",
|
2019-01-04 10:41:57 +00:00
|
|
|
"homepage": "https://git.friendi.ca/friendica/php-json-ld",
|
2018-12-11 11:42:33 +00:00
|
|
|
"keywords": [
|
2019-01-04 10:41:57 +00:00
|
|
|
"JSON",
|
2018-12-11 11:42:33 +00:00
|
|
|
"JSON-LD",
|
|
|
|
"Linked Data",
|
|
|
|
"RDF",
|
|
|
|
"Semantic Web",
|
|
|
|
"jsonld"
|
|
|
|
],
|
2019-01-04 10:41:57 +00:00
|
|
|
"time": "2018-10-08T20:41:00+00:00"
|
2018-10-12 06:44:35 +00:00
|
|
|
}
|
|
|
|
],
|
2018-12-20 10:53:53 +00:00
|
|
|
"packages-dev": [
|
|
|
|
{
|
|
|
|
"name": "jakub-onderka/php-parallel-lint",
|
|
|
|
"version": "v1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/JakubOnderka/PHP-Parallel-Lint.git",
|
|
|
|
"reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/JakubOnderka/PHP-Parallel-Lint/zipball/04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
|
|
|
|
"reference": "04fbd3f5fb1c83f08724aa58a23db90bd9086ee8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"jakub-onderka/php-console-highlighter": "~0.3",
|
|
|
|
"nette/tester": "~1.3",
|
|
|
|
"squizlabs/php_codesniffer": "~2.7"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"jakub-onderka/php-console-highlighter": "Highlight syntax in code snippet"
|
|
|
|
},
|
|
|
|
"bin": [
|
|
|
|
"parallel-lint"
|
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"./"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"BSD-2-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jakub Onderka",
|
|
|
|
"email": "ahoj@jakubonderka.cz"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "This tool check syntax of PHP files about 20x faster than serial check.",
|
|
|
|
"homepage": "https://github.com/JakubOnderka/PHP-Parallel-Lint",
|
|
|
|
"time": "2018-02-24T15:31:20+00:00"
|
|
|
|
}
|
|
|
|
],
|
2018-10-12 06:44:35 +00:00
|
|
|
"aliases": [],
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"stability-flags": {
|
|
|
|
"daita/my-small-php-tools": 20
|
|
|
|
},
|
|
|
|
"prefer-stable": false,
|
|
|
|
"prefer-lowest": false,
|
|
|
|
"platform": [],
|
|
|
|
"platform-dev": []
|
|
|
|
}
|