Skip to content

Commit 514d1e0

Browse files
first commit
1 parent 84f26b1 commit 514d1e0

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

composer.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

config/csrf.php

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)