You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
481 B
22 lines
481 B
{
|
|
"name": "hearttrack/package",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Hearttrack\\": "src/",
|
|
"Console\\":"src/Console"
|
|
}
|
|
},
|
|
"require": {
|
|
"twig/twig": "^3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"scripts": {
|
|
"dev": "php -S localhost:8080 -t public -d display_errors=1 -d error_reporting=E_ALL",
|
|
"dev:console": "export APP_ENV=console && php public/index.php"
|
|
|
|
}
|
|
|
|
}
|