Skip to content

Commit

Permalink
Merge pull request #629 from wp-media/branch-2.11
Browse files Browse the repository at this point in the history
2.11
  • Loading branch information
remyperona authored Dec 14, 2017
2 parents 77bb1ef + bbc8335 commit 0d60c8e
Show file tree
Hide file tree
Showing 1,538 changed files with 170,279 additions and 26,139 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ Feel free to check out our [public roadmap](https://trello.com/b/CrUcz6Jy/wp-roc

Visit [wp-media.me](https://wp-media.me/?utm_source=github&utm_medium=wp_rocket_profile).

We also make other plugins that help speed up and secure WordPress websites. Check out:
We also make other plugins that help speed up WordPress websites. Check out:

* [Imagify](https://imagify.io): it's a great WordPress plugin to optimize your images and speed up your website.
* [SecuPress](https://secupress.me): get peace of mind by securing your WordPress website against various security threats.

## Special thanks

Expand Down
41 changes: 41 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "wp-media/wp-rocket",
"description": "Performance optimization plugin for WordPress",
"keywords": [
"wordpress",
"cache",
"minification",
"lazyload"
],
"homepage": "https://wp-rocket.me",
"license": "GPL-2.0+",
"authors": [
{
"name": "WP Media",
"email": "[email protected]",
"homepage": "https://wp-media.me"
}
],
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/wp-media/wp-rocket/issues",
"source": "https://github.com/wp-media/wp-rocket"
},
"require": {
"matthiasmullie/minify": "1.3.*",
"jamesryanbell/cloudflare": "^1.11",
"a5hleyrich/wp-background-processing": "^1.0"
},
"autoload": {
"classmap": [
"inc/classes",
"inc/vendors/classes"
]
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.1",
"wimg/php-compatibility": "^8.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"wp-coding-standards/wpcs": "^0.14.0"
}
}
Loading

0 comments on commit 0d60c8e

Please sign in to comment.