Skip to content

Commit 02b127e

Browse files
committed
bump to PHP 8.3 + update deps
1 parent f1c5104 commit 02b127e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"migration"
1313
],
1414
"require": {
15-
"php": "^8.2",
15+
"php": "^8.3",
1616
"clue/ndjson-react": "^1.3",
1717
"composer/pcre": "^3.3.2",
1818
"composer/semver": "^3.4",
@@ -34,22 +34,22 @@
3434
"rector/rector-symfony": "dev-main",
3535
"sebastian/diff": "^6.0",
3636
"symfony/console": "^6.4.24",
37-
"symfony/filesystem": "^6.4",
37+
"symfony/filesystem": "^6.4|7.0.*",
3838
"symfony/finder": "^6.4",
39-
"symfony/process": "^6.4",
39+
"symfony/process": "^6.4|7.0.*",
4040
"symplify/easy-parallel": "^11.2.2",
4141
"symplify/rule-doc-generator-contracts": "^11.2",
4242
"webmozart/assert": "^2.1"
4343
},
4444
"require-dev": {
4545
"nette/robot-loader": "^4.1",
4646
"php-parallel-lint/php-parallel-lint": "^1.4",
47-
"phpecs/phpecs": "^2.2",
47+
"symplify/easy-coding-standard": "^13.0",
4848
"phpstan/extension-installer": "^1.4",
4949
"phpstan/phpstan-deprecation-rules": "^2.0",
5050
"phpstan/phpstan-phpunit": "^2.0",
5151
"phpstan/phpstan-webmozart-assert": "^2.0",
52-
"phpunit/phpunit": "^11.5",
52+
"phpunit/phpunit": "^11.5|^12.0",
5353
"rector/jack": "^0.4",
5454
"rector/release-notes-generator": "^0.5.1",
5555
"rector/swiss-knife": "^2.3",
@@ -59,7 +59,7 @@
5959
"symplify/phpstan-rules": "^14.9.11",
6060
"symplify/vendor-patches": "^11.5",
6161
"tomasvotruba/class-leak": "^2.1",
62-
"tomasvotruba/unused-public": "^2.1",
62+
"tomasvotruba/unused-public": "^2.2",
6363
"tracy/tracy": "^2.11"
6464
},
6565
"replace": {

0 commit comments

Comments
 (0)