Skip to content

Commit 84de81c

Browse files
Composer updates
1 parent 38743b6 commit 84de81c

File tree

3 files changed

+465
-77
lines changed

3 files changed

+465
-77
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.idea
2-
vendor
2+
vendor

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"psr-0": {"phpDocumentor": ["src/"]}
1313
},
1414
"require-dev": {
15-
"phpunit/phpunit": "3.7.*@stable"
15+
"phpunit/phpunit": "~4.0"
1616
},
1717
"suggest": {
18-
"dflydev/markdown": "1.0.*",
19-
"erusev/parsedown": "~0.7"
18+
"dflydev/markdown": "~1.0",
19+
"erusev/parsedown": "~1.0"
2020
},
2121
"extra": {
2222
"branch-alias": {

0 commit comments

Comments
 (0)