Skip to content

Commit

Permalink
Bump dependencies for Laravel 10 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 8, 2023
1 parent 6273fd1 commit 1c266a7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{
"name": "napp/xray-laravel",
"description": "AWS X-Ray for Laravel applications.",
"keywords": ["xray", "php", "tracing", "laravel"],
"keywords": [
"xray",
"php",
"tracing",
"laravel"
],
"license": "MIT",
"require": {
"ext-json": "*",
"php": "^7.2|^8.0|^8.1",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"pkerrigan/xray": "^1.2",
"aws/aws-sdk-php": "^3.133"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0|^7.0"
"orchestra/testbench": "^5.0|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand All @@ -38,7 +43,7 @@
"Napp\\Xray\\XrayServiceProvider"
],
"aliases": {
"Xray" : "Napp\\Xray\\Facades\\Xray"
"Xray": "Napp\\Xray\\Facades\\Xray"
}
}
}
Expand Down

0 comments on commit 1c266a7

Please sign in to comment.