This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm \ | |
-u "$(id -u):$(id -g)" \ | |
-v $(pwd):/var/www/html \ | |
-w /var/www/html \ | |
laravelsail/php82-composer:latest \ | |
composer install --ignore-platform-reqs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--charset VAL : Input and output charset for all files | |
. By default, we accept UTF-8 as input | |
and output US_ASCII | |
--closure_entry_point VAL : Entry points to the program. Must be g | |
oog.provide'd symbols. Any goog.provid | |
e'd symbols that are not a transitive | |
dependency of the entry points will be | |
removed. Files without goog.provides, | |
and their dependencies, will always b | |
e left in. If any entry points are spe |