-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 785 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 785 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
{
"name": "wajdisawa/marst",
"description": "a microservice to calculate mars sol time MSD and Martian Coordinated Time MTC from earth timestamp.",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "wajdi sawafta",
"email": "wajdee.sawaf@gmail.com"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": { "Wajdisawa\\MarsT\\": "src/" }
},"autoload-dev": {
"psr-4": {"Wajdisawa\\MarsT\\Tests\\": "tests/"}
},
"require": {
"php": "~7.4",
"ext-json": "*",
"php-di/php-di": "^6.2",
"php-di/slim-bridge": "^3.0",
"slim/http": "^1.0",
"slim/psr7": "^1.2",
"slim/slim": "^4.5"
},
"require-dev": {
"phpstan/phpstan": "^0.12.37",
"phpunit/phpunit": "^9.3",
"nyholm/psr7": "^1.3"
}
}