property-accessor.php

Simple property accessor library
git clone git://git.finwo.net/lib/property-accessor.php
Log | Files | Refs

commit 5e1ba508d1add585e975854794b8a2f7808d6365
parent 9483bf0dc314868a6aa27e70b552db4cb1f6cacb
Author: finwo <finwo@pm.me>
Date:   Mon, 11 Apr 2016 10:42:58 +0200

Added autoloading

Diffstat:
Mcomposer.json | 7++++++-
RPopertyAccessor.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