{
    "packages": [
        {
            "name": "atlas/mapper",
            "version": "1.4.1",
            "version_normalized": "1.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/atlasphp/Atlas.Mapper.git",
                "reference": "df92c4f53d7be22a793700c06a4340a48a90c8a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/atlasphp/Atlas.Mapper/zipball/df92c4f53d7be22a793700c06a4340a48a90c8a8",
                "reference": "df92c4f53d7be22a793700c06a4340a48a90c8a8",
                "shasum": ""
            },
            "require": {
                "atlas/table": "~1.0",
                "php": ">=7.1.0"
            },
            "require-dev": {
                "atlas/testing": "~1.0",
                "pds/skeleton": "~1.0",
                "phpunit/phpunit": "~7.0"
            },
            "time": "2023-09-25T13:18:02+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Atlas\\Mapper\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Atlas Contributors",
                    "homepage": "https://github.com/atlasphp/Atlas.Mapper/contributors"
                }
            ],
            "description": "A data mapper for the persistence model.",
            "homepage": "http://github.com/atlasphp/Atlas.Mapper",
            "keywords": [
                "data",
                "mapper",
                "mapping",
                "orm",
                "sql"
            ],
            "support": {
                "issues": "https://github.com/atlasphp/Atlas.Mapper/issues",
                "source": "https://github.com/atlasphp/Atlas.Mapper/tree/1.4.1"
            },
            "install-path": "../atlas/mapper"
        },
        {
            "name": "atlas/orm",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/atlasphp/Atlas.Orm.git",
                "reference": "9a59b137eba74e8d7f6f23e27238225b1ee07484"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/atlasphp/Atlas.Orm/zipball/9a59b137eba74e8d7f6f23e27238225b1ee07484",
                "reference": "9a59b137eba74e8d7f6f23e27238225b1ee07484",
                "shasum": ""
            },
            "require": {
                "atlas/mapper": "~1.0",
                "php": ">=7.1.0"
            },
            "require-dev": {
                "atlas/testing": "~1.0",
                "pds/skeleton": "~1.0",
                "phpunit/phpunit": "~7.0"
            },
            "suggest": {
                "atlas/cli": "A command-line tool to build skeleton classes."
            },
            "time": "2021-05-30T19:22:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Atlas\\Orm\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Atlas Contributors",
                    "homepage": "https://github.com/atlasphp/Atlas.Orm/contributors"
                }
            ],
            "description": "An ORM for your persistence model (not your domain model).",
            "homepage": "http://github.com/atlasphp/Atlas.Orm",
            "keywords": [
                "data",
                "mapper",
                "mapping",
                "orm",
                "sql"
            ],
            "support": {
                "issues": "https://github.com/atlasphp/Atlas.Orm/issues",
                "source": "https://github.com/atlasphp/Atlas.Orm/tree/3.1.1"
            },
            "install-path": "../atlas/orm"
        },
        {
            "name": "atlas/pdo",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/atlasphp/Atlas.Pdo.git",
                "reference": "b64a164290b93bffd2e034dc6e49535afc7dea80"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/atlasphp/Atlas.Pdo/zipball/b64a164290b93bffd2e034dc6e49535afc7dea80",
                "reference": "b64a164290b93bffd2e034dc6e49535afc7dea80",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "pds/skeleton": "~1.0",
                "phpunit/phpunit": "~7.0"
            },
            "time": "2020-12-31T16:08:34+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Atlas\\Pdo\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Atlas.Pdo Contributors",
                    "homepage": "https://github.com/atlasphp/Atlas.Pdo/contributors"
                }
            ],
            "description": "Provides a PDO instance decorator with convenience methods, and a connection manager.",
            "homepage": "https://github.com/atlasphp/Atlas.Pdo",
            "keywords": [
                "Connection",
                "database",
                "pdo",
                "sql"
            ],
            "support": {
                "issues": "https://github.com/atlasphp/Atlas.Pdo/issues",
                "source": "https://github.com/atlasphp/Atlas.Pdo/tree/1.2.0"
            },
            "install-path": "../atlas/pdo"
        },
        {
            "name": "atlas/query",
            "version": "1.3.2",
            "version_normalized": "1.3.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/atlasphp/Atlas.Query.git",
                "reference": "9ba960c3dcac619ab55da8d39c28465db973c900"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/atlasphp/Atlas.Query/zipball/9ba960c3dcac619ab55da8d39c28465db973c900",
                "reference": "9ba960c3dcac619ab55da8d39c28465db973c900",
                "shasum": ""
            },
            "require": {
                "atlas/pdo": "~1.0",
                "php": ">=7.1"
            },
            "require-dev": {
                "pds/skeleton": "~1.0",
                "phpunit/phpunit": "~7.0"
            },
            "time": "2021-10-02T14:53:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Atlas\\Query\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Atlas.Query Contributors",
                    "homepage": "https://github.com/atlasphp/Atlas.Query/contributors"
                }
            ],
            "description": "Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer.",
            "homepage": "https://github.com/atlasphp/Atlas.Query",
            "keywords": [
                "database",
                "db",
                "delete",
                "dml",
                "insert",
                "mysql",
                "pdo",
                "pgsql",
                "postgres",
                "postgresql",
                "query",
                "select",
                "sql",
                "sql server",
                "sqlite",
                "sqlserver",
                "update"
            ],
            "support": {
                "issues": "https://github.com/atlasphp/Atlas.Query/issues",
                "source": "https://github.com/atlasphp/Atlas.Query/tree/1.3.2"
            },
            "install-path": "../atlas/query"
        },
        {
            "name": "atlas/table",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/atlasphp/Atlas.Table.git",
                "reference": "39fd046956ba5b21b59233b3f91dcdb8f4adcc68"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/atlasphp/Atlas.Table/zipball/39fd046956ba5b21b59233b3f91dcdb8f4adcc68",
                "reference": "39fd046956ba5b21b59233b3f91dcdb8f4adcc68",
                "shasum": ""
            },
            "require": {
                "atlas/pdo": "~1.0",
                "atlas/query": "~1.0",
                "php": ">=7.1.0"
            },
            "require-dev": {
                "atlas/testing": "~1.0",
                "pds/skeleton": "~1.0",
                "phpunit/phpunit": "~7.0"
            },
            "suggest": {
                "atlas/cli": "A command-line tool to build skeleton classes."
            },
            "time": "2020-09-07T14:43:52+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Atlas\\Table\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Atlas Contributors",
                    "homepage": "https://github.com/atlasphp/Atlas.Table/contributors"
                }
            ],
            "description": "Table data gateway implementation for Atlas.",
            "homepage": "http://github.com/atlasphp/Atlas.Table",
            "keywords": [
                "data",
                "gateway",
                "mapper",
                "mapping",
                "orm",
                "sql",
                "table"
            ],
            "support": {
                "issues": "https://github.com/atlasphp/Atlas.Table/issues",
                "source": "https://github.com/atlasphp/Atlas.Table/tree/1.x"
            },
            "install-path": "../atlas/table"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
