Skip to content

Commit

Permalink
Merge pull request #11 from barryvdh/feat-php8.3
Browse files Browse the repository at this point in the history
Add PHP8.3 / Symfony 7
  • Loading branch information
endelwar authored Nov 17, 2023
2 parents 4333639 + f164aa8 commit f7c0688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

name: PHP ${{ matrix.php-version }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
}
],
"require": {
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.*",
"php": "7.4.* || 8.0.* || 8.1.* || 8.2.* || 8.3.*",
"psr/log": "^1.1 || ^2.0 || ^3.0",
"symfony/process": "^5.4 || ^6.2"
"symfony/process": "^5.4 || ^6.2 || ^7"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.4",
Expand Down

0 comments on commit f7c0688

Please sign in to comment.