summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..8da2271
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,17 @@
+{
+ "name": "samyoul/u2f-php-server",
+ "description": "Server side handling class for FIDO U2F registration and authentication",
+ "license":"BSD-2-Clause",
+ "authors": [
+ {
+ "name": "Samuel Hawksby-Robinson",
+ "email": "samuel@samyoul.com"
+ }
+ ],
+ "require": {
+ "ext-openssl":"*"
+ },
+ "autoload": {
+ "psr-4": { "Samyoul\\U2F\\U2FServer\\": ["src/"] }
+ }
+}