Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Apr 12, 2023
1 parent 2f65433 commit bbe7804
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "pagevamp/laravel-cloudwatch-logs",
"description": "Laravel Adapter for AWS CloudWatch",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Naren Chitrakar",
"email": "[email protected]"
"name": "pagevamp/laravel-cloudwatch-logs",
"description": "Laravel Adapter for AWS CloudWatch",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Naren Chitrakar",
"email": "[email protected]"
},
{
"name": "Sujan Shrestha",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Pagevamp\\": "src/",
"Tests\\": "tests/"
}
},
{
"name": "Sujan Shrestha",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"Pagevamp\\": "src/",
"Tests\\": "tests/"
"require": {
"maxbanton/cwh": "^1.1.14 || ^2.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"
}
},
"require": {
"maxbanton/cwh": "^1.1.14 || ^2.0",
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.12 || ^2.16",
"phpunit/phpunit": "^6.5 || ^8.4 || ^9.0",
"mockery/mockery": "^1.2"
}
}

0 comments on commit bbe7804

Please sign in to comment.