support older style php version check

This commit is contained in:
Robin Appelman 2024-07-18 18:36:19 +02:00
commit ddbeff6b7a
5 changed files with 26 additions and 9 deletions

View file

@ -82,5 +82,10 @@ Maximum supported server version, as a single-item list
Minimum supported server version, as a single-item list
## Building
- `npm ci`
- `./node_modules/.bin/ncc build src/action.js -o dist`
## License
[MIT License](LICENSE.md)