From 3341544e72b699ab69357ab38cee9c80941ce1c6 Mon Sep 17 00:00:00 2001 From: Alexander Menshchikov Date: Wed, 29 Nov 2023 15:18:50 +0300 Subject: [PATCH] Symfony 6.4 released + php 8.3 --- .github/workflows/audit.yml | 2 +- composer.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 115c777..c9090aa 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -7,7 +7,7 @@ jobs: name: Audit strategy: matrix: - php-version: [ '8.1', '8.2' ] + php-version: [ '8.1', '8.2', '8.3' ] fail-fast: false runs-on: ubuntu-latest steps: diff --git a/composer.json b/composer.json index 4a4446a..99e937c 100644 --- a/composer.json +++ b/composer.json @@ -35,11 +35,6 @@ "symfony/event-dispatcher": "^6.4", "symfony/phpunit-bridge": "^6.4" }, - "conflict": { - "symfony/http-kernel": "<6.2", - "symfony/security-core": "<6.2" - }, - "minimum-stability": "dev", "autoload": { "psr-4": { "Nbgrp\\OneloginSamlBundle\\": "src/"