diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b6460..af647e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Loom | Dependency Injection Component Change Log +## [1.0.2] - 2025-05-05 +### Changed +- Minor `README` change. + +### Fixed +- Fixed a typo in the package description. + ## [1.0.1] - 2025-05-05 ### Changed - Changed the package name for consistency with other Loom components. diff --git a/README.md b/README.md index b370934..a63954d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-
+
@@ -18,7 +18,7 @@
You can install this package via [Composer](https://getcomposer.org/):
```bash
-composer require loomlabs/loom.di-component
+composer require loomlabs/dependency-injection-component
```
## Usage
diff --git a/composer.json b/composer.json
index c86c985..9711260 100644
--- a/composer.json
+++ b/composer.json
@@ -1,6 +1,6 @@
{
"name": "loomlabs/dependency-injection-component",
- "description": "A PSR compliant dependenct injection library for PHP.",
+ "description": "A PSR compliant dependency injection library for PHP.",
"type": "library",
"minimum-stability": "stable",
"require": {
@@ -29,6 +29,6 @@
"email": "daniel@winningsoftware.co.uk"
}
],
- "version": "1.0.1",
+ "version": "1.0.2",
"license": "GPL-3.0-or-later"
}