Skip to content

Commit

Permalink
Merge from newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
yeganemehr committed Apr 13, 2023
1 parent b6f9d1c commit 0360634
Show file tree
Hide file tree
Showing 40 changed files with 2,034 additions and 537 deletions.
14 changes: 10 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
"license": "MIT",
"autoload": {
"psr-4": {
"dnj\\ErrorTracker\\Laravel\\Server\\": "src/"
"dnj\\ErrorTracker\\Laravel\\Server\\": "src/",
"dnj\\ErrorTracker\\Laravel\\Database\\Factories\\": "database/factories/"
}
},
"autoload-dev": {
"psr-4": {
"dnj\\ErrorTracker\\Laravel\\Server\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.1",
"dnj/laravel-user-logger": "@dev",
"dnj/error-tracker-contracts": "@dev"
"dnj/laravel-user-logger": "^1.0.0",
"dnj/error-tracker-contracts": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9",
Expand All @@ -29,4 +35,4 @@
]
}
}
}
}
Loading

0 comments on commit 0360634

Please sign in to comment.