Skip to content

Commit b334c70

Browse files
committed
update composer to reference new mf2/tests repo in packagist
1 parent 7c7f502 commit b334c70

File tree

2 files changed

+414
-293
lines changed

2 files changed

+414
-293
lines changed

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,14 @@
99
"homepage": "http://waterpigs.co.uk"
1010
}
1111
],
12-
"repositories": [
13-
{
14-
"type": "vcs",
15-
"url": "https://github.com/microformats/tests"
16-
}
17-
],
1812
"bin": ["bin/fetch-mf2", "bin/parse-mf2"],
1913
"require": {
20-
"php": ">=5.4.0",
21-
"microformats/test": "@dev"
14+
"php": ">=5.4.0"
2215
},
2316
"require-dev": {
2417
"phpunit/phpunit": "4.8.*",
25-
"phpdocumentor/phpdocumentor": "v2.8.4"
18+
"phpdocumentor/phpdocumentor": "v2.8.4",
19+
"mf2/tests": "@dev"
2620
},
2721
"autoload": {
2822
"files": ["Mf2/Parser.php"]

0 commit comments

Comments
 (0)