-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 761 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 761 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
{
"name": "mcolf/streams-api",
"type": "project",
"authors": [
{
"name": "Matt Colf",
"email": "mattcolf@mattcolf.com"
}
],
"autoload": {
"psr-4": {
"MC\\StreamsAPI\\": "src"
}
},
"require": {
"php-64bit": "^7.1",
"slim/slim": "^3.8",
"firebase/php-jwt": "^4.0",
"guzzlehttp/guzzle": "^6.0",
"symfony/yaml": "^3.1",
"symfony/config": "^3.1",
"symfony/dependency-injection": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"mockery/mockery": "^0.9",
"codeception/codeception": "^2.2",
"facebook/webdriver": ">1.0.1,<1.4",
"flow/jsonpath": "^0.3.4"
}
}