Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867)

Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0.
<details>
<summary>Release notes</summary>

*Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).*

> # Release v2.9.0
> 
> [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal)
> 
> This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months.
> 
> This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases.
> 
> ## Backwards Compatibility Breaks
> 
> This doesn't contain any intentional Backwards Compatibility (BC) breaks.
> 
> ## Deprecations
> 
> * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead.
> * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed.
> * It's not recommended to rely on the string representation of `Type` objects.
> * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible.
> * Calling `Statement::fetchColumn()` with an invalid column index is deprecated.
> * The `dbal:import` CLI command is deprecated. Please use other database client applications for import.
> 
> Please see details in the [UPGRADE.md](UPGRADE.md) documentation.
> 
> ## New Features
> 
> * Added support for MariaDB 10.3.
> * Added support for Windows authentication for SQL Server.
> * Added support for column length in index definitions on MySQL.
> 
> ## Improvements and Fixes
> 
> * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver.
> * Implemented handling BLOB objects represented as streams in the IBM DB2 driver.
> * DBAL is now continuously tested with the PDO driver for Oracle.
> * Implemented handling of URLs in master-slave and pooling-shard connection configuration.
> * The codebase is now fully compatible with the Doctrine Coding Standard v5.0.
> 
> Total issues resolved: **45**
> 
> **Deprecations:**
> 
> - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov)
> - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov)
> - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578)
> - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578)
> - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov)
> - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov)
> 
> **New Features:**
> 
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>

- [`21fdabe`](21fdabe2fc) Release v2.9.0
- [`8c0bf79`](8c0bf7983c) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8
- [`f7b4177`](f7b4177854) Travis CI tests on MySQL 8.0
- [`2179996`](2179996d6a) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294
- [`b1afc40`](b1afc40d1d) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found
- [`2e4588b`](2e4588be6d) Disabled and reworked some tests
- [`b3b0d31`](b3b0d3111b) Added PDO_OCI configuration for ContinuousPHP
- [`0b0015e`](0b0015e613) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358
- [`e7cc1bd`](e7cc1bdada) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b...
- [`1a2b9aa`](1a2b9aaca8) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27
- Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

</details>
This commit is contained in:
dependabot[bot] 2018-12-05 11:03:36 +01:00 committed by Phan An
parent 693149a74b
commit 28c1534472

29
composer.lock generated
View file

@ -274,16 +274,16 @@
},
{
"name": "doctrine/dbal",
"version": "v2.8.0",
"version": "v2.9.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621"
"reference": "21fdabe2fc01e004e1966f200d900554876bc63c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621",
"reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/21fdabe2fc01e004e1966f200d900554876bc63c",
"reference": "21fdabe2fc01e004e1966f200d900554876bc63c",
"shasum": ""
},
"require": {
@ -293,11 +293,10 @@
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"doctrine/coding-standard": "^5.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",
"phpunit/phpunit": "^7.4",
"symfony/console": "^2.0.5|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
},
@ -310,13 +309,13 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev",
"dev-master": "2.9.x-dev",
"dev-develop": "3.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\DBAL\\": "lib/"
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -341,15 +340,19 @@
"email": "jonwage@gmail.com"
}
],
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
"keywords": [
"abstraction",
"database",
"dbal",
"mysql",
"persistence",
"pgsql",
"php",
"queryobject"
],
"time": "2018-07-13T03:16:35+00:00"
"time": "2018-12-04T04:39:48+00:00"
},
{
"name": "doctrine/event-manager",