diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4d88261 --- /dev/null +++ b/composer.json @@ -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": "*" + } +} diff --git a/ext_emconf.php b/ext_emconf.php index a4bc70e..b734c70 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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',