Skip to content

Commit

Permalink
Doctrine Instantiator 2.0 is not compatible with php 8.0
Browse files Browse the repository at this point in the history
Signed-off-by: guido <[email protected]>
  • Loading branch information
widoz committed Nov 14, 2024
1 parent 98cbd94 commit f630e00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"require": {
"php": ">=8.0"
},
"conflict": {
"doctrine/instantiator": ">=2.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
"brain/monkey": "^2",
Expand Down

0 comments on commit f630e00

Please sign in to comment.