Skip to content

Commit 7fc82cd

Browse files
committed
Remove deprecated phploc static analysis tool.
1 parent cb3974e commit 7fc82cd

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/test_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: composer install --no-interaction
117117

118118
- name: Update PHPUnit for Code Coverage
119-
run: composer require phpunit/phpunit:^9.5 phploc/phploc:* sebastian/version:* --with-all-dependencies
119+
run: composer require phpunit/phpunit:^9.5 sebastian/version:* --with-all-dependencies
120120

121121
- name: PHP Lint
122122
run: ./vendor/bin/parallel-lint src tests

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.PHONY : lint tests style phpstan phpmd report coverage
1+
.PHONY : lint tests style phpstan phpmd coverage
22

3-
all : lint tests style phpstan report
3+
all : lint tests style phpstan
44

55
tests :
66
vendor/bin/phpunit tests/ --configuration=tests/phpunit.xml
@@ -19,6 +19,3 @@ phpmd :
1919

2020
coverage :
2121
vendor/bin/phpunit tests/ --configuration=tests/phpunit.xml --coverage-text=php://stdout
22-
23-
report :
24-
vendor/bin/phploc src/

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"squizlabs/php_codesniffer": "3.*",
1818
"phpstan/phpstan": "^1.10",
1919
"phpmd/phpmd": "^2.6",
20-
"phploc/phploc": "*",
2120
"php-parallel-lint/php-parallel-lint": "^1.2"
2221
},
2322
"autoload-dev": {

0 commit comments

Comments
 (0)