We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b76ff commit 7576fb5Copy full SHA for 7576fb5
README.md
@@ -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
@@ -1,6 +1,6 @@
{
"name": "mkusher/padawan-di",
- "description": "PHPDI plugin for Padawan.php",
+ "description": "PHP-DI plugin for Padawan.php",
"license": "MIT",
"autoload": {
"psr-4":{"Mkusher\\PadawanDi\\":""}
0 commit comments