Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ewawiktor authored Dec 12, 2022
1 parent 4cc72d8 commit 1254533
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "ajaaleixo/laravel-middleware-correlation-id",
"name": "ewawiktor/laravel-middleware-correlation-id",
"description": "Laravel Package to use a Correlation ID Middleware",
"keywords": [
"laravel",
"correlation-id",
"middleware",
"tracing"
],
"homepage": "https://github.com/ajaaleixo/laravel-middleware-correlation-id",
"homepage": "https://github.com/ewawiktor/laravel-middleware-correlation-id",
"require": {
"php" : ">=8.0",
"webpatser/laravel-uuid": "^4.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"orchestra/testbench": "^3.6",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.9",
"codacy/coverage": "dev-master"
},
"license": "MIT",
Expand Down

0 comments on commit 1254533

Please sign in to comment.