We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e23dc commit e2d4ec3Copy full SHA for e2d4ec3
composer.json
@@ -46,12 +46,13 @@
46
"php-parallel-lint/php-parallel-lint": "^1.2",
47
"phpstan/phpstan": "^1.10",
48
"phpunit/phpunit": "^9.5",
49
- "psy/psysh": "^0.11",
+ "psy/psysh": "^0.12",
50
"roave/security-advisories": "dev-latest"
51
},
52
"conflict": {
53
"docker-php/docker-php": "*",
54
- "php-http/message": "<1.15"
+ "php-http/message": "<1.15",
55
+ "nikic/php-parser": "<4.13"
56
57
"scripts": {
58
"php-cs-fixer": "vendor/bin/php-cs-fixer fix --dry-run --verbose --diff",
0 commit comments