Files
boost-tasks/composer.json
Daniel James 250fe3af1e Use curl directly instead of guzzle.
Guzzle no longer supports php 5.3, and was warning that I'm using an
unsupported verison.
2016-07-19 06:42:11 +01:00

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"
}
}
}