Verified Commit de369285 authored by Lee Rowlands's avatar Lee Rowlands Committed by Lee Rowlands
Browse files

Issue #3276403 by larowlan: Update to a maintained and supported version DBAL

parent bdb99635
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
    "description": "Provides a Doctrine/DBAL connection from your Database connection settings.",
    "type": "drupal-module",
    "require": {
        "doctrine/dbal": "^2.5"
        "doctrine/dbal": "^2.5 || ^ 3.0"
    },
    "license": "GPL2+",
    "authors": [
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ class DbalConnectionKernelTest extends KernelTestBase {
  /**
   * {@inheritdoc}
   */
  public function setUp() {
  public function setUp(): void {
    parent::setUp();
    // We use the semaphore table, which is created by acquiring a lock.
    $this->container->get('lock.persistent')->acquire('dbal_test');