property-accessor.php

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

composer.json (342B)


      1 {
      2     "name": "finwo/property-accessor",
      3     "authors": [
      4         {
      5             "name": "Robin Bron",
      6             "email": "robin@finwo.nl"
      7         }
      8     ],
      9     "minimum-stability": "stable",
     10     "autoload": {
     11         "psr-4": {
     12             "Finwo\\PropertyAccessor\\": "src/"
     13         }
     14     },
     15     "require": {
     16         "php": ">=5.3"
     17     }
     18 }