Skip to content

Commit d1a2046

Browse files
committed
Add missing phpstan-phpunit; this should fix the recognition of mock-objects
1 parent 9e91590 commit d1a2046

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php-version: ['8.2', '8.3', '8.4', '8.5']
2222

23-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].4
23+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].5
2424
with:
2525
php-version: ${{ matrix.php-version }}
2626

@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131

32-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].4
32+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].5
3333
with:
3434
enable_eslinter: false
3535
enable_jsonlinter: true

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,17 @@
2424
"php": "^8.2",
2525
"ext-curl": "*",
2626

27+
"icanhazstring/composer-unused": "^0.9",
28+
"maglnet/composer-require-checker": "^4",
2729
"phpstan/extension-installer": "^1.4",
2830
"phpstan/phpstan": "^2.1",
2931
"phpstan/phpstan-mockery": "^2.0",
32+
"phpstan/phpstan-phpunit": "^2.0",
3033
"phpunit/phpunit": "^11.5 || ^12.3",
3134
"psr/log": "^3.0",
3235
"slevomat/coding-standard": "^8.20",
3336
"squizlabs/php_codesniffer": "^3.13 || ^4.0",
34-
"symfony/phpunit-bridge": "^7.3 || ^8.0",
35-
"maglnet/composer-require-checker": "^4",
36-
"icanhazstring/composer-unused": "^0.9"
37+
"symfony/phpunit-bridge": "^7.3 || ^8.0"
3738
},
3839
"require-dev": {
3940
"simplesamlphp/simplesamlphp": "^2.4"

0 commit comments

Comments
 (0)