This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/.composer/composer.lock

73 lines
2.3 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"
],
"hash": "aa7aa2d143fd85800595242996021ada",
"content-hash": "51e9161b78dda1fe149a9e9c106be90b",
"packages": [
{
"name": "hirak/prestissimo",
"version": "0.1.15",
"source": {
"type": "git",
"url": "https://github.com/hirak/prestissimo.git",
"reference": "f735c4f92061dae7829a6797d74bd543501d7d05"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/hirak/prestissimo/zipball/f735c4f92061dae7829a6797d74bd543501d7d05",
"reference": "f735c4f92061dae7829a6797d74bd543501d7d05",
"shasum": ""
},
"require": {
"composer-plugin-api": "~1.0.0-alpha10",
"ext-curl": "*",
"php": ">=5.3.2"
},
"require-dev": {
"composer/composer": "1.0.0-alpha10",
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.5"
},
"type": "composer-plugin",
"extra": {
"class": "Hirak\\Prestissimo\\Plugin"
},
"autoload": {
"psr-4": {
"Hirak\\Prestissimo\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Hiraku NAKANO",
"email": "hiraku@tojiru.net"
}
],
"description": "composer parallel install plugin",
"keywords": [
"install",
"parallel",
"speedup"
],
"time": "2016-03-07 10:12:34"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.7"
},
"platform-dev": []
}