File tree 7 files changed +10
-12
lines changed
7 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 34
34
tools : composer:v2
35
35
36
36
- name : Install Composer dependencies (highest)
37
- uses : ramsey/composer-install@v2
37
+ uses : ramsey/composer-install@v3
38
38
with :
39
39
dependency-versions : highest
40
40
Original file line number Diff line number Diff line change 34
34
tools : composer:v2
35
35
36
36
- name : Install Composer dependencies (highest)
37
- uses : ramsey/composer-install@v2
37
+ uses : ramsey/composer-install@v3
38
38
with :
39
39
dependency-versions : highest
40
40
58
58
tools : composer:v2
59
59
60
60
- name : Install Composer dependencies (highest)
61
- uses : ramsey/composer-install@v2
61
+ uses : ramsey/composer-install@v3
62
62
with :
63
63
dependency-versions : highest
64
64
82
82
tools : composer:v2
83
83
84
84
- name : Install Composer dependencies (highest)
85
- uses : ramsey/composer-install@v2
85
+ uses : ramsey/composer-install@v3
86
86
with :
87
87
dependency-versions : highest
88
88
Original file line number Diff line number Diff line change 60
60
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
61
61
62
62
- name : Install Composer dependencies (${{ matrix.dependencies }})
63
- uses : ramsey/composer-install@v2
63
+ uses : ramsey/composer-install@v3
64
64
with :
65
65
dependency-versions : ${{ matrix.dependencies }}
66
66
@@ -113,7 +113,7 @@ jobs:
113
113
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
114
114
115
115
- name : Install Composer dependencies (${{ matrix.dependencies }})
116
- uses : ramsey/composer-install@v2
116
+ uses : ramsey/composer-install@v3
117
117
with :
118
118
dependency-versions : ${{ matrix.dependencies }}
119
119
Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
83
83
run : composer require ${{ matrix.variant }} --no-update
84
84
85
85
- name : Install Composer dependencies (${{ matrix.dependencies }})
86
- uses : ramsey/composer-install@v2
86
+ uses : ramsey/composer-install@v3
87
87
with :
88
88
dependency-versions : ${{ matrix.dependencies }}
89
89
90
90
- name : Run Tests with coverage
91
91
run : make coverage
92
92
93
93
- name : Send coverage to Codecov
94
- uses : codecov/codecov-action@v3
94
+ uses : codecov/codecov-action@v4
95
95
with :
96
96
files : build/logs/clover.xml
Original file line number Diff line number Diff line change 37
37
"phpunit/phpunit" : " ^9.5.13" ,
38
38
"psalm/plugin-phpunit" : " ^0.18" ,
39
39
"psalm/plugin-symfony" : " ^5.0" ,
40
- "rector/rector" : " ^0.19 " ,
40
+ "rector/rector" : " ^1.1 " ,
41
41
"symfony/browser-kit" : " ^5.4 || ^6.2 || ^7.0" ,
42
42
"symfony/cache" : " ^5.4 || ^6.2 || ^7.0" ,
43
43
"symfony/filesystem" : " ^5.4 || ^6.2 || ^7.0" ,
Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ public function __construct(
81
81
82
82
/**
83
83
* @return void
84
- *
85
- * @phpstan-ignore-next-line https://github.com/phpstan/phpstan-doctrine/pull/560
86
84
*/
87
85
#[\ReturnTypeWillChange]
88
86
public function add (mixed $ element )
Original file line number Diff line number Diff line change 15
15
16
16
use Symfony \Component \Config \FileLocator ;
17
17
use Symfony \Component \DependencyInjection \ContainerBuilder ;
18
+ use Symfony \Component \DependencyInjection \Extension \Extension ;
18
19
use Symfony \Component \DependencyInjection \Loader \PhpFileLoader ;
19
- use Symfony \Component \HttpKernel \DependencyInjection \Extension ;
20
20
21
21
class SimpleThingsEntityAuditExtension extends Extension
22
22
{
You can’t perform that action at this time.
0 commit comments