Skip to content

Commit

Permalink
chore: change package name as it is taken
Browse files Browse the repository at this point in the history
  • Loading branch information
davisenra committed Jun 27, 2024
1 parent 4735465 commit 25e5877
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $container->has(GeoLocationService::class); // true
The recommended way to install Infuse is through [Composer](https://getcomposer.org/).

```bash
composer require infuse/infuse
composer require infuse-di/infuse
```

## Tests
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "infuse/infuse",
"name": "infuse-di/infuse",
"description": "A PSR-11 compliant dependency injection library",
"type": "library",
"license": "MIT",
"homepage": "https://github.com/davisenra/infuse",
"keywords": [
"psr-11",
"di",
Expand Down

0 comments on commit 25e5877

Please sign in to comment.