Skip to content

Commit df74709

Browse files
authored
Update dependency version in composer.json (#578)
Update dependency version in composer.json The Doctrine DBAL version requirement in the composer.json file has been updated. The previous requirement "^3.8|4.0" was altered to correct syntax as "^3.8|^4.0". This change ensures compatibility with both version >3.8.0 and 4.0.0 of this package.
1 parent 6ca04bd commit df74709

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/infection.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ on:
1010
jobs:
1111
mutation_testing:
1212
name: "5️⃣ Mutation Testing"
13-
needs:
14-
- "byte_level"
15-
- "syntax_errors"
1613
runs-on: "ubuntu-latest"
1714
steps:
1815
- name: "Set up PHP"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"symfony/security-bundle": "Symfony firewall using a JSON API (perfect for script applications)"
9595
},
9696
"require-dev": {
97-
"doctrine/dbal": "^3.8|4.0",
97+
"doctrine/dbal": "^3.8|^4.0",
9898
"doctrine/doctrine-bundle": "^2.11",
9999
"doctrine/orm": "^2.14|^3.0",
100100
"doctrine/persistence": "^3.1",

0 commit comments

Comments
 (0)