Skip to content

Commit 637b0db

Browse files
committed
Allow plugins, update locked deps
Signed-off-by: George Steel <[email protected]>
1 parent f78d746 commit 637b0db

File tree

2 files changed

+604
-485
lines changed

2 files changed

+604
-485
lines changed

composer.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,26 @@
1515
"sort-packages": true,
1616
"platform": {
1717
"php": "7.4.99"
18+
},
19+
"allow-plugins": {
20+
"dealerdirect/phpcodesniffer-composer-installer": true
1821
}
1922
},
2023
"extra": {
2124
},
2225
"require": {
2326
"php": "^7.4 || ~8.0.0 || ~8.1.0",
2427
"laminas/laminas-config-aggregator": "^1.1",
25-
"laminas/laminas-stdlib": "^3.1",
28+
"laminas/laminas-stdlib": "^3.10.1",
2629
"symfony/dependency-injection": "^5.4 || ^6.0"
2730
},
2831
"require-dev": {
2932
"dms/phpunit-arraysubset-asserts": "^0.2.1",
3033
"laminas/laminas-coding-standard": "^2.3",
31-
"laminas/laminas-config": "^3.1",
34+
"laminas/laminas-config": "^3.7.0",
3235
"phpunit/phpunit": "^9.5",
33-
"psalm/plugin-phpunit": "^0.16.0",
34-
"vimeo/psalm": "^4.7"
36+
"psalm/plugin-phpunit": "^0.17.0",
37+
"vimeo/psalm": "^4.24.0"
3538
},
3639
"autoload": {
3740
"psr-4": {

0 commit comments

Comments
 (0)