-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 838 Bytes
/
composer.json
File metadata and controls
35 lines (35 loc) · 838 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
27
28
29
30
31
32
33
34
35
{
"name": "dxw/whippet",
"description": "",
"bin": ["bin/whippet"],
"scripts": {
"post-update-cmd": "vendor/bin/phar-install"
},
"autoload": {
"psr-4": {
"Dxw\\Whippet\\": "src/"
}
},
"config": {
"platform": {
"php":"8.2"
}
},
"require": {
"php": "^8.0",
"dxw/rubbishthorclone": "^1.0",
"aura/autoload": "^2.0",
"nikita2206/result": "^0.2.0",
"kevinlebrun/colors.php": "^1.0",
"guzzlehttp/guzzle": "^6.5.8"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"mockery/mockery": "^1.1",
"dxw/phar-install": "^1.1",
"mikey179/vfsstream": "^1.6",
"dxw/php-cs-fixer-config": "^2.0",
"kahlan/kahlan": "^5.1",
"vimeo/psalm": "^5.15"
}
}