Skip to content

Commit eb2bbd9

Browse files
authored
Remove a few more unnecessary bits
1 parent 2f57ad8 commit eb2bbd9

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/quality-assurance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
php-version: ${{ matrix.php }}
2020
coverage: xdebug
21-
- run: composer install --no-progress ${{ matrix.composer-flags }}
21+
- run: composer install --no-progress
2222
- run: vendor/bin/phpunit ${{ matrix.phpunit-flags }}
2323
phpstan:
2424
name: PHPStan checks on ${{ matrix.php }}
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
php-version: ${{ matrix.php }}
3535
coverage: none
36-
- run: composer install --no-progress ${{ matrix.composer-flags }}
36+
- run: composer install --no-progress
3737
- run: composer phpstan
3838
cs:
3939
name: Code Style checks on ${{ matrix.php }}

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
vendor
33
build
44
composer.lock
5-
6-
.idea
7-
*.iml

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"require-dev": {
77
"friendsofphp/php-cs-fixer": "^v3.87.1",
88
"php-cs-fixer/shim": "^3.85",
9-
"phpmetrics/phpmetrics": "^2.9",
109
"phpstan/phpstan": "^2.1.11",
1110
"phpunit/phpunit": "^11.1.0"
1211
},

0 commit comments

Comments
 (0)