Skip to content

Commit da8d329

Browse files
author
Matthias Alt
authored
Merge pull request #3 from solutionDrive/purify-code
Purify code
2 parents 989ff12 + d4a2db2 commit da8d329

22 files changed

+524
-3680
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@
4141
**/Entity/*~
4242

4343
/vendor/
44+
45+
composer.lock

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require": {},
12+
"require": {
13+
"symfony/routing": "^3.0 || ^4.0",
14+
"symfony/framework-bundle": "^3.0 || ^4.0"
15+
},
1316
"require-dev": {
1417
"behat/behat": "^3.4",
1518
"phpspec/phpspec": "^4.3",
16-
"symplify/easy-coding-standard": "^3.2"
19+
"solutiondrive/coding-standard": "^1.0"
1720
},
1821
"config": {
1922
"bin-dir": "bin"

0 commit comments

Comments
 (0)