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:
5
tests/files/sites/has-composer/composer.json
Normal file
5
tests/files/sites/has-composer/composer.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"require": {
|
||||
"tightenco/collect": "1.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user