Skip to content

Commit

Permalink
fix(composer.json): change ownership
Browse files Browse the repository at this point in the history
  • Loading branch information
AlcidesRC authored Aug 25, 2024
1 parent 5d2282c commit b8e2056
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "fonil/severe",
"name": "alcidesrc/severe",
"description": "Even more severe with strict types in PHP",
"type": "library",
"keywords": ["php", "strict types", "clean code", "best practices"],
Expand All @@ -12,8 +12,8 @@
}
],
"support": {
"issues": "https://github.com/fonil/severe/issues",
"source": "https://github.com/fonil/severe"
"issues": "https://github.com/alcidesrc/severe/issues",
"source": "https://github.com/alcidesrc/severe"
},
"require": {
"php": "^8.3",
Expand Down

0 comments on commit b8e2056

Please sign in to comment.