Skip to content

Commit b03321e

Browse files
committed
inform users about maintenance mode and syde/phpcs
1 parent a8d0c51 commit b03321e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66

77
---
88

9+
> [!IMPORTANT]
10+
> Development on this package has shifted to maintenance mode. We remain committed to fixing bugs, ensuring compatibility, and addressing security concerns, but new features are not planned at this time. For active projects, we recommend migrating to [`syde/phpcs`](https://github.com/inpsyde/phpcs), the next-generation Syde PHP Coding Standards, supporting PHP 8.1+.
11+
12+
---
13+
914
# Usage
1015

1116
When the package is installed via Composer, and dependencies are updated, everything is ready and

Diff for: composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,8 @@
8080
"composer/*": true,
8181
"dealerdirect/phpcodesniffer-composer-installer": true
8282
}
83+
},
84+
"suggest": {
85+
"syde/phpcs": "The next-generation Syde PHP Coding Standards for WordPress development at scale, supporting PHP 8.1+."
8386
}
8487
}

0 commit comments

Comments
 (0)