hooked.php

Event hook dispatch utility
git clone git://git.finwo.net/lib/hooked.php
Log | Files | Refs

composer.json (419B)


      1 {
      2     "name": "finwo/hooked",
      3     "type": "library",
      4     "require": {
      5         "php-di/invoker": "^1.3",
      6         "finwo/property-accessor": "0.1.*"
      7     },
      8     "license": "MIT",
      9     "authors": [
     10         {
     11             "name": "Robin Bron",
     12             "email": "robin@finwo.nl"
     13         }
     14     ],
     15     "autoload": {
     16         "psr-4": {
     17             "Finwo\\Hooked\\": "src"
     18         }
     19     },
     20     "minimum-stability": "stable"
     21 }