Skip to content

Commit

Permalink
Require Symfony 7 + PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
apfelbox committed Jun 25, 2024
1 parent 2c8c885 commit 8d6406f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php: ['8.2', '8.3']
php: ['8.3']

steps:
- name: Checkout Code
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8d6406f

Please sign in to comment.