Skip to content
Snippets Groups Projects
Commit 70dffd7d authored by Piotr Potrebka's avatar Piotr Potrebka
Browse files

fix: library update

parent e5382713
No related branches found
No related tags found
No related merge requests found
Pipeline #426870 passed with stages
in 40 seconds
= 1.1 - 2024-10-08 =
* Library update
= 1.0 - 2019-01-31 = = 1.0 - 2019-01-31 =
* First release * First release
...@@ -7,14 +7,14 @@ ...@@ -7,14 +7,14 @@
} }
], ],
"require": { "require": {
"php": ">=5.5", "php": ">=7.2 | ^8",
"psr/log": "^1.0.1", "psr/log": "^1.0.1",
"wpdesk/wp-cache": "^1.1", "wpdesk/wp-cache": "^1.1",
"wpdesk/wp-http-client": "^1.0", "wpdesk/wp-http-client": "^1.0.5",
"psr/simple-cache": "^1.0" "psr/simple-cache": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "<7", "phpunit/phpunit": "^8 || ^9",
"wp-coding-standards/wpcs": "^0.14.1", "wp-coding-standards/wpcs": "^0.14.1",
"squizlabs/php_codesniffer": "^3.0.2", "squizlabs/php_codesniffer": "^3.0.2",
"mockery/mockery": "*", "mockery/mockery": "*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment