Skip to content

Commit ce37af4

Browse files
authored
Update symfony/finder in dev tools (#714)
1 parent bd19797 commit ce37af4

File tree

2 files changed

+101
-59
lines changed

2 files changed

+101
-59
lines changed

.dev-tools/composer.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"require": {
33
"php": "^8.1",
4-
"ergebnis/composer-normalize": "^2.18.0",
4+
"ergebnis/composer-normalize": "^2.22.0",
55
"infection/infection": "^0.25.5",
66
"kubawerlos/composer-smaller-lock": "^1.0.0",
77
"kubawerlos/php-cs-fixer-config": "^3.6.0",
@@ -14,14 +14,22 @@
1414
"phpstan/phpstan-phpunit": "^1.0.0",
1515
"phpstan/phpstan-strict-rules": "^1.1.0",
1616
"squizlabs/php_codesniffer": "^3.6.2",
17-
"symfony/finder": "^5.4.0",
18-
"vimeo/psalm": "^4.15.0"
17+
"vimeo/psalm": "^4.16.1"
1918
},
2019
"autoload": {
2120
"psr-4": {
2221
"PhpCsFixerCustomFixers\\": "../src"
2322
}
2423
},
24+
"config": {
25+
"allow-plugins": {
26+
"composer/package-versions-deprecated": false,
27+
"ergebnis/composer-normalize": true,
28+
"infection/extension-installer": false,
29+
"kubawerlos/composer-smaller-lock": true,
30+
"phpstan/extension-installer": true
31+
}
32+
},
2533
"scripts": {
2634
"analyse": [
2735
"./check_file_permissions.sh",

.dev-tools/composer.lock

Lines changed: 90 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)