You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

composer.json 212B

1234567891011
  1. {
  2. "require": {
  3. "nikic/php-parser": "^4.13",
  4. "vimeo/psalm": "^4.17"
  5. },
  6. "config": {
  7. "allow-plugins": {
  8. "composer/package-versions-deprecated": true
  9. }
  10. }
  11. }