Skip to content

Commit

Permalink
added maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
developernaren committed Aug 15, 2019
1 parent aff80ed commit a544b8f
Showing 1 changed file with 37 additions and 30 deletions.
67 changes: 37 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,42 @@
{
"name": "pagevamp/laravel-cloudwatch-logs",
"description": "Laravel Adapter for AWS CloudWatch",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Naren",
"email": "[email protected]"
}
],
"autoload" : {
"psr-4" : {
"Pagevamp\\" : "src/",
"Tests\\": "tests/"
}
"name": "pagevamp/laravel-cloudwatch-logs",
"description": "Laravel Adapter for AWS CloudWatch",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Naren Chitrakar",
"email": "[email protected]"
},
"require": {
"maxbanton/cwh": "^1.1",
"illuminate/support": "^5.1"
{
"name": "Ujwal Dhakal",
"email": "[email protected]"
},
"extra": {
"laravel": {
"providers": [
"Pagevamp\\Providers\\CloudWatchServiceProvider"
]

}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12",
"phpunit/phpunit": "^6.5",
"mockery/mockery": "^1.2"
{
"name": "Sujan Shrestha",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Pagevamp\\": "src/",
"Tests\\": "tests/"
}
},
"require": {
"maxbanton/cwh": "^1.1",
"illuminate/support": "^5.1"
},
"extra": {
"laravel": {
"providers": [
"Pagevamp\\Providers\\CloudWatchServiceProvider"
]
}
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12",
"phpunit/phpunit": "^6.5",
"mockery/mockery": "^1.2"
}
}

0 comments on commit a544b8f

Please sign in to comment.