File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 55 - composer install
66 - bash tests/install-tests.sh wordpress_test root '' 127.0.0.1 latest
77script :
8+ - vendor/bin/phpcs --standard=vendor/humanmade/coding-standards .
89 - phpunit
Original file line number Diff line number Diff line change 11{
2- "name" : " wp-api/oauth2" ,
3- "description" : " OAuth 2 Server for WordPress" ,
4- "type" : " wordpress-plugin" ,
5- "license" : " GPL2+" ,
6- "authors" : [
7- {
8- "name" : " WP-API Team" ,
9- "homepage" : " http://wp-api.org/"
10- }
11- ]
2+ "name" : " wp-api/oauth2" ,
3+ "description" : " OAuth 2 Server for WordPress" ,
4+ "type" : " wordpress-plugin" ,
5+ "license" : " GPL2+" ,
6+ "authors" : [
7+ {
8+ "name" : " WP-API Team" ,
9+ "homepage" : " http://wp-api.org/"
10+ }
11+ ],
12+ "require-dev" : {
13+ "humanmade/coding-standards" : " dev-master"
14+ }
1215}
You can’t perform that action at this time.
0 commit comments