Skip to content

Commit

Permalink
+ Compatible Symfony 6 and Sulu 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed May 21, 2024
1 parent 43f9ce8 commit 1720b21
Show file tree
Hide file tree
Showing 4 changed files with 1,791 additions and 1,669 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.6.0 (21/05/2024)

+ Compatible Symfony 6 and Sulu 2.6

## 2.5.1 (13/12/2023)

+ Display global rating on twig #1
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
"require": {
"php": "^8.0",
"sulu/sulu": "^2.5",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/framework-bundle": "^5.0",
"symfony/http-foundation": "^5.0",
"symfony/http-kernel": "^5.0"
"symfony/config": "^5.0 || ^6.0",
"symfony/dependency-injection": "^5.0 || ^6.0",
"symfony/framework-bundle": "^5.0 || ^6.0",
"symfony/http-foundation": "^5.0 || ^6.0",
"symfony/http-kernel": "^5.0 || ^6.0"
},
"require-dev": {
"dantleech/phpcr-migrations-bundle": "^1.3",
Expand Down
Loading

0 comments on commit 1720b21

Please sign in to comment.