├── COPYRIGHT.md ├── LICENSE.md ├── README.md ├── bin └── laminas-development-mode ├── composer.json ├── composer.lock ├── development.config.php.dist ├── development.local.php.dist └── src ├── AutoComposer.php ├── Command.php ├── ConfigDiscoveryTrait.php ├── Disable.php ├── Enable.php ├── Help.php └── Status.php /COPYRIGHT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/COPYRIGHT.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/README.md -------------------------------------------------------------------------------- /bin/laminas-development-mode: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/bin/laminas-development-mode -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/composer.lock -------------------------------------------------------------------------------- /development.config.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/development.config.php.dist -------------------------------------------------------------------------------- /development.local.php.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/development.local.php.dist -------------------------------------------------------------------------------- /src/AutoComposer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/src/AutoComposer.php -------------------------------------------------------------------------------- /src/Command.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/src/Command.php -------------------------------------------------------------------------------- /src/ConfigDiscoveryTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/src/ConfigDiscoveryTrait.php -------------------------------------------------------------------------------- /src/Disable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/src/Disable.php -------------------------------------------------------------------------------- /src/Enable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/src/Enable.php -------------------------------------------------------------------------------- /src/Help.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/src/Help.php -------------------------------------------------------------------------------- /src/Status.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laminas/laminas-development-mode/HEAD/src/Status.php --------------------------------------------------------------------------------