File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
"require" : {
22
22
"php" : " >=8.0.2" ,
23
23
"ext-json" : " *" ,
24
- "symfony/dependency-injection" : " ^ 6.0"
24
+ "symfony/dependency-injection" : " >= 6.0 <6.3 "
25
25
},
26
26
"require-dev" : {
27
27
"phpstan/phpstan" : " ^1.6" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
build :
6
6
context : .
7
7
args :
8
- PHP_VERSION : 8.0
8
+ PHP_VERSION : " 8.0"
9
9
environment :
10
10
PHP_IDE_CONFIG : " serverName=symfony-di-proxy"
11
11
volumes :
@@ -15,7 +15,7 @@ services:
15
15
build :
16
16
context : .
17
17
args :
18
- PHP_VERSION : 8.1
18
+ PHP_VERSION : " 8.1"
19
19
environment :
20
20
PHP_IDE_CONFIG : " serverName=symfony-di-proxy"
21
21
volumes :
@@ -25,7 +25,7 @@ services:
25
25
build :
26
26
context : .
27
27
args :
28
- PHP_VERSION : 8.2
28
+ PHP_VERSION : " 8.2"
29
29
environment :
30
30
PHP_IDE_CONFIG : " serverName=symfony-di-proxy"
31
31
volumes :
You can’t perform that action at this time.
0 commit comments