Skip to content

Commit 7576fb5

Browse files
committed
added README
1 parent 25b76ff commit 7576fb5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
PHP-DI plugin for Padawan.php
2+
=============================
3+
4+
Adds completion and type detection after `DI\Container::get`.
5+
6+
# Installation
7+
8+
Plugin name is `mkusher/padawan-di`, so you should call `plugin add` with
9+
this name.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkusher/padawan-di",
3-
"description": "PHPDI plugin for Padawan.php",
3+
"description": "PHP-DI plugin for Padawan.php",
44
"license": "MIT",
55
"autoload": {
66
"psr-4":{"Mkusher\\PadawanDi\\":""}

0 commit comments

Comments
 (0)