mirror of
https://github.com/boostorg/boost-tasks.git
synced 2026-02-01 20:32:14 +00:00
38 lines
959 B
JSON
38 lines
959 B
JSON
{
|
|
"name": "danieljames/boost-tasks",
|
|
"description": "Misc. boost things.",
|
|
"license": "BSL-1.0",
|
|
"repositories": [
|
|
{
|
|
"type": "package",
|
|
"package": {
|
|
"name": "redbeanphp",
|
|
"version": "4.0.4",
|
|
"dist": {
|
|
"url": "http://www.redbeanphp.com/downloadredbean.php",
|
|
"type": "tar"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel James",
|
|
"email": "daniel@calamity.org.uk"
|
|
}
|
|
],
|
|
"require": {
|
|
"guzzle/guzzle": "*",
|
|
"symfony/process": "*",
|
|
"symfony/console": "*",
|
|
"symfony/monolog-bridge": "*",
|
|
"redbeanphp": "4.0.*"
|
|
},
|
|
"autoload": {
|
|
"files": [ "vendor/redbeanphp/rb.php", "src/_init.php" ],
|
|
"psr-0": { "" : "src/" }
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|