Skip to content

Commit

Permalink
Update composer.json configurations
Browse files Browse the repository at this point in the history
The type of the package is now specified as "library". Also, the "prefer-stable" configuration was removed. This modification is part of an effort to fine-tune the package settings for further development and distribution.
  • Loading branch information
MarjovanLier committed Jan 9, 2024
1 parent 58f75ca commit 6008021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
],
"homepage": "https://github.com/marjovanlier/stringmanipulation",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Marjo Wenzel van Lier",
Expand Down Expand Up @@ -37,7 +38,6 @@
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^8.2"
},
Expand Down

0 comments on commit 6008021

Please sign in to comment.