File tree 3 files changed +7
-11
lines changed
3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 34
34
deprecation : max[direct]=0
35
35
36
36
# symfony version
37
- - php : 8.3
38
- symfony : ' ^5.4'
39
37
- php : 8.3
40
38
symfony : ' ^6.4'
41
39
- php : 8.3
Original file line number Diff line number Diff line change @@ -25,15 +25,13 @@ class NotifyDeploymentCommand extends Command
25
25
public const EXIT_UNAUTHORIZED = 2 ;
26
26
public const EXIT_HTTP_ERROR = 3 ;
27
27
28
- protected static $ defaultName = 'newrelic:notify-deployment ' ;
29
-
30
28
private $ newrelic ;
31
29
32
30
public function __construct (Config $ newrelic )
33
31
{
34
32
$ this ->newrelic = $ newrelic ;
35
33
36
- parent ::__construct ();
34
+ parent ::__construct (' newrelic:notify-deployment ' );
37
35
}
38
36
39
37
protected function configure (): void
Original file line number Diff line number Diff line change 14
14
],
15
15
"require" : {
16
16
"php" : " ^8.1" ,
17
- "symfony/config" : " ^5.4|^ 6.4|^7.0" ,
18
- "symfony/console" : " ^5.4|^ 6.4|^7.0" ,
19
- "symfony/dependency-injection" : " ^5.4|^ 6.4|^7.0" ,
20
- "symfony/event-dispatcher" : " ^5.4|^ 6.4|^7.0" ,
21
- "symfony/http-kernel" : " ^5.4|^ 6.4|^7.0" ,
17
+ "symfony/config" : " ^6.4|^7.0" ,
18
+ "symfony/console" : " ^6.4|^7.0" ,
19
+ "symfony/dependency-injection" : " ^6.4|^7.0" ,
20
+ "symfony/event-dispatcher" : " ^6.4|^7.0" ,
21
+ "symfony/http-kernel" : " ^6.4|^7.0" ,
22
22
"monolog/monolog" : " ^3.0"
23
23
},
24
24
"require-dev" : {
25
25
"matthiasnoback/symfony-dependency-injection-test" : " ^4.3|^5.1" ,
26
- "symfony/framework-bundle" : " ^5.4|^ 6.4|^7.0" ,
26
+ "symfony/framework-bundle" : " ^6.4|^7.0" ,
27
27
"symfony/phpunit-bridge" : " ^5.3|^6.0|^7.0" ,
28
28
"twig/twig" : " ^1.32|^2.4|^3.0" ,
29
29
"symfony/monolog-bundle" : " ^3.10"
You can’t perform that action at this time.
0 commit comments