Skip to content

Commit

Permalink
Version raise
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminhirsch committed May 17, 2017
1 parent 60f5661 commit b82c000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
'title' => 'Azure Storage',
'description' => 'Microsoft Azure Blob Storage to TYPO3',
'category' => 'be',
'version' => '0.1.1',
'version' => '0.1.5',
'state' => 'beta',
'clearcacheonload' => 1,
'author' => 'Benjamin Hirsch',
'author_email' => '[email protected]',
'author_company' => '',
'constraints' => array(
'depends' => array(
'typo3' => '7.6.0-8.4.99'
'typo3' => '7.6.0-8.9.99'
),
),
);
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

/** @var \TYPO3\CMS\Core\Resource\Driver\DriverRegistry $driverRegistry */
$driverRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Resource\\Driver\\DriverRegistry');
$driverRegistry = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(\TYPO3\CMS\Core\Resource\Driver\DriverRegistry::class);
$driverRegistry->registerDriverClass(
\B3N\AzureStorage\TYPO3\Driver\StorageDriver::class,
\B3N\AzureStorage\TYPO3\Driver\StorageDriver::class,
Expand Down

0 comments on commit b82c000

Please sign in to comment.