Skip to content

Commit 27fb4ef

Browse files
committed
Fix on improve composer.json
* Fix duplicate require section * PHPUnit on require-dev only
1 parent c7d65ce commit 27fb4ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
}
1414
],
1515
"require": {
16-
"phpunit/phpunit": ">=3.7",
17-
"sebastian/exporter": "1.*"
16+
"php": ">=5.3",
17+
"sebastian/exporter": "1.*",
18+
"symfony/config": "2.*"
19+
},
20+
"require-dev": {
21+
"phpunit/phpunit": ">=3.7"
1822
},
1923
"autoload": {
2024
"psr-4" : { "Matthias\\SymfonyConfigTest\\" : "" }
21-
},
22-
"require": {
23-
"php": ">=5.3",
24-
"symfony/config": "2.*"
2525
}
2626
}

0 commit comments

Comments
 (0)