-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c73f48f
commit 972b194
Showing
3 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"name": "cloudflare/wordpress-plugin", | ||
"description": "A CloudFlare plugin for WordPress", | ||
"license": "BSD-3-Clause", | ||
"version": "1.0.0", | ||
"scripts": { | ||
"test": "vendor/bin/phpunit", | ||
"format": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php,live.php src/" | ||
}, | ||
"require": { | ||
"symfony/yaml": "~2.6", | ||
"guzzlehttp/guzzle": "~5.3", | ||
"cloudflare/cloudflare-plugin-backend": "^1.0", | ||
"cloudflare/cf-ip-rewrite": "^1.0.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "4.8.*", | ||
"squizlabs/php_codesniffer": "2.*", | ||
"johnkary/phpunit-speedtrap": "^1.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"CF\\": "src/" | ||
} | ||
} | ||
} | ||
"name": "cloudflare/wordpress-plugin", | ||
"license": "BSD-3-Clause", | ||
"require": { | ||
"cloudflare/cloudflare-plugin-backend": "^1.0", | ||
"cloudflare/cf-ip-rewrite": "^1.0.0", | ||
"symfony/yaml": "~2.6", | ||
"guzzlehttp/guzzle": "~5.3" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"CF\\": "src/" | ||
} | ||
}, | ||
"version": "1.0.2-beta", | ||
"scripts": { | ||
"test": "vendor/bin/phpunit", | ||
"format": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php,live.php src/" | ||
}, | ||
"require-dev": { | ||
"squizlabs/php_codesniffer": "2.*", | ||
"johnkary/phpunit-speedtrap": "^1.0", | ||
"phpunit/phpunit": "4.8.*" | ||
}, | ||
"description": "A CloudFlare plugin for WordPress" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters