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