forked from pagevamp/laravel-cloudwatch-logs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
31 lines (31 loc) · 838 Bytes
/
composer.json
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": "pagevamp/laravel-cloudwatch-logs",
"description": "Laravel Adapter for AWS CloudWatch",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Naren Chitrakar",
"email": "developer.naren@gmail.com"
},
{
"name": "Sujan Shrestha",
"email": "najus.shrestha@gmail.com"
}
],
"autoload": {
"psr-4": {
"Pagevamp\\": "src/",
"Tests\\": "tests/"
}
},
"require": {
"phpnexus/cwh": "^1.1.14 || ^2.0 || ^3.0.0",
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12 || ^2.16|^3.14",
"phpunit/phpunit": "^6.5 || ^8.4 || ^9.0",
"mockery/mockery": "^1.2"
}
}