mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-09 19:37:12 +02:00
Added composer.json with needed dependencies
This commit is contained in:
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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user