Skip to content

Commit

Permalink
Merge pull request #269 from MidnightDesign/move-doctrine-persistence…
Browse files Browse the repository at this point in the history
…-to-dev-deps

Move doctrine/persistence to dev dependencies
  • Loading branch information
driehle authored Nov 7, 2022
2 parents 67a5d4f + d95421e commit 124c9e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"doctrine/doctrine-module": "^5.2.1",
"doctrine/event-manager": "^1.1.1",
"doctrine/mongodb-odm": "^2.3.2",
"doctrine/persistence": "^2.4.0",
"laminas/laminas-eventmanager": "^3.4.0",
"laminas/laminas-modulemanager": "^2.11.0",
"laminas/laminas-mvc": "^3.3.3",
Expand All @@ -63,6 +62,7 @@
},
"require-dev": {
"doctrine/coding-standard": "^9.0.0",
"doctrine/persistence": "^2.4.0 || ^3.0.0",
"jangregor/phpstan-prophecy": "^1.0.0",
"laminas/laminas-db": "^2.13.4",
"laminas/laminas-developer-tools": "^2.3.0",
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ parameters:
paths:
- src
- tests
ignoreErrors:
- '#Method class@anonymous/tests/Assets/CustomRepositoryFactory.*has parameter.*with no type specified#'
includes:
- vendor/jangregor/phpstan-prophecy/extension.neon

0 comments on commit 124c9e3

Please sign in to comment.