We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd46bd commit f95d496Copy full SHA for f95d496
.gitmodules
@@ -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
@@ -25,7 +25,8 @@
25
"coisa/php-cs-fixer": "^2.1",
26
"phpdocumentor/shim": "^3.8",
27
"phpspec/prophecy-phpunit": "^2.3",
28
- "phpunit/phpunit": "^9.6 || ^10.5 || ^11.5"
+ "phpunit/phpunit": "^9.6 || ^10.5 || ^11.5",
29
+ "saggre/phpdocumentor-markdown": "^0.1.4"
30
},
31
"minimum-stability": "stable",
32
"autoload": {
docs/wiki
0 commit comments