1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00

Add the ability for drivers to check Composer dependencies (#1345)

This commit is contained in:
Matt Stauffer
2023-01-13 21:54:59 -05:00
committed by GitHub
parent 303462ffd1
commit 9143636c76
4 changed files with 32 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
{
"require": {
"tightenco/collect": "1.0.0"
}
}