{ "minified": "composer/2.0", "packages": { "doctrine/dbal": [ { "name": "doctrine/dbal", "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", "keywords": [ "database", "dbal", "queryobject", "sql", "abstraction", "mysql", "sqlite", "postgresql", "pdo", "pgsql", "sqlserver", "mssql", "oracle", "mariadb", "sqlsrv", "oci8", "db2", "sasql" ], "homepage": "https://www.doctrine-project.org/projects/dbal.html", "version": "4.0.0-beta1", "version_normalized": "4.0.0.0-beta1", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "0c4f7ea89650f857458f191daa1db68aa47f7df0" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/0c4f7ea89650f857458f191daa1db68aa47f7df0", "type": "zip", "shasum": "", "reference": "0c4f7ea89650f857458f191daa1db68aa47f7df0" }, "type": "library", "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal", "type": "tidelift" } ], "time": "2022-10-22T19:39:29+00:00", "autoload": { "psr-4": { "Doctrine\\DBAL\\": "src" } }, "require": { "php": "^8.1", "composer-runtime-api": "^2", "doctrine/deprecations": "^0.5.3|^1", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "require-dev": { "doctrine/coding-standard": "10.0.0", "jetbrains/phpstorm-stubs": "2022.2", "phpstan/phpstan": "1.8.10", "phpstan/phpstan-phpunit": "1.1.1", "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "9.5.25", "psalm/plugin-phpunit": "0.17.0", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4.30|^5.4|^6.0", "vimeo/psalm": "4.29.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/4.0.0-beta1" } }, { "version": "3.5.1", "version_normalized": "3.5.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/f38ee8aaca2d58ee88653cb34a6a3880c23f38a5", "type": "zip", "shasum": "", "reference": "f38ee8aaca2d58ee88653cb34a6a3880c23f38a5" }, "time": "2022-10-24T07:26:18+00:00", "bin": [ "bin/doctrine-dbal" ], "require": { "php": "^7.4 || ^8.0", "composer-runtime-api": "^2", "doctrine/cache": "^1.11|^2.0", "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1|^2", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "require-dev": { "doctrine/coding-standard": "10.0.0", "jetbrains/phpstorm-stubs": "2022.2", "phpstan/phpstan": "1.8.10", "phpstan/phpstan-strict-rules": "^1.4", "phpunit/phpunit": "9.5.25", "psalm/plugin-phpunit": "0.17.0", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", "vimeo/psalm": "4.29.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.5.1" } }, { "version": "3.5.0", "version_normalized": "3.5.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "b66f55c7037402d9f522f19d86841e71c09f0195" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/b66f55c7037402d9f522f19d86841e71c09f0195", "type": "zip", "shasum": "", "reference": "b66f55c7037402d9f522f19d86841e71c09f0195" }, "time": "2022-10-22T14:33:42+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.5.0" } }, { "version": "3.4.6", "version_normalized": "3.4.6.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "3ce132f7c0b83d33b26ab6ed308e9e9260699bc4" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/3ce132f7c0b83d33b26ab6ed308e9e9260699bc4", "type": "zip", "shasum": "", "reference": "3ce132f7c0b83d33b26ab6ed308e9e9260699bc4" }, "time": "2022-10-21T14:38:43+00:00", "require": { "php": "^7.4 || ^8.0", "composer-runtime-api": "^2", "doctrine/cache": "^1.11|^2.0", "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1.0", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.4.6" } }, { "version": "3.4.5", "version_normalized": "3.4.5.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e", "type": "zip", "shasum": "", "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e" }, "time": "2022-09-23T17:48:57+00:00", "require-dev": { "doctrine/coding-standard": "10.0.0", "jetbrains/phpstorm-stubs": "2022.2", "phpstan/phpstan": "1.8.3", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "9.5.24", "psalm/plugin-phpunit": "0.17.0", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", "vimeo/psalm": "4.27.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.4.5" } }, { "version": "3.4.4", "version_normalized": "3.4.4.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5", "type": "zip", "shasum": "", "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5" }, "time": "2022-09-01T21:26:42+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.4.4" } }, { "version": "3.4.3", "version_normalized": "3.4.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "a24b89d663d8f261199bc0a91c48016042ebda85" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/a24b89d663d8f261199bc0a91c48016042ebda85", "type": "zip", "shasum": "", "reference": "a24b89d663d8f261199bc0a91c48016042ebda85" }, "time": "2022-08-28T17:26:36+00:00", "require-dev": { "doctrine/coding-standard": "10.0.0", "jetbrains/phpstorm-stubs": "2022.2", "phpstan/phpstan": "1.8.2", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "9.5.21", "psalm/plugin-phpunit": "0.17.0", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", "vimeo/psalm": "4.24.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.4.3" } }, { "version": "3.4.2", "version_normalized": "3.4.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "22de295f10edbe00df74f517612f1fbd711131e2" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/22de295f10edbe00df74f517612f1fbd711131e2", "type": "zip", "shasum": "", "reference": "22de295f10edbe00df74f517612f1fbd711131e2" }, "time": "2022-08-21T14:21:06+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2022.1", "phpstan/phpstan": "1.8.2", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "9.5.21", "psalm/plugin-phpunit": "0.17.0", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4|^5.4|^6.0", "vimeo/psalm": "4.24.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.4.2" } }, { "version": "3.4.1", "version_normalized": "3.4.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "94e016428884227245fb1219e0de7d8b86ca16d7" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/94e016428884227245fb1219e0de7d8b86ca16d7", "type": "zip", "shasum": "", "reference": "94e016428884227245fb1219e0de7d8b86ca16d7" }, "time": "2022-08-16T18:37:46+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.4.1" } }, { "version": "3.4.0", "version_normalized": "3.4.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "118a360e9437e88d49024f36283c8bcbd76105f5" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/118a360e9437e88d49024f36283c8bcbd76105f5", "type": "zip", "shasum": "", "reference": "118a360e9437e88d49024f36283c8bcbd76105f5" }, "time": "2022-08-06T20:35:57+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.4.0" } }, { "version": "3.3.8", "version_normalized": "3.3.8.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "f873a820227bc352d023791775a01f078a30dfe1" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/f873a820227bc352d023791775a01f078a30dfe1", "type": "zip", "shasum": "", "reference": "f873a820227bc352d023791775a01f078a30dfe1" }, "time": "2022-08-05T15:35:35+00:00", "require": { "php": "^7.3 || ^8.0", "composer-runtime-api": "^2", "doctrine/cache": "^1.11|^2.0", "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1.0", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2022.1", "phpstan/phpstan": "1.8.2", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "9.5.21", "psalm/plugin-phpunit": "0.17.0", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.24.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.3.8" } }, { "version": "3.3.7", "version_normalized": "3.3.7.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "9f79d4650430b582f4598fe0954ef4d52fbc0a8a" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f79d4650430b582f4598fe0954ef4d52fbc0a8a", "type": "zip", "shasum": "", "reference": "9f79d4650430b582f4598fe0954ef4d52fbc0a8a" }, "time": "2022-06-13T21:43:03+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2022.1", "phpstan/phpstan": "1.7.13", "phpstan/phpstan-strict-rules": "^1.2", "phpunit/phpunit": "9.5.20", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.7.0", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.23.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.3.7" } }, { "version": "3.3.6", "version_normalized": "3.3.6.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/9e7f76dd1cde81c62574fdffa5a9c655c847ad21", "type": "zip", "shasum": "", "reference": "9e7f76dd1cde81c62574fdffa5a9c655c847ad21" }, "time": "2022-05-02T17:21:01+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2022.1", "phpstan/phpstan": "1.6.3", "phpstan/phpstan-strict-rules": "^1.2", "phpunit/phpunit": "9.5.20", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.23.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.3.6" } }, { "version": "3.3.5", "version_normalized": "3.3.5.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "719663b15983278227669c8595151586a2ff3327" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/719663b15983278227669c8595151586a2ff3327", "type": "zip", "shasum": "", "reference": "719663b15983278227669c8595151586a2ff3327" }, "time": "2022-04-05T09:50:18+00:00", "require": { "php": "^7.3 || ^8.0", "composer-runtime-api": "^2", "doctrine/cache": "^1.11|^2.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.5.3", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "9.5.16", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.22.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.3.5" } }, { "version": "3.3.4", "version_normalized": "3.3.4.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "83f779beaea1893c0bece093ab2104c6d15a7f26" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/83f779beaea1893c0bece093ab2104c6d15a7f26", "type": "zip", "shasum": "", "reference": "83f779beaea1893c0bece093ab2104c6d15a7f26" }, "time": "2022-03-20T18:37:29+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.4.6", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "9.5.16", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.22.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.3.4" } }, { "version": "3.3.3", "version_normalized": "3.3.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "82331b861727c15b1f457ef05a8729e508e7ead5" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/82331b861727c15b1f457ef05a8729e508e7ead5", "type": "zip", "shasum": "", "reference": "82331b861727c15b1f457ef05a8729e508e7ead5" }, "time": "2022-03-09T15:39:50+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.3.3" } }, { "version": "3.3.2", "version_normalized": "3.3.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/35eae239ef515d55ebb24e9d4715cad09a4f58ed", "type": "zip", "shasum": "", "reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed" }, "time": "2022-02-05T16:33:45+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.4.0", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "9.5.11", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.16.1" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.3.2" } }, { "version": "3.3.1", "version_normalized": "3.3.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2", "type": "zip", "shasum": "", "reference": "5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2" }, "time": "2022-01-30T17:50:59+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.3.1" } }, { "version": "3.3.0", "version_normalized": "3.3.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "a4b37db6f186b6843474189b424aed6a7cc5de4b" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/a4b37db6f186b6843474189b424aed6a7cc5de4b", "type": "zip", "shasum": "", "reference": "a4b37db6f186b6843474189b424aed6a7cc5de4b" }, "time": "2022-01-18T00:13:52+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.3.0" } }, { "version": "3.2.2", "version_normalized": "3.2.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "d1e581da590d611c8699acff9848056b2403c05b" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/d1e581da590d611c8699acff9848056b2403c05b", "type": "zip", "shasum": "", "reference": "d1e581da590d611c8699acff9848056b2403c05b" }, "time": "2022-01-17T23:48:30+00:00", "require": { "php": "^7.3 || ^8.0", "composer/package-versions-deprecated": "^1.11.99", "doctrine/cache": "^1.11|^2.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "psr/cache": "^1|^2|^3", "psr/log": "^1|^2|^3" }, "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.4.0", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "9.5.11", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.16.1" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.2.2" } }, { "version": "3.2.1", "version_normalized": "3.2.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "4caf37acf14b513a91dd4f087f7eda424fa25542" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/4caf37acf14b513a91dd4f087f7eda424fa25542", "type": "zip", "shasum": "", "reference": "4caf37acf14b513a91dd4f087f7eda424fa25542" }, "time": "2022-01-05T08:52:06+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.3.0", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "9.5.11", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.16.1" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.2.1" } }, { "version": "3.2.0", "version_normalized": "3.2.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "5d54f63541d7bed1156cb5c9b79274ced61890e4" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/5d54f63541d7bed1156cb5c9b79274ced61890e4", "type": "zip", "shasum": "", "reference": "5d54f63541d7bed1156cb5c9b79274ced61890e4" }, "time": "2021-11-26T21:00:12+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.2.0", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.13.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.2.0" } }, { "version": "3.1.5", "version_normalized": "3.1.5.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "187916074db413f4a070a721c9d30b420a9135dd" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/187916074db413f4a070a721c9d30b420a9135dd", "type": "zip", "shasum": "", "reference": "187916074db413f4a070a721c9d30b420a9135dd" }, "time": "2021-11-25T23:30:13+00:00", "require": { "php": "^7.3 || ^8.0", "composer/package-versions-deprecated": "^1.11.99", "doctrine/cache": "^1.0|^2.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.1.5" } }, { "version": "3.1.4", "version_normalized": "3.1.4.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "821b4f01a36ce63ed36c090ea74767b72db367e9" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/821b4f01a36ce63ed36c090ea74767b72db367e9", "type": "zip", "shasum": "", "reference": "821b4f01a36ce63ed36c090ea74767b72db367e9" }, "time": "2021-11-15T16:44:33+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.1.1", "phpstan/phpstan-strict-rules": "^1", "phpunit/phpunit": "9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.12.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.1.4" } }, { "version": "3.1.3", "version_normalized": "3.1.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/96b0053775a544b4a6ab47654dac0621be8b4cf8", "type": "zip", "shasum": "", "reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8" }, "time": "2021-10-02T16:15:05+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "0.12.99", "phpstan/phpstan-strict-rules": "^0.12.11", "phpunit/phpunit": "9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.10.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.1.3" } }, { "version": "3.1.2", "version_normalized": "3.1.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "3ee2622b57370c786f531678f6641208747f7bfc" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/3ee2622b57370c786f531678f6641208747f7bfc", "type": "zip", "shasum": "", "reference": "3ee2622b57370c786f531678f6641208747f7bfc" }, "time": "2021-09-12T20:56:32+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "0.12.96", "phpstan/phpstan-strict-rules": "^0.12.11", "phpunit/phpunit": "9.5.5", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.10.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.1.2" } }, { "version": "3.1.1", "version_normalized": "3.1.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "8e0fde2b90e3f61361013d1e928621beeea07bc0" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/8e0fde2b90e3f61361013d1e928621beeea07bc0", "type": "zip", "shasum": "", "reference": "8e0fde2b90e3f61361013d1e928621beeea07bc0" }, "time": "2021-06-19T17:59:55+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2020.2", "phpstan/phpstan": "0.12.81", "phpstan/phpstan-strict-rules": "^0.12.2", "phpunit/phpunit": "9.5.5", "psalm/plugin-phpunit": "0.13.0", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^5.2|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", "vimeo/psalm": "4.6.4" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.1.1" } }, { "version": "3.1.0", "version_normalized": "3.1.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "5ba62e7e40df119424866064faf2cef66cb5232a" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/5ba62e7e40df119424866064faf2cef66cb5232a", "type": "zip", "shasum": "", "reference": "5ba62e7e40df119424866064faf2cef66cb5232a" }, "time": "2021-04-19T17:51:23+00:00", "require": { "php": "^7.3 || ^8.0", "composer/package-versions-deprecated": "^1.11.99", "doctrine/cache": "^1.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0" }, "require-dev": { "doctrine/coding-standard": "8.2.0", "jetbrains/phpstorm-stubs": "2020.2", "phpstan/phpstan": "0.12.81", "phpstan/phpstan-strict-rules": "^0.12.2", "phpunit/phpunit": "9.5.0", "psalm/plugin-phpunit": "0.13.0", "squizlabs/php_codesniffer": "3.6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.6.4" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.1.0" } }, { "version": "3.0.0", "version_normalized": "3.0.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "ee6d1260d5cc20ec506455a585945d7bdb98662c" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/ee6d1260d5cc20ec506455a585945d7bdb98662c", "type": "zip", "shasum": "", "reference": "ee6d1260d5cc20ec506455a585945d7bdb98662c" }, "time": "2020-11-15T18:20:41+00:00", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "require": { "php": "^7.3 || ^8.0", "composer/package-versions-deprecated": "^1.11.99", "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0" }, "require-dev": { "doctrine/coding-standard": "^8.1", "jetbrains/phpstorm-stubs": "^2019.1", "phpstan/phpstan": "^0.12.40", "phpstan/phpstan-strict-rules": "^0.12.2", "phpunit/phpunit": "^9.4", "psalm/plugin-phpunit": "^0.10.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "^3.17.2" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/3.0.0" } }, { "keywords": [ "database", "dbal", "queryobject", "sql", "abstraction", "mysql", "sqlite", "postgresql", "pdo", "pgsql", "sqlserver", "mssql", "oracle", "mariadb", "sqlsrv", "oci8", "db2", "sqlanywhere", "sasql" ], "version": "2.13.9", "version_normalized": "2.13.9.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8", "type": "zip", "shasum": "", "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8" }, "time": "2022-05-02T20:28:55+00:00", "autoload": { "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" } }, "require": { "php": "^7.1 || ^8", "ext-pdo": "*", "doctrine/cache": "^1.0|^2.0", "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1.0" }, "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.4.6", "phpunit/phpunit": "^7.5.20|^8.5|9.5.16", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.22.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.9" }, "extra": "__unset" }, { "version": "2.13.8", "version_normalized": "2.13.8.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "dc9b3c3c8592c935a6e590441f9abc0f9eba335b" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/dc9b3c3c8592c935a6e590441f9abc0f9eba335b", "type": "zip", "shasum": "", "reference": "dc9b3c3c8592c935a6e590441f9abc0f9eba335b" }, "time": "2022-03-09T15:25:46+00:00", "require": { "php": "^7.1 || ^8", "ext-pdo": "*", "doctrine/cache": "^1.0|^2.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.8" } }, { "version": "2.13.7", "version_normalized": "2.13.7.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "6e22f6012b42d7932674857989fcf184e9e9b1c3" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/6e22f6012b42d7932674857989fcf184e9e9b1c3", "type": "zip", "shasum": "", "reference": "6e22f6012b42d7932674857989fcf184e9e9b1c3" }, "time": "2022-01-06T09:08:04+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.3.0", "phpunit/phpunit": "^7.5.20|^8.5|9.5.11", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.16.1" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.7" } }, { "version": "2.13.6", "version_normalized": "2.13.6.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/67ef6d0327ccbab1202b39e0222977a47ed3ef2f", "type": "zip", "shasum": "", "reference": "67ef6d0327ccbab1202b39e0222977a47ed3ef2f" }, "time": "2021-11-26T20:11:05+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.2.0", "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.13.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.6" } }, { "version": "2.13.5", "version_normalized": "2.13.5.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/d92ddb260547c2a7b650ff140f744eb6f395d8fc", "type": "zip", "shasum": "", "reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc" }, "time": "2021-11-11T16:27:36+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.1.1", "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.1", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.12.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.5" } }, { "version": "2.13.4", "version_normalized": "2.13.4.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/2411a55a2a628e6d8dd598388ab13474802c7b6e", "type": "zip", "shasum": "", "reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e" }, "time": "2021-10-02T15:59:26+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "0.12.99", "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.10.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.4" } }, { "version": "2.13.3", "version_normalized": "2.13.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "0d7adf4cadfee6f70850e5b163e6cdd706417838" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/0d7adf4cadfee6f70850e5b163e6cdd706417838", "type": "zip", "shasum": "", "reference": "0d7adf4cadfee6f70850e5b163e6cdd706417838" }, "time": "2021-09-12T19:11:48+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "0.12.96", "phpunit/phpunit": "^7.5.20|^8.5|9.5.5", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.10.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.3" } }, { "version": "2.13.2", "version_normalized": "2.13.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/8dd39d2ead4409ce652fd4f02621060f009ea5e4", "type": "zip", "shasum": "", "reference": "8dd39d2ead4409ce652fd4f02621060f009ea5e4" }, "time": "2021-06-18T21:48:39+00:00", "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2020.2", "phpstan/phpstan": "0.12.81", "phpunit/phpunit": "^7.5.20|^8.5|9.5.5", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.6.4" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.2" } }, { "version": "2.13.1", "version_normalized": "2.13.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/c800380457948e65bbd30ba92cc17cda108bf8c9", "type": "zip", "shasum": "", "reference": "c800380457948e65bbd30ba92cc17cda108bf8c9" }, "time": "2021-04-17T17:30:19+00:00", "require": { "php": "^7.1 || ^8", "ext-pdo": "*", "doctrine/cache": "^1.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0" }, "require-dev": { "doctrine/coding-standard": "8.2.0", "jetbrains/phpstorm-stubs": "2020.2", "phpstan/phpstan": "0.12.81", "phpunit/phpunit": "^7.5.20|^8.5|9.5.0", "squizlabs/php_codesniffer": "3.6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.6.4" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.1" } }, { "version": "2.13.0", "version_normalized": "2.13.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/67d56d3203b33db29834e6b2fcdbfdc50535d796", "type": "zip", "shasum": "", "reference": "67d56d3203b33db29834e6b2fcdbfdc50535d796" }, "time": "2021-03-28T18:10:53+00:00", "require-dev": { "doctrine/coding-standard": "8.2.0", "jetbrains/phpstorm-stubs": "2020.2", "phpstan/phpstan": "0.12.81", "phpunit/phpunit": "^7.5.20|^8.5|9.5.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.6.4" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.0" } }, { "version": "2.12.1", "version_normalized": "2.12.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "adce7a954a1c2f14f85e94aed90c8489af204086" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086", "type": "zip", "shasum": "", "reference": "adce7a954a1c2f14f85e94aed90c8489af204086" }, "time": "2020-11-14T20:26:58+00:00", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "require": { "php": "^7.3 || ^8", "ext-pdo": "*", "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0" }, "require-dev": { "doctrine/coding-standard": "^8.1", "jetbrains/phpstorm-stubs": "^2019.1", "phpstan/phpstan": "^0.12.40", "phpunit/phpunit": "^9.4", "psalm/plugin-phpunit": "^0.10.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "^3.17.2" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.12.1" } }, { "version": "2.12.0", "version_normalized": "2.12.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "c6d37b4c42aaa3c3ee175f05eca68056f4185646" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/c6d37b4c42aaa3c3ee175f05eca68056f4185646", "type": "zip", "shasum": "", "reference": "c6d37b4c42aaa3c3ee175f05eca68056f4185646" }, "time": "2020-10-22T17:26:24+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.12.0" } }, { "version": "2.11.3", "version_normalized": "2.11.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "fb5d5f2f26babf8dce217b1eb88300c22bb703a4" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/fb5d5f2f26babf8dce217b1eb88300c22bb703a4", "type": "zip", "shasum": "", "reference": "fb5d5f2f26babf8dce217b1eb88300c22bb703a4" }, "time": "2020-10-20T14:36:48+00:00", "require": { "php": "^7.3", "ext-pdo": "*", "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.11.3" } }, { "version": "2.11.2", "version_normalized": "2.11.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "b88a45cbc395e850b2d958dcd7b9d49d09ff23e0" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/b88a45cbc395e850b2d958dcd7b9d49d09ff23e0", "type": "zip", "shasum": "", "reference": "b88a45cbc395e850b2d958dcd7b9d49d09ff23e0" }, "time": "2020-10-19T02:01:37+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.11.2" } }, { "version": "2.11.1", "version_normalized": "2.11.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "6e6903cd5e3a5be60a79439e3ee8fe126f78fe86" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/6e6903cd5e3a5be60a79439e3ee8fe126f78fe86", "type": "zip", "shasum": "", "reference": "6e6903cd5e3a5be60a79439e3ee8fe126f78fe86" }, "time": "2020-09-27T04:09:41+00:00", "require-dev": { "doctrine/coding-standard": "^8.1", "jetbrains/phpstorm-stubs": "^2019.1", "nikic/php-parser": "^4.4", "phpstan/phpstan": "^0.12.40", "phpunit/phpunit": "^9.3", "psalm/plugin-phpunit": "^0.10.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "^3.14.2" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.11.1" } }, { "version": "2.11.0", "version_normalized": "2.11.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "0d4e1a8b29dd987704842f0465aded378f441dca" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/0d4e1a8b29dd987704842f0465aded378f441dca", "type": "zip", "shasum": "", "reference": "0d4e1a8b29dd987704842f0465aded378f441dca" }, "time": "2020-09-20T23:24:53+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.11.0" } }, { "version": "2.10.4", "version_normalized": "2.10.4.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "47433196b6390d14409a33885ee42b6208160643" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/47433196b6390d14409a33885ee42b6208160643", "type": "zip", "shasum": "", "reference": "47433196b6390d14409a33885ee42b6208160643" }, "time": "2020-09-12T21:20:41+00:00", "extra": { "branch-alias": { "dev-master": "2.10.x-dev", "dev-develop": "3.0.x-dev" } }, "require": { "php": "^7.2", "ext-pdo": "*", "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0" }, "require-dev": { "doctrine/coding-standard": "^8.1", "jetbrains/phpstorm-stubs": "^2019.1", "nikic/php-parser": "^4.4", "phpstan/phpstan": "^0.12.40", "phpunit/phpunit": "^8.5.5", "psalm/plugin-phpunit": "^0.10.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "^3.14.2" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.10.4" } }, { "version": "2.10.3", "version_normalized": "2.10.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "03ca23afc2ee062f5d3e32426ad37c34a4770dcf" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/03ca23afc2ee062f5d3e32426ad37c34a4770dcf", "type": "zip", "shasum": "", "reference": "03ca23afc2ee062f5d3e32426ad37c34a4770dcf" }, "time": "2020-09-02T01:35:42+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.10.3" } }, { "version": "2.10.2", "version_normalized": "2.10.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8", "type": "zip", "shasum": "", "reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8" }, "time": "2020-04-20T17:19:26+00:00", "require-dev": { "doctrine/coding-standard": "^6.0", "jetbrains/phpstorm-stubs": "^2019.1", "nikic/php-parser": "^4.4", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^8.4.1", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "^3.11" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.10.x" } }, { "version": "v2.10.1", "version_normalized": "2.10.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8", "type": "zip", "shasum": "", "reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8" }, "time": "2020-01-04T12:56:21+00:00", "require-dev": { "doctrine/coding-standard": "^6.0", "jetbrains/phpstorm-stubs": "^2019.1", "phpstan/phpstan": "^0.11.3", "phpunit/phpunit": "^8.4.1", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.10" }, "funding": "__unset" }, { "version": "v2.10.0", "version_normalized": "2.10.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/0c9a646775ef549eb0a213a4f9bd4381d9b4d934", "type": "zip", "shasum": "", "reference": "0c9a646775ef549eb0a213a4f9bd4381d9b4d934" }, "time": "2019-11-03T16:50:43+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.10.0" } }, { "keywords": [ "database", "persistence", "dbal", "queryobject", "php", "abstraction", "mysql", "pgsql" ], "version": "v2.9.3", "version_normalized": "2.9.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/7345cd59edfa2036eb0fa4264b77ae2576842035", "type": "zip", "shasum": "", "reference": "7345cd59edfa2036eb0fa4264b77ae2576842035" }, "time": "2019-11-02T22:19:34+00:00", "extra": { "branch-alias": { "dev-master": "2.9.x-dev", "dev-develop": "3.0.x-dev" } }, "require": { "php": "^7.1", "ext-pdo": "*", "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0" }, "require-dev": { "doctrine/coding-standard": "^5.0", "jetbrains/phpstorm-stubs": "^2018.1.2", "phpstan/phpstan": "^0.10.1", "phpunit/phpunit": "^7.4", "symfony/console": "^2.0.5|^3.0|^4.0", "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.9" } }, { "version": "v2.9.2", "version_normalized": "2.9.2.0", "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9", "type": "zip", "shasum": "", "reference": "22800bd651c1d8d2a9719e2a3dc46d5108ebfcc9" }, "time": "2018-12-31T03:27:51+00:00" }, { "version": "v2.9.1", "version_normalized": "2.9.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/ec74d6e300d78fbc896669c3ca57ef9719adc9c6", "type": "zip", "shasum": "", "reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6" }, "time": "2018-12-14T04:51:13+00:00" }, { "version": "v2.9.0", "version_normalized": "2.9.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "21fdabe2fc01e004e1966f200d900554876bc63c" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/21fdabe2fc01e004e1966f200d900554876bc63c", "type": "zip", "shasum": "", "reference": "21fdabe2fc01e004e1966f200d900554876bc63c" }, "time": "2018-12-04T04:39:48+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.9.0" } }, { "description": "Database Abstraction Layer", "keywords": [ "database", "persistence", "dbal", "queryobject" ], "homepage": "http://www.doctrine-project.org", "version": "v2.8.1", "version_normalized": "2.8.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "a9019c1e3232eacace373a6ba957a85b66a255c1" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/a9019c1e3232eacace373a6ba957a85b66a255c1", "type": "zip", "shasum": "", "reference": "a9019c1e3232eacace373a6ba957a85b66a255c1" }, "time": "2018-12-04T06:44:25+00:00", "autoload": { "psr-0": { "Doctrine\\DBAL\\": "lib/" } }, "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "3.0.x-dev" } }, "require-dev": { "doctrine/coding-standard": "^4.0", "jetbrains/phpstorm-stubs": "^2018.1.2", "phpstan/phpstan": "^0.10.1", "phpunit/phpunit": "^7.1.2", "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", "symfony/console": "^2.0.5|^3.0|^4.0", "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.8.1" } }, { "version": "v2.8.0", "version_normalized": "2.8.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621", "type": "zip", "shasum": "", "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621" }, "time": "2018-07-13T03:16:35+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.8.0" } }, { "version": "v2.7.2", "version_normalized": "2.7.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "c0e5736016a51b427a8cba8bc470fbea78165819" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/c0e5736016a51b427a8cba8bc470fbea78165819", "type": "zip", "shasum": "", "reference": "c0e5736016a51b427a8cba8bc470fbea78165819" }, "time": "2018-07-13T04:49:01+00:00", "extra": { "branch-alias": { "dev-master": "2.7.x-dev" } }, "require": { "php": "^7.1", "ext-pdo": "*", "doctrine/common": "^2.7.1" }, "require-dev": { "doctrine/coding-standard": "^4.0", "phpunit/phpunit": "^7.0", "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", "symfony/console": "^2.0.5||^3.0", "symfony/phpunit-bridge": "^3.4.5|^4.0.5" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.7.2" } }, { "version": "v2.7.1", "version_normalized": "2.7.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "11037b4352c008373561dc6fc836834eed80c3b5" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/11037b4352c008373561dc6fc836834eed80c3b5", "type": "zip", "shasum": "", "reference": "11037b4352c008373561dc6fc836834eed80c3b5" }, "time": "2018-04-07T18:44:18+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.7" } }, { "version": "v2.7.0", "version_normalized": "2.7.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "f76bf5ef631cec551a86c2291fc749534febebf1" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/f76bf5ef631cec551a86c2291fc749534febebf1", "type": "zip", "shasum": "", "reference": "f76bf5ef631cec551a86c2291fc749534febebf1" }, "time": "2018-04-01T23:33:17+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/master" } }, { "version": "v2.6.3", "version_normalized": "2.6.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/e3eed9b1facbb0ced3a0995244843a189e7d1b13", "type": "zip", "shasum": "", "reference": "e3eed9b1facbb0ced3a0995244843a189e7d1b13" }, "time": "2017-11-19T13:38:54+00:00", "extra": { "branch-alias": { "dev-master": "2.6.x-dev" } }, "require-dev": { "phpunit/phpunit": "^5.4.6", "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5", "symfony/console": "2.*||^3.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.6.3" } }, { "version": "v2.6.2", "version_normalized": "2.6.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/1a4ee83a5a709555f2c6f9057a3aacf892451c7e", "type": "zip", "shasum": "", "reference": "1a4ee83a5a709555f2c6f9057a3aacf892451c7e" }, "time": "2017-08-28T11:02:56+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.6.2" } }, { "version": "v2.6.1", "version_normalized": "2.6.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "1a086f853425b1f5349775ce57e45a772d2d2ba5" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/1a086f853425b1f5349775ce57e45a772d2d2ba5", "type": "zip", "shasum": "", "reference": "1a086f853425b1f5349775ce57e45a772d2d2ba5" }, "time": "2017-07-28T10:40:18+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.6.1" } }, { "version": "v2.6.0", "version_normalized": "2.6.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "498760e55195ccaf08076cb9100a2972ba74c001" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/498760e55195ccaf08076cb9100a2972ba74c001", "type": "zip", "shasum": "", "reference": "498760e55195ccaf08076cb9100a2972ba74c001" }, "time": "2017-07-23T01:02:22+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.6.0" } }, { "version": "v2.5.13", "version_normalized": "2.5.13.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "729340d8d1eec8f01bff708e12e449a3415af873" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/729340d8d1eec8f01bff708e12e449a3415af873", "type": "zip", "shasum": "", "reference": "729340d8d1eec8f01bff708e12e449a3415af873" }, "time": "2017-07-22T20:44:48+00:00", "extra": { "branch-alias": { "dev-master": "2.5.x-dev" } }, "require": { "php": ">=5.3.2", "doctrine/common": ">=2.4,<2.8-dev" }, "require-dev": { "phpunit/phpunit": "4.*", "symfony/console": "2.*||^3.0" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.5.13" } }, { "version": "v2.5.12", "version_normalized": "2.5.12.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/7b9e911f9d8b30d43b96853dab26898c710d8f44", "type": "zip", "shasum": "", "reference": "7b9e911f9d8b30d43b96853dab26898c710d8f44" }, "time": "2017-02-08T12:53:47+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.5.12" } }, { "version": "v2.5.11", "version_normalized": "2.5.11.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "1b1effbddbdc0f40d1c8f849f44bcddac4f52a48" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/1b1effbddbdc0f40d1c8f849f44bcddac4f52a48", "type": "zip", "shasum": "", "reference": "1b1effbddbdc0f40d1c8f849f44bcddac4f52a48" }, "time": "2017-02-04T21:20:13+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.5" } }, { "version": "v2.5.10", "version_normalized": "2.5.10.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/fc376f7a61498e18520cd6fa083752a4ca08072b", "type": "zip", "shasum": "", "reference": "fc376f7a61498e18520cd6fa083752a4ca08072b" }, "time": "2017-01-23T23:17:10+00:00" }, { "version": "v2.5.9", "version_normalized": "2.5.9.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "0d2f8187d4b4c7b72d8e2acba359e25c36feaf5e" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/0d2f8187d4b4c7b72d8e2acba359e25c36feaf5e", "type": "zip", "shasum": "", "reference": "0d2f8187d4b4c7b72d8e2acba359e25c36feaf5e" }, "time": "2017-01-19T13:27:33+00:00" }, { "version": "v2.5.8", "version_normalized": "2.5.8.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "6314d55f60f85f0295c90688397b75c13faf9f0e" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/6314d55f60f85f0295c90688397b75c13faf9f0e", "type": "zip", "shasum": "", "reference": "6314d55f60f85f0295c90688397b75c13faf9f0e" }, "time": "2017-01-17T17:48:38+00:00" }, { "version": "v2.5.7", "version_normalized": "2.5.7.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "3a351369582dade60c750e2cef540eb7b568e6b3" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/3a351369582dade60c750e2cef540eb7b568e6b3", "type": "zip", "shasum": "", "reference": "3a351369582dade60c750e2cef540eb7b568e6b3" }, "time": "2017-01-14T21:05:28+00:00" }, { "version": "v2.5.6", "version_normalized": "2.5.6.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "a526d0df58daa8ab6802244bf3227f532e0deb45" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/a526d0df58daa8ab6802244bf3227f532e0deb45", "type": "zip", "shasum": "", "reference": "a526d0df58daa8ab6802244bf3227f532e0deb45" }, "time": "2016-12-04T05:53:43+00:00" }, { "version": "v2.5.5", "version_normalized": "2.5.5.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", "type": "zip", "shasum": "", "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" }, "time": "2016-09-09T19:13:33+00:00", "require": { "php": ">=5.3.2", "doctrine/common": ">=2.4,<2.7-dev" } }, { "version": "v2.5.4", "version_normalized": "2.5.4.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", "type": "zip", "shasum": "", "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" }, "time": "2016-01-05T22:11:12+00:00", "require-dev": { "phpunit/phpunit": "4.*", "symfony/console": "2.*" }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.5.4" } }, { "version": "v2.5.3", "version_normalized": "2.5.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "2fbcea96eae34a53183377cdbb0b9bec33974648" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/2fbcea96eae34a53183377cdbb0b9bec33974648", "type": "zip", "shasum": "", "reference": "2fbcea96eae34a53183377cdbb0b9bec33974648" }, "time": "2015-12-25T16:28:24+00:00", "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.5.3" } }, { "version": "v2.5.2", "version_normalized": "2.5.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/01dbcbc5cd0a913d751418e635434a18a2f2a75c", "type": "zip", "shasum": "", "reference": "01dbcbc5cd0a913d751418e635434a18a2f2a75c" }, "time": "2015-09-16T16:29:33+00:00", "require": { "php": ">=5.3.2", "doctrine/common": ">=2.4,<2.6-dev" }, "support": { "source": "https://github.com/doctrine/dbal/tree/v2.5.2" } }, { "version": "v2.5.1", "version_normalized": "2.5.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "628c2256b646ae2417d44e063bce8aec5199d48d" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d", "type": "zip", "shasum": "", "reference": "628c2256b646ae2417d44e063bce8aec5199d48d" }, "time": "2015-01-12T21:52:47+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/v2.5.1" } }, { "version": "v2.5.0", "version_normalized": "2.5.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "71140662c0a954602e81271667b6e03d9f53ea34" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/71140662c0a954602e81271667b6e03d9f53ea34", "type": "zip", "shasum": "", "reference": "71140662c0a954602e81271667b6e03d9f53ea34" }, "time": "2014-12-04T21:57:15+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.5" } }, { "version": "v2.5.0-RC2", "version_normalized": "2.5.0.0-RC2", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "f7dbc5dfdefa1a2b536ee4c0bc3e98dab37e8b53" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/f7dbc5dfdefa1a2b536ee4c0bc3e98dab37e8b53", "type": "zip", "shasum": "", "reference": "f7dbc5dfdefa1a2b536ee4c0bc3e98dab37e8b53" }, "time": "2014-09-11T21:07:20+00:00", "require": { "php": ">=5.3.2", "doctrine/common": "2.4.*" }, "require-dev": { "phpunit/phpunit": "4.0.*", "symfony/console": "2.*" } }, { "version": "v2.5.0-RC1", "version_normalized": "2.5.0.0-RC1", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "22069a07a4127360ef3205eeafb51e366864489d" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/22069a07a4127360ef3205eeafb51e366864489d", "type": "zip", "shasum": "", "reference": "22069a07a4127360ef3205eeafb51e366864489d" }, "time": "2014-09-01T10:28:36+00:00" }, { "version": "v2.5.0-BETA3", "version_normalized": "2.5.0.0-beta3", "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/", "role": "Creator" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "812dd9dab5412f63d28da8b24868059f6dc45b56" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/812dd9dab5412f63d28da8b24868059f6dc45b56", "type": "zip", "shasum": "", "reference": "812dd9dab5412f63d28da8b24868059f6dc45b56" }, "time": "2014-02-16T21:34:25+00:00", "require-dev": { "phpunit/phpunit": "3.7.*", "symfony/console": "2.*" }, "suggest": { "symfony/console": "Allows use of the command line interface" }, "support": { "source": "https://github.com/doctrine/dbal/tree/v2.5.0-BETA3" }, "bin": "__unset" }, { "version": "v2.5.0-BETA2", "version_normalized": "2.5.0.0-beta2", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "ba9aa63e3bf8be398d02db34394b3db8302ae124" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/ba9aa63e3bf8be398d02db34394b3db8302ae124", "type": "zip", "shasum": "", "reference": "ba9aa63e3bf8be398d02db34394b3db8302ae124" }, "time": "2014-01-01T16:39:15+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/v2.5.0-BETA2" } }, { "version": "v2.4.5", "version_normalized": "2.4.5.0", "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16", "type": "zip", "shasum": "", "reference": "5a1f4bf34d61d997ccd9f0539fbc14c7a772aa16" }, "time": "2016-01-05T22:18:20+00:00", "require": { "php": ">=5.3.2", "doctrine/common": "~2.4" }, "require-dev": { "phpunit/phpunit": "3.7.*", "symfony/console": "~2.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/v2.4.5" }, "extra": "__unset" }, { "version": "v2.4.4", "version_normalized": "2.4.4.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/a370e5b95e509a7809d11f3d280acfc9310d464b", "type": "zip", "shasum": "", "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b" }, "time": "2015-01-12T21:57:01+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/v2.4.4" } }, { "version": "v2.4.3", "version_normalized": "2.4.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "0368bc031976126e5d36d37d2c56155092b6575b" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/0368bc031976126e5d36d37d2c56155092b6575b", "type": "zip", "shasum": "", "reference": "0368bc031976126e5d36d37d2c56155092b6575b" }, "time": "2014-10-16T11:56:49+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/v2.4.3" } }, { "version": "v2.4.2", "version_normalized": "2.4.2.0", "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/", "role": "Creator" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "fec965d330c958e175c39e61c3f6751955af32d0" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/fec965d330c958e175c39e61c3f6751955af32d0", "type": "zip", "shasum": "", "reference": "fec965d330c958e175c39e61c3f6751955af32d0" }, "time": "2014-01-01T16:43:57+00:00", "suggest": { "symfony/console": "Allows use of the command line interface" }, "support": { "source": "https://github.com/doctrine/dbal/tree/v2.4.2" } }, { "version": "v2.4.1", "version_normalized": "2.4.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "328357bd9eea9d671fe5fff0737f01953bfe66a0" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/328357bd9eea9d671fe5fff0737f01953bfe66a0", "type": "zip", "shasum": "", "reference": "328357bd9eea9d671fe5fff0737f01953bfe66a0" }, "time": "2013-11-12T12:38:28+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/v2.4.1" } }, { "version": "v2.4.0", "version_normalized": "2.4.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "3eb557f144ec41e6e84997e43acb1946c92fbc88" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/3eb557f144ec41e6e84997e43acb1946c92fbc88", "type": "zip", "shasum": "", "reference": "3eb557f144ec41e6e84997e43acb1946c92fbc88" }, "time": "2013-09-07T10:49:18+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/v2.4.0" } }, { "version": "2.4.0-RC2", "version_normalized": "2.4.0.0-RC2", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "3253f7a1c13a2177d925bd0f6ee8387c5dd9c57a" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/3253f7a1c13a2177d925bd0f6ee8387c5dd9c57a", "type": "zip", "shasum": "", "reference": "3253f7a1c13a2177d925bd0f6ee8387c5dd9c57a" }, "time": "2013-06-25T17:49:29+00:00", "extra": { "branch-alias": { "dev-master": "2.4.x-dev" } }, "require": { "php": ">=5.3.2", "doctrine/common": "2.4.*@beta" }, "require-dev": { "phpunit/phpunit": "3.7.*", "symfony/console": "2.*" }, "support": { "source": "https://github.com/doctrine/dbal/tree/master" } }, { "version": "2.4.0-RC1", "version_normalized": "2.4.0.0-RC1", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "c9615c43d81c69cc1f366ab9184305642a047685" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/c9615c43d81c69cc1f366ab9184305642a047685", "type": "zip", "shasum": "", "reference": "c9615c43d81c69cc1f366ab9184305642a047685" }, "time": "2013-05-27T19:17:11+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.4.0-RC1" } }, { "version": "2.4.0-BETA2", "version_normalized": "2.4.0.0-beta2", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "cb20a39058179b2ab054602dcef84ae67a9fb7f8" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/cb20a39058179b2ab054602dcef84ae67a9fb7f8", "type": "zip", "shasum": "", "reference": "cb20a39058179b2ab054602dcef84ae67a9fb7f8" }, "time": "2013-05-11T08:21:40+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/master" } }, { "version": "2.4.0-BETA1", "version_normalized": "2.4.0.0-beta1", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "38b1a340c5ec7c58be1883696c1f956bed5b7f0c" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/38b1a340c5ec7c58be1883696c1f956bed5b7f0c", "type": "zip", "shasum": "", "reference": "38b1a340c5ec7c58be1883696c1f956bed5b7f0c" }, "time": "2013-03-24T18:47:03+00:00", "require": { "php": ">=5.3.2", "doctrine/common": "2.4.x-dev" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "support": { "source": "https://github.com/doctrine/dbal/tree/2.4.0-BETA1" } }, { "version": "2.3.5", "version_normalized": "2.3.5.0", "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" } ], "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "d5067b0b7e5ef59ba165dcc116c539400bf957ff" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/d5067b0b7e5ef59ba165dcc116c539400bf957ff", "type": "zip", "shasum": "", "reference": "d5067b0b7e5ef59ba165dcc116c539400bf957ff" }, "time": "2014-09-15T11:44:29+00:00", "autoload": { "psr-0": { "Doctrine\\DBAL": "lib/" } }, "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "require": { "php": ">=5.3.2", "doctrine/common": ">=2.3.0,<2.5-dev" }, "support": { "source": "https://github.com/doctrine/dbal/tree/2.3" }, "require-dev": "__unset", "suggest": "__unset" }, { "version": "2.3.4", "version_normalized": "2.3.4.0", "authors": [ { "name": "Jonathan Wage", "email": "jonwage@gmail.com", "homepage": "http://www.jwage.com/", "role": "Creator" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com", "homepage": "http://www.instaclick.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" } ], "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "2a37b007dda8e21bdbb8fa445be8fa0064199e13" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/2a37b007dda8e21bdbb8fa445be8fa0064199e13", "type": "zip", "shasum": "", "reference": "2a37b007dda8e21bdbb8fa445be8fa0064199e13" }, "time": "2013-05-11T07:45:37+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.4" } }, { "version": "2.3.3", "version_normalized": "2.3.3.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "85e52224cb8489ba5f1f13e4b42e77980628fc43" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/85e52224cb8489ba5f1f13e4b42e77980628fc43", "type": "zip", "shasum": "", "reference": "85e52224cb8489ba5f1f13e4b42e77980628fc43" }, "time": "2013-03-24T19:16:29+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.3" } }, { "version": "2.3.2", "version_normalized": "2.3.2.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "e59abccfe82c7c36b6a6ca2b3e5e34ac70dee370" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/e59abccfe82c7c36b6a6ca2b3e5e34ac70dee370", "type": "zip", "shasum": "", "reference": "e59abccfe82c7c36b6a6ca2b3e5e34ac70dee370" }, "time": "2013-01-07T20:03:43+00:00", "require": { "php": ">=5.3.2", "doctrine/common": "2.3.*" }, "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.2" } }, { "version": "2.3.1", "version_normalized": "2.3.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "256a61096174eac3c3f5c5e1c219ff811b5bf8e6" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/256a61096174eac3c3f5c5e1c219ff811b5bf8e6", "type": "zip", "shasum": "", "reference": "256a61096174eac3c3f5c5e1c219ff811b5bf8e6" }, "time": "2012-12-04T21:06:56+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.1" } }, { "version": "2.3.0", "version_normalized": "2.3.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "30dc433ea08f4863479700492bdb70c3b06440bd" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/30dc433ea08f4863479700492bdb70c3b06440bd", "type": "zip", "shasum": "", "reference": "30dc433ea08f4863479700492bdb70c3b06440bd" }, "time": "2012-09-20T05:56:37+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.0" } }, { "version": "2.3.0-RC4", "version_normalized": "2.3.0.0-RC4", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "f760aa4f4dcbccacefc7e5cdc93f28b61581aaed" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/f760aa4f4dcbccacefc7e5cdc93f28b61581aaed", "type": "zip", "shasum": "", "reference": "f760aa4f4dcbccacefc7e5cdc93f28b61581aaed" }, "time": "2012-09-17T11:50:07+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.0-RC4" } }, { "version": "2.3.0-RC3", "version_normalized": "2.3.0.0-RC3", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "52675ebf7e8afe01af656cfbfe6bb1d7c40514a2" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/52675ebf7e8afe01af656cfbfe6bb1d7c40514a2", "type": "zip", "shasum": "", "reference": "52675ebf7e8afe01af656cfbfe6bb1d7c40514a2" }, "time": "2012-09-05T17:36:29+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.0-RC3" } }, { "version": "2.3.0-RC2", "version_normalized": "2.3.0.0-RC2", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "375506dfa70f82a32cefa293145ffdc652d79a45" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/375506dfa70f82a32cefa293145ffdc652d79a45", "type": "zip", "shasum": "", "reference": "375506dfa70f82a32cefa293145ffdc652d79a45" }, "time": "2012-08-29T14:08:48+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.0-RC2" } }, { "version": "2.3.0-RC1", "version_normalized": "2.3.0.0-RC1", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "a2da6c6f8a10f352976ff38a9643e538126b6f33" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/a2da6c6f8a10f352976ff38a9643e538126b6f33", "type": "zip", "shasum": "", "reference": "a2da6c6f8a10f352976ff38a9643e538126b6f33" }, "time": "2012-07-29T10:50:46+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.0-RC1" } }, { "version": "2.3.0-BETA1", "version_normalized": "2.3.0.0-beta1", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "5a2c14c8e5f2a240d35171819e88bb04ce11fd1e" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/5a2c14c8e5f2a240d35171819e88bb04ce11fd1e", "type": "zip", "shasum": "", "reference": "5a2c14c8e5f2a240d35171819e88bb04ce11fd1e" }, "time": "2012-07-16T13:14:05+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.3.0-BETA1" } }, { "version": "2.2.2", "version_normalized": "2.2.2.0", "license": [ "LGPL" ], "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "ee8f64111d03df2dbf3c106214514fce4a9857ab" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/ee8f64111d03df2dbf3c106214514fce4a9857ab", "type": "zip", "shasum": "", "reference": "ee8f64111d03df2dbf3c106214514fce4a9857ab" }, "time": "2012-04-13T07:56:12+00:00", "require": { "php": ">=5.3.2", "doctrine/common": ">=2.2.0,<=2.2.99" }, "support": { "source": "https://github.com/doctrine/dbal/tree/2.2.2" }, "extra": "__unset" }, { "version": "2.2.1", "version_normalized": "2.2.1.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "e01f7468d85167120afc8210b23123a2788fd3c3" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/e01f7468d85167120afc8210b23123a2788fd3c3", "type": "zip", "shasum": "", "reference": "e01f7468d85167120afc8210b23123a2788fd3c3" }, "time": "2012-01-29T14:19:29+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.2.1" } }, { "version": "2.2.0", "version_normalized": "2.2.0.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "32f5d4e1bbea493d8c5828f9d951e25420182e16" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/32f5d4e1bbea493d8c5828f9d951e25420182e16", "type": "zip", "shasum": "", "reference": "32f5d4e1bbea493d8c5828f9d951e25420182e16" }, "time": "2012-01-29T11:19:23+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.2.0" } }, { "version": "2.2.0-RC3", "version_normalized": "2.2.0.0-RC3", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "485ed6556520443b6ab024284e6992a84e64a40c" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/485ed6556520443b6ab024284e6992a84e64a40c", "type": "zip", "shasum": "", "reference": "485ed6556520443b6ab024284e6992a84e64a40c" }, "time": "2012-01-22T16:53:18+00:00", "require": { "php": ">=5.3.2", "doctrine/common": "2.*" }, "support": { "source": "https://github.com/doctrine/dbal/tree/2.2.0-RC3" } }, { "version": "2.2.0-RC2", "version_normalized": "2.2.0.0-RC2", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "62f87f681802651d7b374e609a8f0169cbcbe46d" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/62f87f681802651d7b374e609a8f0169cbcbe46d", "type": "zip", "shasum": "", "reference": "62f87f681802651d7b374e609a8f0169cbcbe46d" }, "time": "2012-01-22T12:47:15+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.2.0-RC2" } }, { "version": "2.2.0-RC1", "version_normalized": "2.2.0.0-RC1", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "201d7f37337b474a1c5cdfe34fd7b564dc15edab" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/201d7f37337b474a1c5cdfe34fd7b564dc15edab", "type": "zip", "shasum": "", "reference": "201d7f37337b474a1c5cdfe34fd7b564dc15edab" }, "time": "2012-01-16T12:47:22+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.2.0-RC1" } }, { "version": "2.2.0-BETA2", "version_normalized": "2.2.0.0-beta2", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "3dc1b22e12368bc3bd5aaa72a7d4f75f61273223" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/3dc1b22e12368bc3bd5aaa72a7d4f75f61273223", "type": "zip", "shasum": "", "reference": "3dc1b22e12368bc3bd5aaa72a7d4f75f61273223" }, "time": "2012-01-03T20:40:42+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.2.0-BETA2" } }, { "version": "2.2.0-beta1", "version_normalized": "2.2.0.0-beta1", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "29b714b7fe72641d749ae90324a5759853fe09b0" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/29b714b7fe72641d749ae90324a5759853fe09b0", "type": "zip", "shasum": "", "reference": "29b714b7fe72641d749ae90324a5759853fe09b0" }, "time": "2011-12-19T19:02:52+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.2.0-beta1" } }, { "version": "2.1.7", "version_normalized": "2.1.7.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "64650385987dee6be046b8fa2485ff4d7663f814" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/64650385987dee6be046b8fa2485ff4d7663f814", "type": "zip", "shasum": "", "reference": "64650385987dee6be046b8fa2485ff4d7663f814" }, "time": "2012-05-27T19:17:18+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.1.7" } }, { "version": "2.1.6", "version_normalized": "2.1.6.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "148a049df448af9772259e69a034e51c0c080805" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/148a049df448af9772259e69a034e51c0c080805", "type": "zip", "shasum": "", "reference": "148a049df448af9772259e69a034e51c0c080805" }, "time": "2012-01-29T16:45:37+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.1.6" } }, { "version": "2.1.5", "version_normalized": "2.1.5.0", "source": { "url": "https://github.com/doctrine/dbal.git", "type": "git", "reference": "ae358bd94ec09d7d3ad92ca7820e67825ad9e5f4" }, "dist": { "url": "https://api.github.com/repos/doctrine/dbal/zipball/ae358bd94ec09d7d3ad92ca7820e67825ad9e5f4", "type": "zip", "shasum": "", "reference": "ae358bd94ec09d7d3ad92ca7820e67825ad9e5f4" }, "time": "2011-11-21T14:56:03+00:00", "support": { "source": "https://github.com/doctrine/dbal/tree/2.1.5" } } ] }, "security-advisories": [ { "advisoryId": "PKSA-zr2w-r29k-4d9q", "affectedVersions": ">=3.0.0,<3.0.99|>=3.1.0,<3.1.4" }, { "advisoryId": "PKSA-1hnn-m3vz-cr6v", "affectedVersions": ">=2.0.0,<2.0.8|>=2.1.0,<2.1.2" } ] }