Skip to content

Commit 03de353

Browse files
authored
php 8.4 support (#7)
1 parent c3699c7 commit 03de353

File tree

2 files changed

+931
-581
lines changed

2 files changed

+931
-581
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
"php": "^8.2",
1818
"larastan/larastan": "^3.0",
1919
"tightenco/tlint": "^9.5",
20-
"phpmd/phpmd": "^2.15",
20+
"phpmd/phpmd": "^3.x-dev",
2121
"symplify/easy-coding-standard": "^12.5",
2222
"slevomat/coding-standard": "^8.0",
2323
"phpstan/phpstan-mockery": "^2.0",
24-
"mockery/mockery": "^1.6"
24+
"mockery/mockery": "^1.6",
25+
"squizlabs/php_codesniffer": "3.13.2"
2526
},
2627
"autoload": {
2728
"psr-4": {
@@ -35,6 +36,6 @@
3536
"allow-plugins": {
3637
"dealerdirect/phpcodesniffer-composer-installer": true
3738
}
38-
}
39+
},
40+
"minimum-stability": "dev"
3941
}
40-

0 commit comments

Comments
 (0)