163 lines
5.4 KiB
JSON
163 lines
5.4 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#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "3f0d14de50f1944fa0995459b410e76c",
|
|
"packages": [
|
|
{
|
|
"name": "aura/autoload",
|
|
"version": "2.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/auraphp/Aura.Autoload.git",
|
|
"reference": "306a7f8d3cb58fb6f94bcff1dddf20c543f68668"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/auraphp/Aura.Autoload/zipball/306a7f8d3cb58fb6f94bcff1dddf20c543f68668",
|
|
"reference": "306a7f8d3cb58fb6f94bcff1dddf20c543f68668",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"aura": {
|
|
"type": "library"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Aura\\Autoload\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aura.Autoload Contributors",
|
|
"homepage": "https://github.com/auraphp/Aura.Autoload/contributors"
|
|
}
|
|
],
|
|
"description": "Provides a PSR-4 compliant autoloader implementation.",
|
|
"homepage": "https://github.com/auraphp/Aura.Autoload",
|
|
"keywords": [
|
|
"PSR-4",
|
|
"SPL autoloader",
|
|
"autoload",
|
|
"autoloader",
|
|
"class loader"
|
|
],
|
|
"time": "2016-10-03T19:36:19+00:00"
|
|
},
|
|
{
|
|
"name": "yosymfony/parser-utils",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yosymfony/parser-utils.git",
|
|
"reference": "5376469d996a8f09139c0c795048b1140d143281"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yosymfony/parser-utils/zipball/5376469d996a8f09139c0c795048b1140d143281",
|
|
"reference": "5376469d996a8f09139c0c795048b1140d143281",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yosymfony\\ParserUtils\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Victor Puertas",
|
|
"email": "vpgugr@gmail.com",
|
|
"homepage": "http://yosymfony.com"
|
|
}
|
|
],
|
|
"description": "Parser utilities",
|
|
"homepage": "http://github.com/yosymfony/toml",
|
|
"keywords": [
|
|
"lexer",
|
|
"parser"
|
|
],
|
|
"time": "2017-11-18T22:30:41+00:00"
|
|
},
|
|
{
|
|
"name": "yosymfony/toml",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/yosymfony/toml.git",
|
|
"reference": "8d67c2c9a5941d40a3a37ff42c3c3b72a0a09678"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/yosymfony/toml/zipball/8d67c2c9a5941d40a3a37ff42c3c3b72a0a09678",
|
|
"reference": "8d67c2c9a5941d40a3a37ff42c3c3b72a0a09678",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"yosymfony/parser-utils": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Yosymfony\\Toml\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Victor Puertas",
|
|
"email": "vpgugr@gmail.com",
|
|
"homepage": "http://yosymfony.com"
|
|
}
|
|
],
|
|
"description": "A PHP parser for TOML compatible with specification 0.4.0",
|
|
"homepage": "http://github.com/yosymfony/toml",
|
|
"keywords": [
|
|
"mojombo",
|
|
"parser",
|
|
"toml"
|
|
],
|
|
"time": "2018-02-05T22:43:21+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|