Skip to content

Commit 3d22ec5

Browse files
authored
Merge pull request #113 from fezfez/php8.4
Allow php 8.4 + composer bump --dev-only
2 parents d816577 + 8e94706 commit 3d22ec5

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
"MIT"
77
],
88
"require": {
9-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
9+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1010
"nikic/php-parser": "^4.17.1",
1111
"phpstan/phpstan": "^1.10.47"
1212
},
1313
"require-dev": {
1414
"doctrine/coding-standard": "^12.0.0",
15-
"infection/infection": "^0.27.8",
15+
"infection/infection": "^0.27.11",
1616
"maglnet/composer-require-checker": "^4.7.1",
17-
"phpstan/phpstan-phpunit": "^1.3.15",
18-
"phpstan/phpstan-strict-rules": "^1.5.2",
19-
"phpunit/phpunit": "^10.5.1",
20-
"squizlabs/php_codesniffer": "^3.7.2"
17+
"phpstan/phpstan-phpunit": "^1.4.1",
18+
"phpstan/phpstan-strict-rules": "^1.6.1",
19+
"phpunit/phpunit": "^10.5.38",
20+
"squizlabs/php_codesniffer": "^3.11.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

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)