Skip to content

Commit dd1608b

Browse files
Merge pull request #7 from rubenCodeforges/rework
Rework
2 parents d6c8fb2 + 9421ac3 commit dd1608b

19 files changed

+1175
-607
lines changed

composer.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,21 @@
1616
"name": "David DJIAN",
1717
"email": "[email protected]",
1818
"homepage": "http://www.traceweb.fr"
19+
},
20+
{
21+
"name": "Ruben Movsesyan",
22+
"email": "[email protected]",
23+
"homepage": "https://github.com/rubenCodeforges"
1924
}
2025
],
2126
"require": {
22-
"php": ">=5.3.3"
27+
"php": ">=5.3.3",
28+
"symfony/config": "2.6.3"
2329
},
2430
"require-dev": {
25-
"phpunit/phpunit": "4.2.*@dev"
31+
"phpunit/phpunit": "4.2.*",
32+
"symfony/debug": "2.6.3",
33+
"symfony/var-dumper": "2.6.3"
2634
},
2735
"autoload": {
2836
"psr-0": {

0 commit comments

Comments
 (0)