Skip to content

Commit e7c53ea

Browse files
committed
move sebastian/exporter lib to require section
Since the library is used in the `AbstractConfigurationConstraint` class it must be included in the `require` section. Otherwise, it was not usable in projects that did not require `sebastian/exporter` themself.
1 parent e4e8c1f commit e7c53ea

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)