Skip to content

Commit 3dc8399

Browse files
committed
Version bump thefrosty/wp-utilities and remove helpers.php.
1 parent 03b283e commit 3dc8399

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dwnload/wp-rest-api-object-cache",
33
"description": "Enable object caching for WordPress' REST API. Aids in increased response times of your applications endpoints.",
44
"type": "wordpress-plugin",
5-
"version": "1.2.3",
5+
"version": "1.3.0",
66
"license": "MIT",
77
"authors": [
88
{
@@ -14,7 +14,7 @@
1414
],
1515
"require": {
1616
"composer/installers": "~1.0",
17-
"thefrosty/wp-utilities": "^1.1.3",
17+
"thefrosty/wp-utilities": "^1.2.2",
1818
"php": ">=7.0.4"
1919
},
2020
"require-dev": {
@@ -30,8 +30,7 @@
3030
"autoload": {
3131
"psr-4": {
3232
"Dwnload\\WpRestApi\\": "src"
33-
},
34-
"files": ["helpers.php"]
33+
}
3534
},
3635
"autoload-dev": {
3736
"psr-4": {

0 commit comments

Comments
 (0)