Skip to content

Commit da11003

Browse files
committed
Set minimum stability to stable and remove unncessary library
1 parent bcfcc8d commit da11003

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
"email": "jc@jc21.com"
1515
}
1616
],
17-
"minimum-stability": "dev",
17+
"minimum-stability": "stable",
1818
"require": {
1919
"php": ">=7.4",
2020
"ext-curl": "*"
2121
},
2222
"require-dev": {
23-
"victorjonsson/markdowndocs": "dev-master",
2423
"symfony/dotenv": "6.2.x-dev",
2524
"phpunit/phpunit": "^9"
2625
},

0 commit comments

Comments
 (0)