commit 5e1ba508d1add585e975854794b8a2f7808d6365 parent 9483bf0dc314868a6aa27e70b552db4cb1f6cacb Author: finwo <finwo@pm.me> Date: Mon, 11 Apr 2016 10:42:58 +0200 Added autoloading Diffstat:
| M | composer.json | | | 7 | ++++++- |
| R | PopertyAccessor.php -> src/PopertyAccessor.php | | | 0 |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/composer.json b/composer.json @@ -7,5 +7,10 @@ } ], "minimum-stability": "stable", - "require": {} + "autoload": { + "psr-4": { "Finwo\\PropertyAccessor\\": "src" } + }, + "require": { + + } } diff --git a/PopertyAccessor.php b/src/PopertyAccessor.php