Files
boost-tasks/composer.json
Daniel James 61b8fdadc8 Initial test cases.
Like a proper programmer. Not really.
2015-11-15 15:50:15 +00:00

55 lines
1.4 KiB
JSON

{
"name": "danieljames/boost-tasks",
"description": "Misc. boost things.",
"license": "BSL-1.0",
"repositories": [
{
"type": "package",
"package": {
"name": "redbeanphp/redbeanphp",
"version": "4.2.1",
"dist": {
"url": "https://github.com/gabordemooij/redbean/archive/v4.2.1.zip",
"type": "zip"
}
}
}
],
"scripts": {
"post-install-cmd": [
"cd vendor/redbeanphp/redbeanphp/ && php replica2.php onlyphp && php p533patch.php"
],
"post-update-cmd": [
"cd vendor/redbeanphp/redbeanphp/ && php replica2.php onlyphp && php p533patch.php"
]
},
"authors": [
{
"name": "Daniel James",
"email": "daniel@calamity.org.uk"
}
],
"require": {
"corneltek/getoptionkit": "*",
"nette/neon": "*",
"guzzle/guzzle": "*",
"symfony/process": "*",
"redbeanphp/redbeanphp": "4.2.*",
"monolog/monolog": "*"
},
"require-dev": {
"nette/tester": "*"
},
"autoload": {
"files": [ "vendor/redbeanphp/redbeanphp/rb-p533.php", "src/_init.php" ],
"psr-0": { "" : "src/" }
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "5.3.3"
}
}
}