Skip to content

Commit fb5bbb3

Browse files
committed
Inital commit
1 parent c0ff7c7 commit fb5bbb3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "BMathers35/php_basic_csrf",
3+
"description": "Simple CSRF control class with PHP",
4+
"type": "library",
5+
"license": "MIT License",
6+
"authors": [
7+
{
8+
"name": "Baha Şener",
9+
"email": "34012215+BMathers35@users.noreply.github.com"
10+
}
11+
],
12+
"minimum-stability": "stable"
13+
}

0 commit comments

Comments
 (0)