chore: force newer version of psalm

This commit is contained in:
fiachra mcdermott 2021-06-21 16:05:24 -07:00
parent 0d84139e11
commit 937fb50f33

View File

@ -5,14 +5,14 @@
"require": {
"php": "^7.3|^8",
"ext-simplexml": "*",
"barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2",
"illuminate/container": "^6.0 || ^7.0 || ^8.0",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0",
"illuminate/http": "^6.0 || ^7.0 || ^8.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0",
"vimeo/psalm": "^4.0",
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0"
"vimeo/psalm": "^4.8.1",
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0",
"barryvdh/laravel-ide-helper": ">=2.8.0 <2.9.2"
},
"license": "MIT",
"authors": [