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.
Web/Sources/composer.json

20 lines
413 B

{
"name": "hearttrack/package",
"autoload": {
"psr-4": {
"Hearttrack\\": "src/",
"Console\\":"src/Console"
}
},
"require": {
"twig/twig": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"scripts": {
"start-dev": "php -S localhost:8080 -t public -d display_errors=1 -d error_reporting=E_ALL"
}
}