Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.

Commit e7fbc15

Browse files
committed
Update dependency constaints
1 parent a0b5424 commit e7fbc15

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"markdown"
88
],
99
"license": "MIT",
10-
"minimum-stability": "dev",
1110
"autoload": {
1211
"files": [
1312
"helpers.php"
@@ -35,10 +34,13 @@
3534
},
3635
"require-dev": {
3736
"phpunit/phpunit": "^9.1",
38-
"league/flysystem": "^2.0",
37+
"league/flysystem": "^2.0@dev",
3938
"ext-dom": "*",
4039
"ext-libxml": "*"
4140
},
41+
"replace": {
42+
"mpociot/documentarian": "*"
43+
},
4244
"scripts": {
4345
"test": "phpunit --stop-on-failure",
4446
"test-ci": "vendor/bin/phpunit"

0 commit comments

Comments
 (0)