| Fully Qualified Name: | CodeIgniter\ComposerScripts |
ComposerScripts
These scripts are used by Composer during installs and updates to move files to locations within the system folder so that end-users do not need to use Composer to install a package, but can simply download
| Name | Description | Defined By |
|---|---|---|
| moveEscaper() | Moves the Laminas Escaper files into our base repo so that it's available for packaged releases where the users don't user Composer. | ComposerScripts |
| moveKint() | Moves the Kint file into our base repo so that it's available for packaged releases where the users don't user Composer. | ComposerScripts |
| postUpdate() | After composer install/update, this is called to move the bare-minimum required files for our dependencies to appropriate locations. | ComposerScripts |
Moves the Laminas Escaper files into our base repo so that it's available for packaged releases where the users don't user Composer.
Returns:
Moves the Kint file into our base repo so that it's available for packaged releases where the users don't user Composer.
Returns:
After composer install/update, this is called to move the bare-minimum required files for our dependencies to appropriate locations.
Returns: