hooked.php

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

commit 03fb83163c881a5cea94e9cc670e675dce8424a8
parent 9165ea5bb2abe182a602ad1b87416b7b6e7d722f
Author: finwo <finwo@pm.me>
Date:   Fri, 22 Apr 2016 22:04:49 +0200

Updated dependencies, removed composer.lock

Diffstat:
M.gitignore | 1+
Mcomposer.json | 2+-
Dcomposer.lock | 118-------------------------------------------------------------------------------
3 files changed, 2 insertions(+), 119 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,3 @@ /vendor/ /.idea/ +composer.lock diff --git a/composer.json b/composer.json @@ -3,7 +3,7 @@ "type": "library", "require": { "php-di/invoker": "^1.3", - "finwo/property-accessor": "^0.1.0" + "finwo/property-accessor": "0.1.*" }, "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock @@ -1,118 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", - "This file is @generated automatically" - ], - "hash": "4dd85e5a3de94feb707d6322ba356c6b", - "content-hash": "42d2d4a1568bc10ea9d01df1ffff256c", - "packages": [ - { - "name": "container-interop/container-interop", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e", - "reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "time": "2014-12-30 15:22:37" - }, - { - "name": "finwo/property-accessor", - "version": "v0.1", - "source": { - "type": "git", - "url": "https://github.com/finwo/property-accessor.git", - "reference": "43a9b49f82ba566800068427c12d28ac48efa8e3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/finwo/property-accessor/zipball/43a9b49f82ba566800068427c12d28ac48efa8e3", - "reference": "43a9b49f82ba566800068427c12d28ac48efa8e3", - "shasum": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Finwo\\PropertyAccessor\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "authors": [ - { - "name": "Robin Bron", - "email": "robin@finwo.nl" - } - ], - "time": "2016-04-13 09:05:33" - }, - { - "name": "php-di/invoker", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/PHP-DI/Invoker.git", - "reference": "c5c50237115803d7410d13d9d6afb5afe6526fac" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/c5c50237115803d7410d13d9d6afb5afe6526fac", - "reference": "c5c50237115803d7410d13d9d6afb5afe6526fac", - "shasum": "" - }, - "require": { - "container-interop/container-interop": "~1.1" - }, - "require-dev": { - "athletic/athletic": "~0.1.8", - "phpunit/phpunit": "~4.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "Invoker\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Generic and extensible callable invoker", - "homepage": "https://github.com/PHP-DI/Invoker", - "keywords": [ - "callable", - "dependency", - "dependency-injection", - "injection", - "invoke", - "invoker" - ], - "time": "2016-03-20 17:49:41" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": [], - "platform-dev": [] -}