Skip to content

Commit

Permalink
Merge pull request #21 from rokka-io/refactor-stack-prefix
Browse files Browse the repository at this point in the history
Refactor stack prefix
  • Loading branch information
tschortsch authored Sep 20, 2017
2 parents 117922b + 7633b99 commit 1b2b1a3
Show file tree
Hide file tree
Showing 14 changed files with 263 additions and 271 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This WordPress plugin integrates the rokka image service. All images from your i
### Requirements

* Node.js >=7.10.0 (https://nodejs.org/)
* gettext (https://www.gnu.org/software/gettext/)

### Installation

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"email": "[email protected]"
},
"require": {
"rokka/client": "^0.8.0"
"rokka/client": "^0.10.0"
},
"config": {
"bin-dir": "bin"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8",
"wp-coding-standards/wpcs": "^0.11.0",
"squizlabs/php_codesniffer": "^3.1",
"wp-coding-standards/wpcs": "^0.13.1",
"phpunit/phpunit": "^5.7"
}
}
Loading

0 comments on commit 1b2b1a3

Please sign in to comment.