Update package name and description
This commit is contained in:
parent
956e25d39a
commit
e6068ac3d8
2 changed files with 4 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,5 +3,5 @@
|
||||||
/node_modules
|
/node_modules
|
||||||
/coverage
|
/coverage
|
||||||
/.phpunit.result.cache
|
/.phpunit.result.cache
|
||||||
composer.lock
|
/composer.lock
|
||||||
package-lock.json
|
/package-lock.json
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loomlabs/loom.di-component",
|
"name": "loomlabs/dependency-injection-component",
|
||||||
"description": "A Dependency Injection Package",
|
"description": "A PSR compliant dependenct injection library for PHP.",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"require": {
|
"require": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue