Skip to content

Commit c279604

Browse files
committed
Adjusted composer files for consistency with PhpDocumentor.
1 parent 8418970 commit c279604

File tree

2 files changed

+414
-7
lines changed

2 files changed

+414
-7
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
{"name": "Mike van Riel", "email": "[email protected]"}
77
],
88
"require": {
9-
"php": ">=5.3.2",
9+
"php": ">=5.3.3",
1010
"dflydev/markdown": "1.0.*"
1111
},
1212
"autoload": {
1313
"psr-0": {"phpDocumentor": ["src/"]}
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "*@stable"
16+
"phpunit/phpunit": "3.7.*@stable"
1717
}
1818
}

0 commit comments

Comments
 (0)