composer.json 232 B

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