Skip to content

Commit

Permalink
issue #140 - compatibility doctrine/dbal:^4
Browse files Browse the repository at this point in the history
  • Loading branch information
pounard committed Apr 18, 2024
1 parent 12a72db commit 1e45f2e
Show file tree
Hide file tree
Showing 37 changed files with 542 additions and 789 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Next

* [feature] ⭐️ Add Doctrine DBAL 4.0 compatibility (#140).
* [internal] Use `makinacorpus/query-builder` schema manager for DDL alteration (#140).
* [internal] Raised `makinacorpus/query-builder` dependency to version 1.4.0 (#140).

## 1.1.0

* [feature] ⭐️ Add DateAnonymizer (#32)
Expand Down Expand Up @@ -43,4 +49,4 @@

## 1.0.0

Initial release.
Initial release.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"require": {
"php": ">=8.1",
"doctrine/doctrine-bundle": "^2.10.0",
"doctrine/orm": "^2.15",
"makinacorpus/query-builder": "^1.2.0",
"makinacorpus/query-builder": "^1.5.1",
"symfony/config": "^6.0|^7.0",
"symfony/console": "^6.0|^7.0",
"symfony/dependency-injection": "^6.0|^7.0",
Expand All @@ -27,6 +26,7 @@
"symfony/yaml": "^6.0|^7.0"
},
"require-dev": {
"doctrine/orm": "^2.15|^3.0",
"friendsofphp/php-cs-fixer": "^3.34",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^10.4",
Expand Down
Loading

0 comments on commit 1e45f2e

Please sign in to comment.