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

Commit cbe9bba

Browse files
committed
Globally Disable Auditing
1 parent 937fa14 commit cbe9bba

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@
2020
"es"
2121
],
2222
"type": "package",
23+
"repositories": [
24+
{
25+
"packagist.org": false,
26+
"type": "vcs",
27+
"url": "https://github.com/rankarpan/laravel-auditing"
28+
}
29+
],
2330
"license": "MIT",
2431
"support": {
2532
"issues": "https://github.com/iconscout/laravel-auditing-elasticsearch/issues",
@@ -33,7 +40,7 @@
3340
],
3441
"require": {
3542
"php": ">=7.0",
36-
"owen-it/laravel-auditing": "^7.0",
43+
"rankarpan/laravel-auditing": "dev-master",
3744
"elasticsearch/elasticsearch": "6.*"
3845
},
3946
"autoload": {

0 commit comments

Comments
 (0)