-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.2 KB
/
Copy pathcomposer.json
File metadata and controls
43 lines (43 loc) · 1.2 KB
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
42
43
{
"name": "ocramius/time-sync",
"description": "Syncs time from Harvest to Tempo",
"license": "proprietary",
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"php-http/discovery": true
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"TimeSync\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"TimeSyncTest\\": "test"
}
},
"require": {
"php": "~8.5.0",
"ext-bcmath": "*",
"azjezz/psl": "^6.1.1",
"cuyz/valinor": "^2.3.2",
"laminas/laminas-diactoros": "^3.8.0",
"php-http/curl-client": "^2.4.0",
"php-http/discovery": "^1.20.0",
"php-http/httplug": "^2.4.1",
"psr/http-client": "^1.0.3",
"psr/http-factory": "^1.1.0"
},
"require-dev": {
"doctrine/coding-standard": "^14.0.0",
"league/openapi-psr7-validator": "^0.22.0",
"php-standard-library/psalm-plugin": "^2.4.0",
"phpunit/phpunit": "^13.0.5",
"psalm/plugin-phpunit": "^0.19.5",
"squizlabs/php_codesniffer": "^4.0.1",
"vimeo/psalm": "^6.16.0"
}
}