Skip to content

Commit

Permalink
Merge branch 'release/2.6.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu2607 committed May 21, 2024
2 parents 2d9aadf + 9cccb2a commit b432553
Show file tree
Hide file tree
Showing 6 changed files with 2,579 additions and 2,695 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 with Sulu 2.6 and Symfony 6

## 2.5.8 (10/02/2023)

- Fix sulu version
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A Symfony Bundle for Sulu content management platform containing boilerplate blocks",
"type": "library",
"require": {
"php": "^7.4||^8.0",
"php": "^8.0",
"pixeldev/protocol-stream": "^1.0",
"sulu/sulu": "^2.4",
"symfony/dependency-injection": "^5.0 || ^6.0",
Expand All @@ -27,7 +27,8 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": false
}
},
"scripts": {
Expand Down
Loading

0 comments on commit b432553

Please sign in to comment.