Skip to content

Commit

Permalink
Not compatible with symfony/dependency-injection v6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Sep 10, 2023
1 parent fa3dec4 commit 90c40a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": ">=8.0.2",
"ext-json": "*",
"symfony/dependency-injection": "^6.0"
"symfony/dependency-injection": ">=6.0 <6.3"
},
"require-dev": {
"phpstan/phpstan": "^1.6",
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: .
args:
PHP_VERSION: 8.0
PHP_VERSION: "8.0"
environment:
PHP_IDE_CONFIG: "serverName=symfony-di-proxy"
volumes:
Expand All @@ -15,7 +15,7 @@ services:
build:
context: .
args:
PHP_VERSION: 8.1
PHP_VERSION: "8.1"
environment:
PHP_IDE_CONFIG: "serverName=symfony-di-proxy"
volumes:
Expand All @@ -25,7 +25,7 @@ services:
build:
context: .
args:
PHP_VERSION: 8.2
PHP_VERSION: "8.2"
environment:
PHP_IDE_CONFIG: "serverName=symfony-di-proxy"
volumes:
Expand Down

0 comments on commit 90c40a7

Please sign in to comment.