Skip to content

Commit eefdfb9

Browse files
committed
Add phpcs as dev dependency, bump version
1 parent 8d97c30 commit eefdfb9

File tree

3 files changed

+461
-346
lines changed

3 files changed

+461
-346
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/fabianmichael/kirby-template-attributes",
55
"license": "MIT",
66
"type": "kirby-plugin",
7-
"version": "2.0.0",
7+
"version": "2.1.0",
88
"authors": [
99
{
1010
"name": "Fabian Michael",
@@ -16,7 +16,8 @@
1616
"phpunit/phpunit": "^9",
1717
"phpmd/phpmd" : "@stable",
1818
"vimeo/psalm": "^5.1",
19-
"getkirby/cms": "^4.0.0"
19+
"getkirby/cms": "^4.0.0",
20+
"squizlabs/php_codesniffer": "^3.9"
2021
},
2122
"require": {
2223
"getkirby/composer-installer": "^1.2"

0 commit comments

Comments
 (0)