Closed jasny closed 8 years ago
Each time composer update is run, c3.php is copied and the developer is told to do something, which can be confusing. Adding a check to see if the file has changed and actually needs to be copied solves this.
composer update
yep, thanks
Each time
composer update
is run, c3.php is copied and the developer is told to do something, which can be confusing. Adding a check to see if the file has changed and actually needs to be copied solves this.