We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b283e commit 3dc8399Copy full SHA for 3dc8399
composer.json
@@ -2,7 +2,7 @@
2
"name": "dwnload/wp-rest-api-object-cache",
3
"description": "Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.",
4
"type": "wordpress-plugin",
5
- "version": "1.2.3",
+ "version": "1.3.0",
6
"license": "MIT",
7
"authors": [
8
{
@@ -14,7 +14,7 @@
14
],
15
"require": {
16
"composer/installers": "~1.0",
17
- "thefrosty/wp-utilities": "^1.1.3",
+ "thefrosty/wp-utilities": "^1.2.2",
18
"php": ">=7.0.4"
19
},
20
"require-dev": {
@@ -30,8 +30,7 @@
30
"autoload": {
31
"psr-4": {
32
"Dwnload\\WpRestApi\\": "src"
33
- },
34
- "files": ["helpers.php"]
+ }
35
36
"autoload-dev": {
37
0 commit comments