forked from pantheon-systems/terminus-build-tools-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 944 Bytes
/
composer.json
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
{
"name": "coderkakarrot/terminus-build-tools-plugin",
"description": "Build Tools - A Terminus plugin that contain commands to manage build assets on Pantheon.",
"license": "MIT",
"type": "terminus-plugin",
"autoload": {
"psr-4": { "Pantheon\\TerminusBuildTools\\": "src" }
},
"extra": {
"terminus": {
"compatible-version": "^3"
}
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
"doctrine/instantiator": "1.0.5",
"phpdocumentor/reflection-docblock": "3.2.2",
"symfony/polyfill-ctype": "v1.11.0",
"symfony/yaml": "v3.4.26",
"webmozart/assert": "1.4.0",
"phpspec/prophecy": "1.8.0"
},
"scripts": {
"unit-test": "./vendor/bin/phpunit --bootstrap ./vendor/autoload.php tests/*"
},
"require": {
"consolidation/version-tool": "^0.1.9",
"paragonie/sodium_compat": "^1.17"
}
}