Skip to content

Commit

Permalink
Update dependency version in composer.json (#578)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Spomky committed Mar 23, 2024
1 parent 6ca04bd commit df74709
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ on:
jobs:
mutation_testing:
name: "5️⃣ Mutation Testing"
needs:
- "byte_level"
- "syntax_errors"
runs-on: "ubuntu-latest"
steps:
- name: "Set up PHP"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"symfony/security-bundle": "Symfony firewall using a JSON API (perfect for script applications)"
},
"require-dev": {
"doctrine/dbal": "^3.8|4.0",
"doctrine/dbal": "^3.8|^4.0",
"doctrine/doctrine-bundle": "^2.11",
"doctrine/orm": "^2.14|^3.0",
"doctrine/persistence": "^3.1",
Expand Down

0 comments on commit df74709

Please sign in to comment.