-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (19 loc) · 923 Bytes
/
composer.json
File metadata and controls
21 lines (19 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"require": {
"php": ">= 7.4"
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "1.4.0"
},
"scripts": {
"test": "parallel-lint --exclude vendor/ .",
"deps": [
"curl -O -q --output-dir themes/jquery/lib/typesense-minibar 'https://raw.githubusercontent.com/jquery/typesense-minibar/1.3.4/{typesense-minibar.css,typesense-minibar.js,LICENSE.txt}'",
"curl -q https://raw.githubusercontent.com/jquery/typesense-minibar/1.3.4/typesense-minibar-foot.css >> themes/jquery/lib/typesense-minibar/typesense-minibar.css",
"curl -O -q --output-dir plugins/memcached 'https://raw.githubusercontent.com/Automattic/wp-memcached/35e1ea16f6b8cb8a1e6fbca124e33a44db21fa74/{object-cache.php,readme.txt,LICENSE}'",
"git rm -rf plugins/disable-emojis/",
"curl -s 'https://downloads.wordpress.org/plugin/disable-emojis.1.7.7.zip' | tar -xv -C plugins/",
"git add plugins/disable-emojis/"
]
}
}