Skip to content

Commit 03b504d

Browse files
committed
Sync with template
1 parent dc463f7 commit 03b504d

File tree

23 files changed

+1284
-7138
lines changed

23 files changed

+1284
-7138
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
on:
2+
workflow_dispatch: ~
23
push:
34
branches: ['main', '*.*.x']
45
pull_request: ~

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.1",
17+
"php": "^8.2",
1818
"phpstan/phpdoc-parser": "^2.1",
1919
"typhoon/type": "^0.5@dev"
2020
},
2121
"require-dev": {
2222
"bamarni/composer-bin-plugin": "^1.8.2",
23-
"phpunit/phpunit": "^10.5.45",
24-
"symfony/var-dumper": "^6.4.18 || ^7.2.3"
23+
"phpunit/phpunit": "^10.5.58",
24+
"symfony/var-dumper": "^6.4.18 || ^7.3.5"
2525
},
2626
"autoload": {
2727
"psr-4": {
@@ -39,7 +39,7 @@
3939
},
4040
"bump-after-update": "dev",
4141
"platform": {
42-
"php": "8.1"
42+
"php": "8.2"
4343
},
4444
"sort-packages": true
4545
},
@@ -51,14 +51,14 @@
5151
}
5252
},
5353
"scripts": {
54-
"check-require": "tools/composer-require-checker/vendor/bin/composer-require-checker",
55-
"check-unused": "tools/composer-unused/vendor/bin/composer-unused",
54+
"analyse-deps": "tools/composer-dependency-analyser/vendor/bin/composer-dependency-analyser",
5655
"fixcs": "tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --diff --verbose",
5756
"infection": "tools/infection/vendor/bin/infection --show-mutations",
5857
"normalize": "@composer bin composer-normalize normalize --diff ../../composer.json",
5958
"phpstan": "tools/phpstan/vendor/bin/phpstan analyze",
6059
"pre-command-run": "mkdir -p var",
6160
"psalm": "tools/psalm/vendor/bin/psalm --show-info --no-diff --no-cache",
61+
"rector": "tools/rector/vendor/bin/rector process",
6262
"test": "phpunit"
6363
}
6464
}

0 commit comments

Comments
 (0)