Skip to content

Commit 77ef1af

Browse files
authored
Drop dependabot, pin CI tooling (#54)
1 parent d841aad commit 77ef1af

File tree

2 files changed

+14
-27
lines changed

2 files changed

+14
-27
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

composer.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
"require-dev": {
1212
"doctrine/dbal": "^4.0",
1313
"doctrine/event-manager": "^2.0",
14-
"editorconfig-checker/editorconfig-checker": "^10.6.0",
15-
"ergebnis/composer-normalize": "^2.43.0",
16-
"phpstan/phpstan": "^1.12.5",
17-
"phpstan/phpstan-phpunit": "^1.4.0",
18-
"phpstan/phpstan-strict-rules": "^1.6.0",
19-
"phpunit/phpunit": "^10.5.24",
20-
"shipmonk/composer-dependency-analyser": "^1.5.3",
21-
"shipmonk/phpstan-rules": "^3.0",
22-
"slevomat/coding-standard": "^8.15.0"
14+
"editorconfig-checker/editorconfig-checker": "10.6.0",
15+
"ergebnis/composer-normalize": "2.44.0",
16+
"phpstan/phpstan": "1.12.6",
17+
"phpstan/phpstan-phpunit": "1.4.0",
18+
"phpstan/phpstan-strict-rules": "1.6.1",
19+
"phpunit/phpunit": "10.5.36",
20+
"shipmonk/composer-dependency-analyser": "1.7.0",
21+
"shipmonk/phpstan-rules": "3.2.1",
22+
"slevomat/coding-standard": "8.15.0"
2323
},
2424
"autoload": {
2525
"psr-4": {
@@ -48,12 +48,15 @@
4848
"@check:tests",
4949
"@check:dependencies"
5050
],
51-
"check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock",
51+
"check:composer": [
52+
"composer normalize --dry-run --no-check-lock --no-update-lock",
53+
"composer validate --strict"
54+
],
5255
"check:cs": "phpcs",
5356
"check:dependencies": "composer-dependency-analyser",
5457
"check:ec": "ec src tests",
5558
"check:tests": "phpunit tests",
56-
"check:types": "phpstan analyse -vvv",
59+
"check:types": "phpstan analyse --ansi -vv",
5760
"fix:cs": "phpcbf"
5861
}
5962
}

0 commit comments

Comments
 (0)