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.
|
|
|
{
|
|
|
|
"name": "hearttrack/package",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Hearttrack\\": "src/",
|
|
|
|
"App\\": "src/app",
|
|
|
|
"Data\\": "src/data",
|
|
|
|
"Console\\": "src/console",
|
|
|
|
"Model\\": "src/data/model",
|
|
|
|
"Repository\\": "src/data/model/repository",
|
|
|
|
"Manager\\": "src/data/model/manager",
|
|
|
|
"Stub\\": "src/data/stub",
|
|
|
|
"Service\\": "src/data/stub/service",
|
|
|
|
"Core\\": "src/data/core",
|
|
|
|
"Network\\": "src/data/core/network"
|
|
|
|
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|