Skip to content

Commit 42bdf66

Browse files
committed
Updated dependencies
1 parent ca4c747 commit 42bdf66

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ jobs:
4242
php-version: "${{ matrix.php-version }}"
4343
ini-values: error_reporting=-1, display_errors=On, zend.assertions=1
4444

45-
- name: "Reset composer platform"
46-
if: matrix.php-version == '7.4'
47-
run: "composer config --unset platform"
48-
4945
- name: "Install dependencies"
5046
uses: "ramsey/composer-install@v3"
5147
with:
@@ -155,10 +151,6 @@ jobs:
155151
extensions: mbstring
156152
ini-values: error_reporting=-1, display_errors=On, zend.assertions=1
157153

158-
- name: "Reset composer platform"
159-
if: matrix.php-version == '7.4' || matrix.php-version == '8.0'
160-
run: "composer config --unset platform"
161-
162154
- name: "Install dependencies"
163155
uses: "ramsey/composer-install@v3"
164156
with:

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"prefer-stable": true,
99
"config": {
1010
"bin-dir": "bin",
11-
"platform": {
12-
"php": "8.1.0"
13-
},
1411
"allow-plugins": {
1512
"dealerdirect/phpcodesniffer-composer-installer": true
1613
}
@@ -24,11 +21,11 @@
2421
"require-dev": {
2522
"phing/phing": "3.0.1",
2623
"php-parallel-lint/php-parallel-lint": "1.4.0",
27-
"phpstan/phpstan": "2.1.2",
24+
"phpstan/phpstan": "2.1.3",
2825
"phpstan/phpstan-deprecation-rules": "2.0.1",
2926
"phpstan/phpstan-phpunit": "2.0.4",
3027
"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"
3229
},
3330
"autoload": {
3431
"psr-4": {

0 commit comments

Comments
 (0)