Skip to content

Commit 5d7b4e2

Browse files
committed
Adds class autoloader
1 parent 56c2e13 commit 5d7b4e2

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

composer.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
{
2-
"name": "queueit/knownuserv3",
3-
"description": "please go to https://github.com/queueit/KnownUser.V3.PHP for description",
4-
"require": {
5-
"php": ">=5.3.3"
6-
},
7-
"license":"LGPL-3.0"
8-
}
1+
{
2+
"name": "queueit/knownuserv3",
3+
"description": "The Queue-it Security Framework is used to ensure that end users cannot bypass the queue by adding a server-side integration to your server.",
4+
"require": {
5+
"php": ">=5.3.3"
6+
},
7+
"license":"LGPL-3.0",
8+
"autoload": {
9+
"psr-4": {
10+
"QueueIT\\": ""
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)