Implement a caching mechanism
This commit is contained in:
3
bin/composer
Executable file
3
bin/composer
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
[ -z "$1" ] && echo "Please specify a Composer command (ex. install)" && exit
|
||||
bin/cli composer "$@"
|
||||
Reference in New Issue
Block a user