Update composer.json

This commit is contained in:
Rob Janssen
2015-03-19 14:43:21 +01:00
parent dfa6e65395
commit 5f119eef72
+2 -2
View File
@@ -18,9 +18,9 @@
"source": "https://github.com/RobThree/TwoFactorAuth"
},
"autoload": {
"classmap": [ "RobThree/TwoFactorAuth/TwoFactorAuth.php" ]
"classmap": [ "RobThree/TwoFactorAuth" ]
},
"require": {
"php": ">=5.3.0"
}
}
}