forked from WordPress/better-code-editing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 852 Bytes
/
composer.json
File metadata and controls
26 lines (26 loc) · 852 Bytes
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
{
"name": "wordpress/better-code-editing",
"version": "0.7.0",
"description": "Adding CodeMirror functionality to the Plugin and Theme file editors, as well as the Customizer Custom CSS box and Custom HTML widget.",
"homepage": "https://github.com/WordPress/better-code-editing/",
"type": "wordpress-plugin",
"license": "GPL-2.0",
"repositories": [
{
"type": "git",
"url": "https://github.com/WordPress/better-code-editing.git"
}
],
"require": {
"php": ">=5.2"
},
"require-dev": {
"wp-coding-standards/wpcs": "*",
"wimg/php-compatibility": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.2"
},
"dist": {
"url": "https://downloads.wordpress.org/plugin/better-code-editing.zip",
"type": "zip"
}
}