mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-01 09:03:10 +01:00
14 lines
228 B
JSON
14 lines
228 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"": "./"
|
|
}
|
|
},
|
|
"require": {
|
|
"phpunit/phpunit": "7.2.0",
|
|
"doctrine/coding-standard":"4.0.0",
|
|
"doctrine/collections": "^1.5",
|
|
"twig/twig": "^2.5"
|
|
}
|
|
}
|