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 233B

12345678910111213
  1. {
  2. "require": {
  3. "vimeo/psalm": "^4.18"
  4. },
  5. "config": {
  6. "platform": {
  7. "php": "7.3"
  8. },
  9. "allow-plugins": {
  10. "composer/package-versions-deprecated": true
  11. }
  12. }
  13. }