forked from mcordingley/LaravelSapient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.01 KB
/
Copy pathcomposer.json
File metadata and controls
37 lines (37 loc) · 1.01 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
{
"name": "mcordingley/laravel-sapient",
"description": "Sapient Integration for Laravel",
"type": "library",
"autoload": {
"psr-4": {
"MCordingley\\LaravelSapient\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"MCordingley\\LaravelSapient\\Test\\": "tests/"
}
},
"require": {
"paragonie/sodium_compat": "^1.0",
"paragonie/constant_time_encoding": "^2.0",
"illuminate/console": "^5.4|^6.0",
"illuminate/contracts": "^5.4|^6.0",
"illuminate/http": "^5.4|^6.0",
"illuminate/support": "^5.4|^6.0",
"symfony/psr-http-message-bridge": "^1.0",
"paragonie/sapient": "^1.0.0",
"zendframework/zend-diactoros": "^2.0"
},
"require-dev": {
"laravel/framework": "^5.4|^6.0",
"phpunit/phpunit": "^6.2"
},
"license": "MIT",
"authors": [
{
"name": "Michael Cordingley",
"email": "Michael.Cordingley@gmail.com"
}
]
}