Skip to content

Commit

Permalink
Merge pull request #2 from nortoh/set-replace-package
Browse files Browse the repository at this point in the history
chore: add replace to composer
  • Loading branch information
mpedrummer authored Jun 11, 2024
2 parents d442205 + 4cf7d43 commit 9b387bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "slim/slim",
"name": "nocworx/slim-slim",
"type": "library",
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
"keywords": ["framework","micro","api","router"],
Expand Down Expand Up @@ -27,6 +27,9 @@
"homepage": "http://gabrielmanricks.com"
}
],
"replace": {
"slim/slim": "*"
},
"require": {
"php": ">=5.5.0",
"ext-json": "*",
Expand Down

0 comments on commit 9b387bb

Please sign in to comment.