mirror of
https://github.com/boostorg/boost-tasks.git
synced 2026-01-19 04:02:13 +00:00
Guzzle no longer supports php 5.3, and was warning that I'm using an unsupported verison.
32 lines
678 B
JSON
32 lines
678 B
JSON
{
|
|
"name": "danieljames/boost-tasks",
|
|
"description": "Misc. boost things.",
|
|
"license": "BSL-1.0",
|
|
"authors": [
|
|
{
|
|
"name": "Daniel James",
|
|
"email": "daniel@calamity.org.uk"
|
|
}
|
|
],
|
|
"require": {
|
|
"corneltek/getoptionkit": "*",
|
|
"nette/neon": "*",
|
|
"nette/utils": "*",
|
|
"monolog/monolog": "*"
|
|
},
|
|
"require-dev": {
|
|
"nette/tester": "*"
|
|
},
|
|
"autoload": {
|
|
"files": [ "src/_init.php" ],
|
|
"psr-0": { "" : "src/" }
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"platform": {
|
|
"php": "5.3.3"
|
|
}
|
|
}
|
|
}
|