Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
[KDG] bump composer versions
Browse files Browse the repository at this point in the history
Signed-off-by: Wilker Mesquita <wilker@kirschbaumdevelopment.com>
  • Loading branch information
wilkerwma committed Aug 23, 2024
1 parent 70bc5c7 commit 3fc2d4f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@
{
"packagist.org": false,
"type": "vcs",
"url": "https://github.com/rankarpan/laravel-auditing"
"url": "https://github.com/owen-it/laravel-auditing"
}
],
"license": "MIT",
"support": {
"issues": "https://github.com/iconscout/laravel-auditing-elasticsearch/issues",
"source": "https://github.com/iconscout/laravel-auditing-elasticsearch"
"issues": "https://github.com/kirschbaum-development/laravel-auditing-elasticsearch/issues",
"source": "https://github.com/kirschbaum-development/laravel-auditing-elasticsearch"
},
"authors": [
{
"name": "Arpan Rank",
"email": "arpan@iconscout.com"
"name": "Kirschbaum Development",
"email": "wilker@kirschbaumdevelopment.com"
}
],
"require": {
"php": ">=7.0",
"owen-it/laravel-auditing": "dev-master",
"elasticsearch/elasticsearch": "6.*"
"php": ">=8.0",
"owen-it/laravel-auditing": "^13.6",
"elasticsearch/elasticsearch": "^8.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3fc2d4f

Please sign in to comment.