FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wordpress-develop/composer.json at master · matjack1/wordpress-develop · GitHub
matjack1
/
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
21 lines (21 loc) · 720 Bytes
Breadcrumbs
wordpress-develop
/
composer.json
Copy path
File metadata and controls
21 lines (21 loc) · 720 Bytes
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
{
"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-dev"
: {
"dealerdirect/phpcodesniffer-composer-installer"
:
"
^0.4.4
"
,
"squizlabs/php_codesniffer"
:
"
^3.2.3
"
,
"wp-coding-standards/wpcs"
:
"
dev-feature/new-multi-line-comment-formatting-sniffs
"
},
"scripts"
: {
"format"
:
"
phpcbf --standard=phpcs.xml.dist --report-summary --report-source
"
,
"lint"
:
"
phpcs --standard=phpcs.xml.dist --report-summary --report-source
"
}
}
Back
|
FazBrowse Home
|
New Git URL