Added composer.json with needed dependencies

This commit is contained in:
Kevin Frantz 2018-07-13 23:14:28 +02:00
parent 774a822a9e
commit 4845deddc6

13
src/composer.json Normal file
View 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"
}
}