Skip to content

Commit

Permalink
Merge pull request #410 from fezfez/php8.3
Browse files Browse the repository at this point in the history
Allow php 8.3
  • Loading branch information
Ocramius authored Sep 18, 2023
2 parents 6ec1c84 + 03b8a77 commit a80a012
Show file tree
Hide file tree
Showing 7 changed files with 256 additions and 378 deletions.
1 change: 1 addition & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
php-version:
- "8.1"
- "8.2"
- "8.3"
operating-system:
- "ubuntu-latest"
- "windows-latest"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-phar": "*",
"composer-runtime-api": "^2.0.0",
"nikic/php-parser": "^4.17.1",
Expand All @@ -40,9 +40,9 @@
"mikey179/vfsstream": "^1.6.11",
"phing/phing": "^2.17.4",
"phpstan/phpstan": "^1.10.34",
"phpunit/phpunit": "^9.6.12",
"roave/infection-static-analysis-plugin": "^1.33.0",
"vimeo/psalm": "^5.15.0"
"phpunit/phpunit": "^10.3.4",
"roave/infection-static-analysis-plugin": "^1.33",
"vimeo/psalm": "^5.15"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit a80a012

Please sign in to comment.