Skip to content

Commit

Permalink
Symfony 6.4 released + php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
a-menshchikov committed Nov 29, 2023
1 parent 32f84dd commit 3341544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit 3341544

Please sign in to comment.