Core/composer.json

16 lines
284 B
JSON
Raw Normal View History

{
"require": {
"php": ">=5.4.0",
"ext-curl": "*",
"ext-json": "*",
"smarty/smarty": "~3.1",
"tracy/tracy": "*",
"latte/latte": "*"
},
"require-dev": {
2016-06-02 12:08:48 +00:00
"phpunit/phpunit": "5.3.*",
"apigen/apigen": "^4.1",
"mikey179/vfsStream": "1.1.*"
}
}