Skip to content

Commit 90c40a7

Browse files
committed
Not compatible with symfony/dependency-injection v6.3
1 parent fa3dec4 commit 90c40a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": ">=8.0.2",
2323
"ext-json": "*",
24-
"symfony/dependency-injection": "^6.0"
24+
"symfony/dependency-injection": ">=6.0 <6.3"
2525
},
2626
"require-dev": {
2727
"phpstan/phpstan": "^1.6",

docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build:
66
context: .
77
args:
8-
PHP_VERSION: 8.0
8+
PHP_VERSION: "8.0"
99
environment:
1010
PHP_IDE_CONFIG: "serverName=symfony-di-proxy"
1111
volumes:
@@ -15,7 +15,7 @@ services:
1515
build:
1616
context: .
1717
args:
18-
PHP_VERSION: 8.1
18+
PHP_VERSION: "8.1"
1919
environment:
2020
PHP_IDE_CONFIG: "serverName=symfony-di-proxy"
2121
volumes:
@@ -25,7 +25,7 @@ services:
2525
build:
2626
context: .
2727
args:
28-
PHP_VERSION: 8.2
28+
PHP_VERSION: "8.2"
2929
environment:
3030
PHP_IDE_CONFIG: "serverName=symfony-di-proxy"
3131
volumes:

0 commit comments

Comments
 (0)