Skip to content

Commit

Permalink
* fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
franzholz committed Jan 22, 2022
1 parent ab72d5e commit 9fec1c7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022-01-22 Franz Holzinger <[email protected]>
* fix composer.json

2021-09-28 Franz Holzinger <[email protected]>
* fix issue #3: Add the missing leading slash in the namespace declaration

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,20 @@
"GPL-2.0-or-later"
],
"require": {
"php": "^5.5 || ^7.2",
"typo3/cms-core": "^7.6 || ^8.7"
},
"suggest": {
"friendsoftypo3/typo3db-legacy": "^1",
"sonority/lib-jquery": "^2.1, ^3.0,"
"sonority/lib-jquery": "^2.1 || ^3.0"
},
"autoload": {
"psr-4": {
"TYPO3Extension\\Imagecycle\\": "Classes"
}
},
"replace": {
"typo3-extension/imagecycle": "self.version"
"typo3-ter/imagecycle": "self.version"
},
"extra": {
"typo3/cms": {
Expand Down
1 change: 0 additions & 1 deletion ext_autoload.php
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
$emClass = '\\TYPO3\\CMS\\Core\\Utility\\ExtensionManagementUtility';

$key = 'imagecycle';
$extensionPath = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath($key, $script);
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'title' => 'Image Cycle',
'description' => 'Insert a slideshow into your page or template. Manage the images, captions and hrefs recursively in the pagetree and show it in a jQuery-Cycle, Coin-Slider, Nivo-Slider or Cross-Slider.',
'category' => 'plugin',
'version' => '3.3.0',
'version' => '3.3.1',
'state' => 'stable',
'uploadfolder' => 0,
'clearcacheonload' => 1,
Expand All @@ -13,7 +13,7 @@
'constraints' => [
'depends' => [
'cms' => '',
'php' => '5.5.0-0.0.0',
'php' => '5.5.0-7.4.99',
'typo3' => '7.6.0-8.7.99',
],
'conflicts' => [
Expand Down

0 comments on commit 9fec1c7

Please sign in to comment.