Skip to content

Commit 2e53c3f

Browse files
committed
Add script command "test" for composer
1 parent be9c34e commit 2e53c3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,8 @@
4242
"psr/cache": "To be used with Kevinrob\\GuzzleCache\\Storage\\Psr6CacheStorage",
4343
"psr/simple-cache": "To be used with Kevinrob\\GuzzleCache\\Storage\\Psr16CacheStorage",
4444
"laravel/framework": "To be used with Kevinrob\\GuzzleCache\\Storage\\LaravelCacheStorage"
45+
},
46+
"scripts": {
47+
"test": "vendor/bin/phpunit"
4548
}
4649
}

0 commit comments

Comments
 (0)