Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
YasserElgammal authored Nov 10, 2024
1 parent 0a05507 commit b9a597a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yasser-elgammal/pure-text",
"description": "Filter Bad Words",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"autoload": {
"psr-4": {
Expand All @@ -21,5 +21,6 @@
]
}
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit b9a597a

Please sign in to comment.