Skip to content

Commit

Permalink
Update Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
YasserElgammal committed Nov 8, 2024
1 parent 6278cf6 commit 0a05507
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,6 +1,7 @@
{
"name": "yasser-elgammal/pure-text",
"description": "Filter Bad Words",
"version": "1.0.0",
"license": "MIT",
"autoload": {
"psr-4": {
Expand All @@ -13,12 +14,12 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"extra": {
"laravel": {
"providers": [
"YasserElgammal\\PureText\\PureTextServiceProvider"
]
}
}
},
"minimum-stability": "dev"
}

0 comments on commit 0a05507

Please sign in to comment.