Skip to content

Commit 03c4de3

Browse files
authored
Merge pull request #103 from inpsyde/maintenance-mode
Maintenance Mode and syde/phpcs
2 parents a8d0c51 + 2b27e3f commit 03c4de3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66

77
---
88

9+
> [!IMPORTANT]
10+
> Please note that development on **this package has shifted to maintenance mode** only. We remain committed to fixing bugs, ensuring compatibility, and addressing security concerns **until July 31, 2025**. New features are not planned at this time. Maintenance mode will end on August 1, 2025, effectively marking the End-of-Life date of this package.
11+
>
12+
> For active projects, we **strongly recommend migrating to [`syde/phpcs`](https://github.com/inpsyde/phpcs)**, the next-generation Syde PHP Coding Standards for WordPress development at scale, supporting PHP 8.1+. Please refer to the dedicated [Migration](https://github.com/inpsyde/phpcs/blob/main/docs/Migration.md) docs to get a high-level understanding of the potential migration effort.
13+
14+
---
15+
916
# Usage
1017

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

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)