File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 42
42
php-version : " ${{ matrix.php-version }}"
43
43
ini-values : error_reporting=-1, display_errors=On, zend.assertions=1
44
44
45
- - name : " Reset composer platform"
46
- if : matrix.php-version == '7.4'
47
- run : " composer config --unset platform"
48
-
49
45
- name : " Install dependencies"
50
46
uses : " ramsey/composer-install@v3"
51
47
with :
@@ -155,10 +151,6 @@ jobs:
155
151
extensions : mbstring
156
152
ini-values : error_reporting=-1, display_errors=On, zend.assertions=1
157
153
158
- - name : " Reset composer platform"
159
- if : matrix.php-version == '7.4' || matrix.php-version == '8.0'
160
- run : " composer config --unset platform"
161
-
162
154
- name : " Install dependencies"
163
155
uses : " ramsey/composer-install@v3"
164
156
with :
Original file line number Diff line number Diff line change 8
8
"prefer-stable" : true ,
9
9
"config" : {
10
10
"bin-dir" : " bin" ,
11
- "platform" : {
12
- "php" : " 8.1.0"
13
- },
14
11
"allow-plugins" : {
15
12
"dealerdirect/phpcodesniffer-composer-installer" : true
16
13
}
24
21
"require-dev" : {
25
22
"phing/phing" : " 3.0.1" ,
26
23
"php-parallel-lint/php-parallel-lint" : " 1.4.0" ,
27
- "phpstan/phpstan" : " 2.1.2 " ,
24
+ "phpstan/phpstan" : " 2.1.3 " ,
28
25
"phpstan/phpstan-deprecation-rules" : " 2.0.1" ,
29
26
"phpstan/phpstan-phpunit" : " 2.0.4" ,
30
27
"phpstan/phpstan-strict-rules" : " 2.0.3" ,
31
- "phpunit/phpunit" : " 9.6.8|10.5.44 |11.4.3 |11.5.6"
28
+ "phpunit/phpunit" : " 9.6.8|10.5.45 |11.4.4 |11.5.6|12.0.2 "
32
29
},
33
30
"autoload" : {
34
31
"psr-4" : {
You can’t perform that action at this time.
0 commit comments