Skip to content

Commit

Permalink
feat: run tests with ORM v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored and ostrolucky committed Dec 25, 2021
1 parent 6ac3cc6 commit e651ab6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"doctrine/orm": "^2.9",
"doctrine/orm": "^2.9 || ^3.0",
"friendsofphp/proxy-manager-lts": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
"psalm/plugin-phpunit": "^0.16.1",
Expand All @@ -59,7 +59,11 @@
"vimeo/psalm": "^4.7"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"conflict": {
"doctrine/orm": "<2.9",
Expand Down

0 comments on commit e651ab6

Please sign in to comment.