Skip to content

Commit

Permalink
Merge pull request #18 from kaystrobach/patch-1
Browse files Browse the repository at this point in the history
[TASK] do not use TYPO3_MODE constant anymore
  • Loading branch information
georgringer authored Apr 26, 2023
2 parents 3e5dc6e + c6e41b5 commit ac2fcea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"license": "GPL-2.0-or-later",
"require": {
"typo3/cms-core": "^9 || ^10 || ^11",
"typo3/cms-core": "^9 || ^10 || ^11 || ^12",
"php": ">=7.3"
},
"extra": {
Expand Down
2 changes: 0 additions & 2 deletions ext_localconf.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

defined('TYPO3_MODE') or die();

if (!interface_exists('TYPO3\CMS\Core\Pagination\PaginationInterface', false)) {
class_alias(
\GeorgRinger\NumberedPagination\Contract\PaginationInterface::class,
Expand Down

0 comments on commit ac2fcea

Please sign in to comment.