Skip to content

Commit

Permalink
Add Contao 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansl committed Oct 11, 2022
1 parent d2c9380 commit 36a9a92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
}
],
"require": {
"php": "^7.2 || ^8.0",
"contao/core-bundle": "^4.9",
"symfony/config": "^4.4 || ^5.1",
"symfony/dependency-injection": "^4.4 || ^5.1",
"symfony/http-kernel": "^4.4 || ^5.1"
"php": "^7.2 || ^8.1",
"contao/core-bundle": "^4.13 || ^5.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/http-kernel": "^5.4 || ^6.0"
},
"conflict": {
"contao/manager-plugin": "<2.0 || >=3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/EventListener/ClickpressGridListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

use Contao\CoreBundle\ServiceAnnotation\Callback;
use Contao\CoreBundle\ServiceAnnotation\Hook;
use Contao\Database;
use Contao\DataContainer;
use Contao\LayoutModel;
use Contao\PageModel;
use Contao\PageRegular;
use Database;
use Terminal42\ServiceAnnotationBundle\ServiceAnnotationInterface;

/**
Expand Down

0 comments on commit 36a9a92

Please sign in to comment.