Skip to content

Commit

Permalink
Unlock theme-compiler ^1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zoglo committed Jul 2, 2024
1 parent 6e17f47 commit fb6ba6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"require": {
"ext-dom": "*",
"ext-simplexml": "*",
"php": "^7.4 || ^8.0",
"php": "^8.1",
"contao/core-bundle": "^4.13.37",
"oveleon/contao-component-style-manager": "^3.0",
"oveleon/contao-theme-compiler-bundle": "1.4.*",
"oveleon/contao-component-style-manager": "^3.5",
"oveleon/contao-theme-compiler-bundle": "^1.8",
"oveleon/contao-config-driver-bundle": "^1.1",
"madeyourday/contao-rocksolid-custom-elements": "^2.4.8",
"madeyourday/contao-rocksolid-icon-picker": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion contao/classes/IconGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Contao\File;
use Contao\StringUtil;
use Contao\System;
use Oveleon\ContaoThemeCompilerBundle\FileCompiler;
use Oveleon\ContaoThemeCompilerBundle\Compiler\FileCompiler;
use SimpleXMLElement;
use Symfony\Component\Filesystem\Path;

Expand Down
2 changes: 1 addition & 1 deletion contao/dca/tl_thememanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Contao\Backend;
use Contao\BackendUser;
use Contao\CoreBundle\Exception\AccessDeniedException;
use Oveleon\ContaoThemeCompilerBundle\CompilerUtils;
use Oveleon\ContaoThemeCompilerBundle\Utils\CompilerUtils;

$GLOBALS['TL_DCA']['tl_thememanager'] = [
// Config
Expand Down

0 comments on commit fb6ba6d

Please sign in to comment.