File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " orkhanshukurlu/php-csrf" ,
3+ "description" : " A package written for user activity logging in Laravel" ,
4+ "keywords" : [
5+ " orkhanshukurlu" ,
6+ " laravel" ,
7+ " activity-log" ,
8+ " user-activity-log"
9+ ],
10+ "homepage" : " https://github.com/orkhanshukurlu/php-csrf" ,
11+ "license" : " MIT" ,
12+ "authors" : [
13+ {
14+ "name" : " Orkhan Shukurlu" ,
15+ "email" : " orkhandev@gmail.com" ,
16+ "role" : " Developer"
17+ }
18+ ],
19+ "require" : {
20+ "php" : " ^7.3|^8.0|^8.1" ,
21+ "illuminate/database" : " ^7.0|^8.0|^9.0"
22+ },
23+ "autoload" : {
24+ "psr-4" : {
25+ "OrkhanShukurlu\\ ActivityLog\\ " : " src"
26+ },
27+ "files" : [
28+ " src/helpers.php"
29+ ]
30+ },
31+ "config" : {
32+ "sort-packages" : true
33+ },
34+ "minimum-stability" : " dev" ,
35+ "prefer-stable" : true
36+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments