FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wordpress-develop/composer.json at trunk · ankitrox/wordpress-develop · GitHub
ankitrox
/
wordpress-develop
Public
forked from
WordPress/wordpress-develop
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
wordpress-develop
/
composer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 1.09 KB
Breadcrumbs
wordpress-develop
/
composer.json
Copy path
File metadata and controls
34 lines (34 loc) · 1.09 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name"
:
"
wordpress/wordpress
"
,
"license"
:
"
GPL-2.0-or-later
"
,
"description"
:
"
WordPress is open source software you can use to create a beautiful website, blog, or app.
"
,
"homepage"
:
"
https://wordpress.org
"
,
"keywords"
: [
"
blog
"
,
"
cms
"
,
"
wordpress
"
,
"
wp
"
],
"support"
: {
"issues"
:
"
https://core.trac.wordpress.org/
"
},
"require"
: {
"php"
:
"
>=5.6
"
},
"require-dev"
: {
"dealerdirect/phpcodesniffer-composer-installer"
:
"
^0.7.0
"
,
"squizlabs/php_codesniffer"
:
"
3.6.0
"
,
"wp-coding-standards/wpcs"
:
"
~2.3.0
"
,
"phpcompatibility/phpcompatibility-wp"
:
"
~2.1.3
"
,
"yoast/phpunit-polyfills"
:
"
^1.0.1
"
},
"config"
: {
"allow-plugins"
: {
"dealerdirect/phpcodesniffer-composer-installer"
:
true
}
},
"scripts"
: {
"compat"
:
"
@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --standard=phpcompat.xml.dist --report=summary,source
"
,
"format"
:
"
@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source
"
,
"lint"
:
"
@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source
"
,
"lint:errors"
:
"
@lint -n
"
,
"test"
:
"
@php ./vendor/phpunit/phpunit/phpunit
"
}
}
Back
|
FazBrowse Home
|
New Git URL