Skip to content

Commit

Permalink
fix: be able to use it with orm 4.3 (#33)
Browse files Browse the repository at this point in the history
* fix: be able to use it with orm 4.3

* add changelog line
  • Loading branch information
Simperfit authored Oct 24, 2022
1 parent fb6b47f commit 07966e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ master
* Add Composer keyword for asking user to add this package to require-dev instead of require
* Fix tests by changing MethodReflection to expected ExtendedMethodRepository
* Remove sonata-project/datagrid-bundle dependency
* Bump sonata-project/doctrine-orm-admin-bundle to 4.3


v1.0.0
------
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"php": "^7.3 || ^8.0",
"phpstan/phpstan": "^1.0",
"sonata-project/admin-bundle": "^3.107 || ^4.20",
"sonata-project/doctrine-orm-admin-bundle": "^3.6"
"sonata-project/doctrine-orm-admin-bundle": "^3.6 || ^4.3"
},
"require-dev": {
"nikic/php-parser": "^4.3",
Expand Down

0 comments on commit 07966e8

Please sign in to comment.