Skip to content

Commit 28550d2

Browse files
authored
Merge pull request #93 from noplanman/php8
PHP8 compatibility
2 parents 4937fbc + 24b351d commit 28550d2

File tree

3 files changed

+153
-16
lines changed

3 files changed

+153
-16
lines changed

lib/schemas/config-validation.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"errorMessage": "wp.port is not a number"
3434
},
3535
"phpVersion": {
36-
"type": "number",
37-
"errorMessage": "wp.phpVersion is not a number"
36+
"type": ["number", "string"],
37+
"errorMessage": "wp.phpVersion is not a number or string"
3838
},
3939
"phpMemoryLimit": {
4040
"type": "string",

plugin/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "wordpress-plugin",
55
"license": "MIT",
66
"require": {
7-
"fzaninotto/faker": "^1.9"
7+
"fakerphp/faker": "^1.19"
88
},
99
"autoload": {
1010
"psr-4": {

plugin/composer.lock

+150-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)