{ "_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": "03219dc32b593bc43233f0ec711931e4", "content-hash": "ac41ac74e00f3a99e487385849af615b", "packages": [ { "name": "bonzer/events", "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/parasralhan/events.git", "reference": "3ff70e40a0fa5854c63c166a666bb9d345687c86" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/parasralhan/events/zipball/3ff70e40a0fa5854c63c166a666bb9d345687c86", "reference": "3ff70e40a0fa5854c63c166a666bb9d345687c86", "shasum": "" }, "require": { "bonzer/exceptions": "v0.0.1", "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "Bonzer\\Events\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paras Ralhan", "email": "ralhan.paras@gmail.com" } ], "description": "Responsible for implementing Event System in your application", "time": "2018-04-14 06:31:07" }, { "name": "bonzer/exceptions", "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/parasralhan/exceptions.git", "reference": "bb715d705b1beea229d458cae34421db299f7243" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/parasralhan/exceptions/zipball/bb715d705b1beea229d458cae34421db299f7243", "reference": "bb715d705b1beea229d458cae34421db299f7243", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "Bonzer\\Exceptions\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paras Ralhan", "email": "ralhan.paras@gmail.com" } ], "description": "Simple PHP Exception Utilities", "time": "2018-04-14 05:55:02" }, { "name": "bonzer/inputs", "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/parasralhan/form-fields.git", "reference": "cd8eaf495d2fb3dd4e99b5edc21cc352f2ea75ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/parasralhan/form-fields/zipball/cd8eaf495d2fb3dd4e99b5edc21cc352f2ea75ea", "reference": "cd8eaf495d2fb3dd4e99b5edc21cc352f2ea75ea", "shasum": "" }, "require": { "bonzer/events": "v0.0.1", "bonzer/exceptions": "v0.0.1", "bonzer/ioc-container": "v0.0.1", "oyejorge/less.php": "v1.7.0.14", "php": ">=5.4.0" }, "type": "library", "autoload": { "files": [ "src/bootstrap.php" ], "psr-4": { "Bonzer\\Inputs\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paras Ralhan", "email": "ralhan.paras@gmail.com" } ], "description": "A form inputs library", "time": "2018-04-14 06:45:23" }, { "name": "bonzer/ioc-container", "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/parasralhan/ioc-container.git", "reference": "c1cc8bc52473fce06555e9c199f25d7102098cdf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/parasralhan/ioc-container/zipball/c1cc8bc52473fce06555e9c199f25d7102098cdf", "reference": "c1cc8bc52473fce06555e9c199f25d7102098cdf", "shasum": "" }, "require": { "bonzer/exceptions": "v0.0.1", "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "Bonzer\\IOC_Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paras Ralhan", "email": "ralhan.paras@gmail.com" } ], "description": "Inversion of Control Container - facilitating Interface Oriented Design", "time": "2018-04-14 06:40:09" }, { "name": "bonzer/wordpress-admin-inputs", "version": "v0.0.1", "source": { "type": "git", "url": "https://github.com/parasralhan/wordpress-admin-inputs.git", "reference": "5e67e148456c1bdf4acdda83450c5d3d9f80e437" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/parasralhan/wordpress-admin-inputs/zipball/5e67e148456c1bdf4acdda83450c5d3d9f80e437", "reference": "5e67e148456c1bdf4acdda83450c5d3d9f80e437", "shasum": "" }, "require": { "bonzer/inputs": "v0.0.1", "php": ">=5.4.0" }, "type": "library", "autoload": { "files": [ "src/bootstrap.php" ], "psr-4": { "Bonzer\\Inputs_WP\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paras Ralhan", "email": "ralhan.paras@gmail.com" } ], "description": "Form fields for your Wordpress admin panel", "time": "2018-04-14 07:09:18" }, { "name": "oyejorge/less.php", "version": "v1.7.0.14", "source": { "type": "git", "url": "https://github.com/oyejorge/less.php.git", "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9", "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "~4.8.24" }, "bin": [ "bin/lessc" ], "type": "library", "autoload": { "psr-0": { "Less": "lib/" }, "classmap": [ "lessc.inc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Matt Agar", "homepage": "https://github.com/agar" }, { "name": "Martin Jantošovič", "homepage": "https://github.com/Mordred" }, { "name": "Josh Schmidt", "homepage": "https://github.com/oyejorge" } ], "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)", "homepage": "http://lessphp.gpeasy.com", "keywords": [ "css", "less", "less.js", "lesscss", "php", "stylesheet" ], "time": "2017-03-28 22:19:25" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=5.4.0" }, "platform-dev": [] }