Skip to content

Commit fca5974

Browse files
Merge pull request #23 from xabbuh/patch-1
move sebastian/exporter lib to require section
2 parents e4e8c1f + e7c53ea commit fca5974

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
"homepage": "http://php-and-symfony.matthiasnoback.nl"
1313
}
1414
],
15-
"require-dev": {
16-
"phpunit/phpunit": ">=3.7",
15+
"require": {
1716
"sebastian/exporter": "1.*"
1817
},
18+
"require-dev": {
19+
"phpunit/phpunit": ">=3.7"
20+
},
1921
"autoload": {
2022
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" }
2123
},

0 commit comments

Comments
 (0)