Skip to content

Commit 01b8973

Browse files
committed
Added missing config to composer (#245)
1 parent 9156b72 commit 01b8973

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

composer.json

+6
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
}
112112
}
113113
},
114+
"repositories": [
115+
{
116+
"type": "vcs",
117+
"url": "https://github.com/mathsolver/mathsolver.git"
118+
}
119+
],
114120
"minimum-stability": "dev",
115121
"prefer-stable": true
116122
}

0 commit comments

Comments
 (0)