Skip to content

Commit

Permalink
feat: support php 8.3 and symfony 7 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszsip committed Jan 11, 2024
1 parent 2f79816 commit 76c3a66
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
composer-version:
- "2.4"
- "2.5"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.2",
"symfony/console": "^5.4 || ^6.0",
"symfony/process": "^5.4 || ^6.0"
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.41.1",
Expand Down
24 changes: 13 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76c3a66

Please sign in to comment.