Skip to content

Commit

Permalink
Updated version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed Feb 14, 2016
1 parent 1c11eab commit 6060dab
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "derhansen/sf_yubikey",
"type": "typo3-cms-extension",
"description": "Two-factor authentication with a YubiKey OTP",
"homepage": "https://github.com/derhansen/sf_yubikey",
"support": {
"issues": "https://github.com/derhansen/sf_yubikey/issues"
},
"authors": [
{
"name": "Torben Hansen",
"email": "derhansen@gmail.com",
"homepage": "http://www.derhansen.de",
"role": "Developer"
}
],
"keywords": ["TYPO3 CMS", "yubikey", "two-factor authentication"],
"license": ["GPL-2.0+"],
"version": "1.1.2",
"autoload": {
"psr-4": {
"DERHANSEN\\SfEventMgt\\": "Classes"
}
},
"replace": {
"sf_yubikey": "*"
}
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'version' => '1.1.1',
'version' => '1.1.2',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.99.99',
Expand Down

0 comments on commit 6060dab

Please sign in to comment.