From 8d6406f104c717481743674315a39455fe7a002e Mon Sep 17 00:00:00 2001 From: Jannik Zschiesche Date: Tue, 25 Jun 2024 21:32:57 +0200 Subject: [PATCH] Require Symfony 7 + PHP 8.3 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 1 + composer.json | 14 +++++++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6a0777..9aecb50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - php: ['8.2', '8.3'] + php: ['8.3'] steps: - name: Checkout Code diff --git a/CHANGELOG.md b/CHANGELOG.md index f119e86..40af76c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * (feature) Add proper types for configurable bundle extension. * (internal) Update CI. +* (improvement) Require Symfony 7 and PHP 8.3+ 2.2.0 diff --git a/composer.json b/composer.json index 112d278..3e27955 100644 --- a/composer.json +++ b/composer.json @@ -11,16 +11,16 @@ ], "homepage": "https://github.com/21TORR/bundle-helpers", "require": { - "php": ">= 8.2", - "symfony/config": "^6.4 || ^7.0", - "symfony/dependency-injection": "^6.4 || ^7.0", - "symfony/http-kernel": "^6.4 || ^7.0" + "php": ">= 8.3", + "symfony/config": "^7.0", + "symfony/dependency-injection": "^7.0", + "symfony/http-kernel": "^7.0" }, "require-dev": { - "21torr/janus": "^1.3", - "bamarni/composer-bin-plugin": "^1.8", + "21torr/janus": "^1.3.4", + "bamarni/composer-bin-plugin": "^1.8.2", "roave/security-advisories": "dev-latest", - "symfony/phpunit-bridge": "^7.0" + "symfony/phpunit-bridge": "^7.1" }, "autoload": { "psr-4": {