Skip to content

Commit ad25a61

Browse files
authored
Merge pull request #250 from fezfez/php8.3
allow php 8.3
2 parents f74da98 + c316407 commit ad25a61

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1414
"composer-runtime-api": "^2.2.0"
1515
},
1616
"require-dev": {
17-
"composer/composer": "^2.6.2",
17+
"composer/composer": "^2.6.3",
1818
"doctrine/coding-standard": "^12.0.0",
1919
"ext-zip": "^1.15.0",
20-
"roave/infection-static-analysis-plugin": "^1.32.0",
20+
"roave/infection-static-analysis-plugin": "^1.33",
2121
"phpunit/phpunit": "^9.6.12",
2222
"vimeo/psalm": "^5.15.0"
2323
},

composer.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)