mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
* Update Symfony lib to version ~6.4.0 * Update code missing return type * Add an iTop general configuration entry to store application secret (Symfony mandatory parameter) * Use dependency injection in ExceptionListener & UserProvider classes
6 lines
145 B
Batchfile
6 lines
145 B
Batchfile
@ECHO OFF
|
|
setlocal DISABLEDELAYEDEXPANSION
|
|
SET BIN_TARGET=%~dp0/patch-type-declarations
|
|
SET COMPOSER_RUNTIME_BIN_DIR=%~dp0
|
|
php "%BIN_TARGET%" %*
|