File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
uses : actions/checkout@v4
17
17
18
18
- name : Pull in optional dependencies
19
- run : composer require --no-update jean-beru/fos-http-cache-cloudfront twig/twig symfony/console
20
-
19
+ run : composer require --no-update jean-beru/fos-http-cache-cloudfront twig/twig symfony/console phpstan/phpstan-symfony
20
+
21
21
- name : PHPStan
22
22
uses : docker://oskarstark/phpstan-ga
23
23
with :
Original file line number Diff line number Diff line change 57
57
"symfony/routing" : " ^6.4 || ^7.0" ,
58
58
"matthiasnoback/symfony-config-test" : " ^4.3.0 || ^5.1" ,
59
59
"matthiasnoback/symfony-dependency-injection-test" : " ^4.3.1 || ^5.0" ,
60
- "phpstan/phpstan" : " ^1.10 " ,
61
- "phpstan/phpstan-symfony" : " ^1.3 " ,
62
- "phpstan/extension-installer" : " ^1.3 " ,
60
+ "phpstan/phpstan" : " ^2 " ,
61
+ "phpstan/phpstan-symfony" : " ^2 " ,
62
+ "phpstan/extension-installer" : " ^1.4 " ,
63
63
"jean-beru/fos-http-cache-cloudfront" : " ^1.1" ,
64
64
"friendsofphp/php-cs-fixer" : " ^3.54"
65
65
},
You can’t perform that action at this time.
0 commit comments