fix: library update
... | ... | @@ -7,14 +7,14 @@ |
} | ||
], | ||
"require": { | ||
"php": ">=5.5", | ||
"php": ">=7.2 | ^8", | ||
"psr/log": "^1.0.1", | ||
"wpdesk/wp-cache": "^1.1", | ||
"wpdesk/wp-http-client": "^1.0", | ||
"wpdesk/wp-http-client": "^1.0.5", | ||
"psr/simple-cache": "^1.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<7", | ||
"phpunit/phpunit": "^8 || ^9", | ||
"wp-coding-standards/wpcs": "^0.14.1", | ||
"squizlabs/php_codesniffer": "^3.0.2", | ||
"mockery/mockery": "*", | ||
... | ... |
Please register or sign in to comment