Skip to content

Commit e2d4ec3

Browse files
rodrigoaguileraflavioheleno
authored andcommitted
Add conflict with non-compatible versions of nikic/php-parser.
Bump psy/psysh to allow for nikic/php-parser v5.
1 parent 82e23dc commit e2d4ec3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@
4646
"php-parallel-lint/php-parallel-lint": "^1.2",
4747
"phpstan/phpstan": "^1.10",
4848
"phpunit/phpunit": "^9.5",
49-
"psy/psysh": "^0.11",
49+
"psy/psysh": "^0.12",
5050
"roave/security-advisories": "dev-latest"
5151
},
5252
"conflict": {
5353
"docker-php/docker-php": "*",
54-
"php-http/message": "<1.15"
54+
"php-http/message": "<1.15",
55+
"nikic/php-parser": "<4.13"
5556
},
5657
"scripts": {
5758
"php-cs-fixer": "vendor/bin/php-cs-fixer fix --dry-run --verbose --diff",

0 commit comments

Comments
 (0)