Skip to content

Commit d94c8eb

Browse files
author
Cristoforo Cervino
committed
update to doctrine/orm 3.0
1 parent 4793bfa commit d94c8eb

File tree

7 files changed

+189
-202
lines changed

7 files changed

+189
-202
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,17 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^7.4 || ^8.0",
26-
"doctrine/orm": "^2.0 || ^3.0"
25+
"php": "^8.0",
26+
"doctrine/orm": "^3.0"
2727
},
2828
"require-dev": {
2929
"doctrine/doctrine-bundle": "^2.2",
3030
"roave/security-advisories": "dev-master",
3131
"phpunit/phpunit": "^9.5",
3232
"symfony/framework-bundle": "^4.4 | ^5.0 | ^6.0 | ^7.0",
33-
"symfony/yaml": "^5.2",
3433
"ext-json": "*",
3534
"friendsofphp/php-cs-fixer": "^3.58",
36-
"phpstan/phpstan": "^1.10",
35+
"phpstan/phpstan": "^1.11",
3736
"phpstan/phpstan-phpunit": "^1.3",
3837
"phpstan/extension-installer": "^1.3",
3938
"phpstan/phpstan-symfony": "^1.3"

phpstan.neon

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
parameters:
22
level: 8
3-
checkMissingIterableValueType: false
43
treatPhpDocTypesAsCertain: false
5-
checkGenericClassInNonGenericObjectType: false
64
ignoreErrors:
75
-
8-
identifier: missingType.iterableValue
9-
-
10-
identifier: missingType.generics
6+
identifier: missingType.iterableValue

0 commit comments

Comments
 (0)