Switch to very specific version of Doctrine DBAL library.

This commit is contained in:
Buster "Silver Eagle" Neece 2018-03-21 11:06:55 -05:00
parent 2b44796fdf
commit 8ac6f440be
2 changed files with 15 additions and 13 deletions

View File

@ -11,7 +11,7 @@
"zendframework/zend-paginator": "^2.7",
"zendframework/zend-config": "^3.1.0",
"doctrine/orm": "~2.6",
"doctrine/dbal": "dev-master",
"doctrine/dbal": "dev-master#298c9140ac5ba8e1fadd09dd4e91e4145d357cb9",
"doctrine/migrations": "^1.5",
"jdorn/sql-formatter": "^1.2",
"packaged/helpers": "^1.5",

26
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "7e537024f92a04af2a7b16b96c87a742",
"content-hash": "7a5cffa2872e72ab445519551660a431",
"packages": [
{
"name": "azuracast/azuraforms",
@ -422,12 +422,12 @@
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "94afff5f0a45fb3f422e475c3882e4e5b8e9395c"
"reference": "298c9140ac5ba8e1fadd09dd4e91e4145d357cb9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/94afff5f0a45fb3f422e475c3882e4e5b8e9395c",
"reference": "94afff5f0a45fb3f422e475c3882e4e5b8e9395c",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/298c9140ac5ba8e1fadd09dd4e91e4145d357cb9",
"reference": "298c9140ac5ba8e1fadd09dd4e91e4145d357cb9",
"shasum": ""
},
"require": {
@ -2503,12 +2503,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "1b2f1f59ff8fc933e4d61ee45214ff3228e20c75"
"reference": "6da6150c9fb568739c8508a9859e9d5d7a5e99e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/1b2f1f59ff8fc933e4d61ee45214ff3228e20c75",
"reference": "1b2f1f59ff8fc933e4d61ee45214ff3228e20c75",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6da6150c9fb568739c8508a9859e9d5d7a5e99e9",
"reference": "6da6150c9fb568739c8508a9859e9d5d7a5e99e9",
"shasum": ""
},
"conflict": {
@ -2581,7 +2581,7 @@
"simplesamlphp/simplesamlphp": "<1.15.2",
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
"socalnick/scn-social-auth": "<1.15.2",
"squizlabs/php_codesniffer": ">=1,<2.8.1",
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
"stormpath/sdk": ">=0,<9.9.99",
"swiftmailer/swiftmailer": ">=4,<5.4.5",
"symfony/dependency-injection": ">=2,<2.0.17",
@ -2602,7 +2602,7 @@
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
"thelia/thelia": ">=2.1.0-beta1,<2.1.3|>=2.1,<2.1.2",
"thelia/thelia": ">=2.1,<2.1.2|>=2.1.0-beta1,<2.1.3",
"titon/framework": ">=0,<9.9.99",
"twig/twig": "<1.20",
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.22|>=8,<8.7.5",
@ -2610,11 +2610,13 @@
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
"willdurand/js-translation-bundle": "<2.1.1",
"yiisoft/yii": ">=1.1.14,<1.1.15",
"yiisoft/yii2": "<2.0.14",
"yiisoft/yii2": "<2.0.15",
"yiisoft/yii2-bootstrap": "<2.0.4",
"yiisoft/yii2-dev": "<2.0.14",
"yiisoft/yii2-dev": "<2.0.15",
"yiisoft/yii2-elasticsearch": "<2.0.5",
"yiisoft/yii2-gii": "<2.0.4",
"yiisoft/yii2-jui": "<2.0.4",
"yiisoft/yii2-redis": "<2.0.8",
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
@ -2652,7 +2654,7 @@
}
],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
"time": "2018-03-15T17:53:05+00:00"
"time": "2018-03-20T15:54:02+00:00"
},
{
"name": "slim/slim",