[
    {
        "name": "jmasci/component-template",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "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": ""
        },
        "time": "2020-01-27T20:03:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "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."
    },
    {
        "name": "jmasci/html-table",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "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"
        },
        "time": "2020-01-25T02:06:38+00:00",
        "type": "library",
        "installation-source": "dist",
        "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"
    },
    {
        "name": "jmasci/matrix-builder",
        "version": "dev-master",
        "version_normalized": "9999999-dev",
        "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.*"
        },
        "time": "2020-03-07T17:09:21+00:00",
        "type": "library",
        "installation-source": "dist",
        "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."
    }
]
