chore: lock in stable deps

This commit is contained in:
Feek 2020-08-14 21:40:21 -07:00
parent 4175b445a4
commit 66f8d5779a

View File

@ -5,13 +5,13 @@
"require": {
"php": "^7.2|^8",
"ext-simplexml": "*",
"barryvdh/laravel-ide-helper": "dev-master",
"barryvdh/laravel-ide-helper": "^2.8.0",
"illuminate/container": "5.8.* || ^6.0 || ^7.0",
"illuminate/contracts": "5.8.* || ^6.0 || ^7.0",
"illuminate/database": "5.8.* || ^6.0 || ^7.0",
"illuminate/http": "5.8.* || ^6.0 || ^7.0",
"illuminate/support": "5.8.* || ^6.0 || ^7.0",
"vimeo/psalm": "dev-master",
"vimeo/psalm": "^3.13.1",
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0"
},
"license": "MIT",