-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
41 lines (41 loc) · 1.16 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "globalis/wp-cubi-robo-globalis",
"type": "library",
"license": "GPL-2.0-or-later",
"description":"Globalis Robo commands for wp-cubi",
"homepage": "https://github.com/globalis-ms/wp-cubi-robo-globalis",
"authors": [
{
"name": "David Daugreilh",
"homepage": "https://github.com/davddo/"
},
{
"name": "Pierre Dargham",
"homepage": "https://github.com/pierre-dargham/"
},
{
"name": "GLOBALIS media systems",
"homepage": "https://www.globalis-ms.com/"
}
],
"support": {
"issues": "https://github.com/globalis-ms/wp-cubi-robo-globalis/issues"
},
"require": {
"php": ">=8.0 <8.3",
"consolidation/robo": "3.x-dev@dev",
"globalis/robo-task": "^2.2.0",
"tedivm/jshrink": "^1.4.0",
"scssphp/scssphp": "^1.6.0",
"totten/lurkerlite": "^1.3.0",
"padaliyajay/php-autoprefixer": "^1.4.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7.1"
},
"autoload": {
"psr-4": {
"Globalis\\WP\\Cubi\\Robo\\": "src"
}
}
}