Skip to content

Commit

Permalink
Set minimum stability to stable and remove unncessary library
Browse files Browse the repository at this point in the history
  • Loading branch information
godsgood33 committed Dec 23, 2022
1 parent bcfcc8d commit da11003
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"ext-curl": "*"
},
"require-dev": {
"victorjonsson/markdowndocs": "dev-master",
"symfony/dotenv": "6.2.x-dev",
"phpunit/phpunit": "^9"
},
Expand Down

0 comments on commit da11003

Please sign in to comment.