Add php reqs
This commit is contained in:
@ -18,6 +18,9 @@
|
|||||||
"GPL-3.0-or-later"
|
"GPL-3.0-or-later"
|
||||||
],
|
],
|
||||||
"type": "wordpress-plugin",
|
"type": "wordpress-plugin",
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.4.30"
|
||||||
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"composer/installers": "1.9.0",
|
"composer/installers": "1.9.0",
|
||||||
"phpunit/phpunit": "^11.5.0",
|
"phpunit/phpunit": "^11.5.0",
|
||||||
@ -34,6 +37,7 @@
|
|||||||
"archive": {
|
"archive": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"tests",
|
"tests",
|
||||||
|
"bin",
|
||||||
"phpunit.xml.dist",
|
"phpunit.xml.dist",
|
||||||
"composer.lock",
|
"composer.lock",
|
||||||
".phpcs.xml.dist",
|
".phpcs.xml.dist",
|
||||||
|
Reference in New Issue
Block a user