Skip to content

Commit cb3ce4c

Browse files
committed
tidy up
1 parent b878fb4 commit cb3ce4c

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
name: 'Tests'
3737
run: vendor/bin/phpunit
3838

39-
-
40-
name: 'Check Active Classes'
41-
run: vendor/bin/class-leak check src --ansi --skip-suffix "TypeExtension"
42-
4339
name: ${{ matrix.actions.name }}
4440
runs-on: ubuntu-latest
4541

composer.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
"phpstan/phpstan": "^2.0"
99
},
1010
"require-dev": {
11-
"illuminate/container": "^10.39",
12-
"phpstan/extension-installer": "^1.3",
13-
"phpunit/phpunit": "^10.3",
11+
"illuminate/container": "^11.0",
12+
"phpstan/extension-installer": "^1.4",
13+
"phpunit/phpunit": "^11.4",
1414
"rector/rector": "^2.0",
1515
"symfony/dependency-injection": "^6.4",
1616
"symfony/finder": "^6.2",
1717
"symplify/easy-coding-standard": "^12.0",
18-
"symplify/phpstan-rules": "^14.0",
19-
"tomasvotruba/class-leak": "^1.1.2",
18+
"symplify/phpstan-rules": "^14.1",
2019
"tracy/tracy": "^2.9"
2120
},
2221
"autoload": {
@@ -41,12 +40,10 @@
4140
},
4241
"scripts": {
4342
"check-cs": "vendor/bin/ecs check --ansi",
44-
"fix-cs": "vendor/bin/ecs check --fix --ansi",
45-
"phpstan": "vendor/bin/phpstan analyse --ansi --error-format symplify",
43+
"fix-cs": "vendor/bin/ecs check --fix",
44+
"phpstan": "vendor/bin/phpstan analyse",
4645
"rector": "vendor/bin/rector process --dry-run --ansi"
4746
},
48-
"minimum-stability": "dev",
49-
"prefer-stable": true,
5047
"config": {
5148
"sort-packages": true,
5249
"platform-check": false,

0 commit comments

Comments
 (0)