Skip to content

Commit 5b4712a

Browse files
authored
Merge pull request #9 from greg0ire/phpdocumentor-1.9
Modify phpdocumentor version constraint
2 parents 9aec14d + 3dee998 commit 5b4712a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"phpdocumentor/filesystem": "1.7.1",
14-
"phpdocumentor/guides-cli": "1.7.1"
13+
"phpdocumentor/filesystem": "^1.9",
14+
"phpdocumentor/guides-cli": "^1.9"
1515
},
1616
"require-dev": {
1717
"ergebnis/composer-normalize": "^2.48"

0 commit comments

Comments
 (0)