{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "2663867648720a0a8a03e9504e544a0b", "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", "support": { "issues": "https://github.com/parasralhan/events/issues", "source": "https://github.com/parasralhan/events/tree/master" }, "time": "2018-04-14T06:31:07+00:00" }, { "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", "support": { "issues": "https://github.com/parasralhan/exceptions/issues", "source": "https://github.com/parasralhan/exceptions/tree/master" }, "time": "2018-04-14T05:55:02+00:00" }, { "name": "bonzer/inputs", "version": "v0.0.4", "source": { "type": "git", "url": "https://github.com/parasralhan/form-fields.git", "reference": "b735edd50ccec92e6a1774be004d62a1b00e3dec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/parasralhan/form-fields/zipball/b735edd50ccec92e6a1774be004d62a1b00e3dec", "reference": "b735edd50ccec92e6a1774be004d62a1b00e3dec", "shasum": "" }, "require": { "bonzer/events": "v0.0.1", "bonzer/exceptions": "v0.0.1", "bonzer/ioc-container": "v0.0.2", "php": ">=5.4.0", "wikimedia/less.php": "v1.7.0.14" }, "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", "support": { "issues": "https://github.com/parasralhan/form-fields/issues", "source": "https://github.com/parasralhan/form-fields/tree/v0.0.4" }, "time": "2024-08-13T10:29:15+00:00" }, { "name": "bonzer/ioc-container", "version": "v0.0.2", "source": { "type": "git", "url": "https://github.com/parasralhan/ioc-container.git", "reference": "7817dfc9195b6a0a038a4aa56358cc8f2fa969aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/parasralhan/ioc-container/zipball/7817dfc9195b6a0a038a4aa56358cc8f2fa969aa", "reference": "7817dfc9195b6a0a038a4aa56358cc8f2fa969aa", "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", "support": { "issues": "https://github.com/parasralhan/ioc-container/issues", "source": "https://github.com/parasralhan/ioc-container/tree/v0.0.2" }, "time": "2023-09-10T16:09:21+00:00" }, { "name": "bonzer/wordpress-admin-inputs", "version": "v0.0.4", "source": { "type": "git", "url": "https://github.com/parasralhan/wordpress-admin-inputs.git", "reference": "30f5735cddc0765b0e0ec3d1b887551f423b886d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/parasralhan/wordpress-admin-inputs/zipball/30f5735cddc0765b0e0ec3d1b887551f423b886d", "reference": "30f5735cddc0765b0e0ec3d1b887551f423b886d", "shasum": "" }, "require": { "bonzer/inputs": "v0.0.4", "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", "support": { "issues": "https://github.com/parasralhan/wordpress-admin-inputs/issues", "source": "https://github.com/parasralhan/wordpress-admin-inputs/tree/v0.0.4" }, "time": "2024-08-13T10:53:59+00:00" }, { "name": "wikimedia/less.php", "version": "v1.7.0.14", "source": { "type": "git", "url": "https://github.com/wikimedia/less.php.git", "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/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" ], "support": { "source": "https://github.com/wikimedia/less.php/tree/v1.7.0.14" }, "time": "2017-03-28T22:19:25+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=5.4.0" }, "platform-dev": [], "plugin-api-version": "2.3.0" }