Update composer.json

This commit is contained in:
Rob Janssen
2015-03-19 14:51:59 +01:00
parent e446672d17
commit c16fbf782a
+5
View File
@@ -17,6 +17,11 @@
"issues": "https://github.com/RobThree/TwoFactorAuth/issues",
"source": "https://github.com/RobThree/TwoFactorAuth"
},
"autoload": {
"psr-4": {
"RobThree\\TwoFactorAuth\\": ""
}
},
"require": {
"php": ">=5.3.0"
}