[phpstorm-stubs] Use precise package versions in composer

This commit is contained in:
Ivan Fedorov 2024-01-12 17:04:54 +01:00 committed by Ivan Fedorov
parent 1f65707eee
commit 522b18e75d
1 changed files with 4 additions and 5 deletions

View File

@ -14,11 +14,10 @@
"inspection"
],
"require-dev": {
"php": "^8.3",
"nikic/php-parser": "@stable",
"phpdocumentor/reflection-docblock": "@stable",
"phpunit/phpunit": "@stable",
"friendsofphp/php-cs-fixer": "@stable"
"nikic/php-parser": "v5.0.0",
"phpdocumentor/reflection-docblock": "5.3.0",
"phpunit/phpunit": "10.5.5",
"friendsofphp/php-cs-fixer": "v3.46.0"
},
"autoload": {
"files": ["PhpStormStubsMap.php"]