blob: d8fc8ad7fbf6cb79cb21a32c00e1fab8628ea46b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"repositories": [
{
"type": "vcs",
"url": "https://git.tuxed.net/fkooman/php-tpl"
}
],
"require": {
"fkooman/tpl": "dev-master",
"league/commonmark": "^1",
"league/commonmark-extras": "^1"
}
}
|