Skip to content

Commit b12cff2

Browse files
Removed duplicate entries. Allowed non-SSL GIT access (over git:// and http://, which is disabled by default in new Composer).
1 parent 883d02d commit b12cff2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

composer.json

+2-8
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,8 @@
2525
"phpunit/dbunit": "1.3.*"
2626
},
2727
"config": {
28-
"bin-dir": "bin"
29-
},
30-
"require-dev": {
31-
"phpunit/phpunit": "4.0.*",
32-
"phpunit/dbunit": "1.3.*"
33-
},
34-
"config": {
35-
"bin-dir": "bin"
28+
"bin-dir": "bin",
29+
"secure-http": false
3630
},
3731
"minimum-stability": "stable",
3832
"scripts": {

0 commit comments

Comments
 (0)