Skip to content

Commit 4075752

Browse files
committed
fix #5
Allowing dev stability for Shoop - updated to latest version of Shoop
1 parent 14ff55c commit 4075752

File tree

3 files changed

+561
-253
lines changed

3 files changed

+561
-253
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"league/commonmark": "~1.5"
1515
},
1616
"require-dev": {
17-
"phpunit/phpunit": "~9.1"
17+
"phpunit/phpunit": "^9.1",
18+
"8fold/php-shoop": "^0.10.17@dev"
1819
},
1920
"autoload": {
2021
"psr-4": {
@@ -31,5 +32,6 @@
3132
"preferred-install": "dist",
3233
"sort-packages": true
3334
},
35+
"minimum-stability": "dev",
3436
"prefer-stable": true
3537
}

0 commit comments

Comments
 (0)