diff --git a/.gitignore b/.gitignore index a623ecc..67de434 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vendor -var \ No newline at end of file +var +composer.lock \ No newline at end of file diff --git a/changelog.md b/changelog.md index 8d125fc..f498006 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2.5.8 (10/02/2023) + +- Fix sulu version + ## 2.5.7 (10/02/2023) + Add CI (cs fixer and phpstan) diff --git a/composer.json b/composer.json index 31eccc8..4295a78 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "require": { "php": "^7.4||^8.0", "pixeldev/protocol-stream": "^1.0", - "sulu/sulu": "2.4.*", + "sulu/sulu": "^2.4", "symfony/dependency-injection": "^5.0 || ^6.0", "symfony/http-kernel": "^5.0 || ^6.0", "sulu/web-twig": "^2.5"