{ "_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": "bec6bc84884d174ac7486fc9891a4d93", "packages": [ { "name": "jmasci/component-template", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/j-masci/component-template.git", "reference": "ae9ae8ad8dc6b3d92fafc7c653bdb02ca8dd7a87" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/j-masci/component-template/zipball/ae9ae8ad8dc6b3d92fafc7c653bdb02ca8dd7a87", "reference": "ae9ae8ad8dc6b3d92fafc7c653bdb02ca8dd7a87", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "JMasci\\ComponentTemplate\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Joel Masci", "email": "masci.joel@gmail.com" } ], "description": "Base classes for creating flexible HTML rendering templates consisting of overridable callable components.", "time": "2020-01-27T20:03:38+00:00" }, { "name": "jmasci/html-table", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/j-masci/html-table.git", "reference": "7f47ea864799492c56ec9ba441253170e707379f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/j-masci/html-table/zipball/7f47ea864799492c56ec9ba441253170e707379f", "reference": "7f47ea864799492c56ec9ba441253170e707379f", "shasum": "" }, "require": { "jmasci/component-template": "dev-master" }, "type": "library", "autoload": { "psr-4": { "JMasci\\HtmlTable\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Joel Masci", "email": "masci.joel@gmail.com" } ], "description": "flexible HTML table rendering class using git://j-masci/component-template", "time": "2020-01-25T02:06:38+00:00" }, { "name": "jmasci/matrix-builder", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/j-masci/php-matrix-builder.git", "reference": "038bb4d42dc8b14689d7307d27bd4333986b2e8f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/j-masci/php-matrix-builder/zipball/038bb4d42dc8b14689d7307d27bd4333986b2e8f", "reference": "038bb4d42dc8b14689d7307d27bd4333986b2e8f", "shasum": "" }, "require-dev": { "phpunit/phpunit": "4.*" }, "type": "library", "autoload": { "psr-4": { "JMasci\\MatrixBuilder\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Joel Masci", "email": "masci.joel@gmail.com" } ], "description": "A mutable matrix object with methods for sorting rows/columns, adding/removing cells, and a few other things.", "time": "2020-03-07T17:09:21+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "jmasci/component-template": 20, "jmasci/matrix-builder": 20, "jmasci/html-table": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }