Skip to content

Commit f95d496

Browse files
committed
Add submodule
1 parent 1cd46bd commit f95d496

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "docs/wiki"]
2+
path = docs/wiki
3+
url = https://github.com/php-fast-forward/container.wiki.git

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"coisa/php-cs-fixer": "^2.1",
2626
"phpdocumentor/shim": "^3.8",
2727
"phpspec/prophecy-phpunit": "^2.3",
28-
"phpunit/phpunit": "^9.6 || ^10.5 || ^11.5"
28+
"phpunit/phpunit": "^9.6 || ^10.5 || ^11.5",
29+
"saggre/phpdocumentor-markdown": "^0.1.4"
2930
},
3031
"minimum-stability": "stable",
3132
"autoload": {

docs/wiki

Submodule wiki added at b06b983

0 commit comments

Comments
 (0)