Skip to content

Commit e0569c1

Browse files
authored
Merge pull request #646 from greg0ire/fix-build
Fix build
2 parents 397c32b + d4068ec commit e0569c1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,18 @@
2525
"homepage": "https://www.doctrine-project.org",
2626
"require": {
2727
"php": "^7.2 || ^8.0",
28+
"doctrine/dbal": "^2 || ^3 || ^4",
2829
"doctrine/doctrine-bundle": "^2.4 || ^3.0",
2930
"doctrine/migrations": "^3.2",
31+
"psr/log": "^1 || ^2 || ^3",
32+
"symfony/config": "^5.4 || ^6.0 || ^7.0 || ^8.0",
33+
"symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
34+
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0 || ^8.0",
3035
"symfony/deprecation-contracts": "^2.1 || ^3",
3136
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0",
32-
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0"
37+
"symfony/http-foundation": "^5.4 || ^6.0 || ^7.0 || ^8.0",
38+
"symfony/http-kernel": "^5.4 || ^6.0 || ^7.0",
39+
"symfony/service-contracts": "^1.0 || ^2.0 || ^3.0"
3340
},
3441
"require-dev": {
3542
"composer/semver": "^3.0",

phpstan.neon.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
parameters:
22
level: 7
3-
phpVersion: 80400
3+
phpVersion: 80500
44
paths:
55
- src
66
- tests

0 commit comments

Comments
 (0)