mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2024-11-01 09:03:10 +01:00
Added composer.json with needed dependencies
This commit is contained in:
parent
774a822a9e
commit
4845deddc6
13
src/composer.json
Normal file
13
src/composer.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"": "./"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"phpunit/phpunit": "7.2.0",
|
||||||
|
"doctrine/coding-standard":"4.0.0",
|
||||||
|
"doctrine/collections": "^1.5",
|
||||||
|
"twig/twig": "^2.5"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user