Skip to content

Commit fabf1ef

Browse files
committed
Add support for php 8.5
1 parent 2b901f4 commit fabf1ef

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": "8.1.*|8.2.*|8.3.*|8.4.*",
27+
"php": "8.1.*|8.2.*|8.3.*|8.4.*|8.5.*",
2828
"composer-runtime-api": "^2",
2929
"nikic/php-parser": "~4.18 || ^5.0",
3030
"phpdocumentor/reflection-common": "^2.1",
@@ -36,14 +36,14 @@
3636
"require-dev": {
3737
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
3838
"doctrine/coding-standard": "^13.0",
39-
"eliashaeussler/phpunit-attributes": "^1.7",
39+
"eliashaeussler/phpunit-attributes": "^1.8",
4040
"mikey179/vfsstream": "~1.2",
4141
"mockery/mockery": "~1.6.0",
42-
"phpspec/prophecy-phpunit": "^2.0",
42+
"phpspec/prophecy-phpunit": "^2.4",
4343
"phpstan/extension-installer": "^1.1",
4444
"phpstan/phpstan": "^1.8",
4545
"phpstan/phpstan-webmozart-assert": "^1.2",
46-
"phpunit/phpunit": "^10.0",
46+
"phpunit/phpunit": "^10.5.53",
4747
"psalm/phar": "^6.0",
4848
"rector/rector": "^1.0.0",
4949
"squizlabs/php_codesniffer": "^3.8"

composer.lock

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

0 commit comments

Comments
 (0)