Skip to content

Commit 843929f

Browse files
committed
update: Validator's sub-repo config files.
1 parent 14d31de commit 843929f

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

composer.json

+20-11
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,33 @@
1313
"bank-card"
1414
],
1515
"license": "GPL-3.0-or-later",
16-
"autoload": {
17-
"psr-4": {
18-
"TheWebSolver\\Codegarage\\": "Src/"
19-
}
20-
},
2116
"authors": [
2217
{
2318
"name": "Shesh Ghimire",
2419
"email": "[email protected]"
2520
}
2621
],
27-
"minimum-stability": "dev",
28-
"prefer-stable": true,
22+
"autoload": {
23+
"psr-4": {
24+
"TheWebSolver\\Codegarage\\": "Src/"
25+
}
26+
},
2927
"require": {
30-
"php": ">=8.2.0"
28+
"php": ">=8.2"
3129
},
3230
"require-dev": {
33-
"phpunit/phpunit": "^9.6",
34-
"phpstan/phpstan": "^1.11"
35-
}
31+
"phpunit/phpunit": "^11.5",
32+
"phpstan/phpstan": "^2.1",
33+
"squizlabs/php_codesniffer": "^3.11",
34+
"phpcompatibility/php-compatibility": "^9.3",
35+
"phpcompatibility/phpcompatibility-wp": "^2.1",
36+
"wp-coding-standards/wpcs": "^3.1"
37+
},
38+
"config": {
39+
"allow-plugins": {
40+
"dealerdirect/phpcodesniffer-composer-installer": true
41+
}
42+
},
43+
"minimum-stability": "dev",
44+
"prefer-stable": true
3645
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)