Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
added typo3 as supported. nothing done to actually ensure this works.
see RozbehSharahi#65
  • Loading branch information
chuchana committed Jan 20, 2025
1 parent c1f1cd2 commit 7c4ea32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"require": {
"php": "^7.4 || ^8.0",
"typo3/cms-core": "^10.4 || ^11.5",
"gridelementsteam/gridelements": "^10 || ^11"
"typo3/cms-core": "^10.4 || ^11.5 || ^12 ",
"gridelementsteam/gridelements": "^10 || ^11 || ^12"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down
4 changes: 2 additions & 2 deletions ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
use TYPO3\CMS\Core\Utility\GeneralUtility;

if (!defined('TYPO3_MODE')) {
if (!defined('TYPO3')) {
die('Access denied.');
}

Expand Down Expand Up @@ -59,4 +59,4 @@
"@import 'EXT:bootstrap_grids/Configuration/TypoScript/Contribution/setup.typoscript'",
);
}
})();
})();

0 comments on commit 7c4ea32

Please sign in to comment.