Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: platformsh-cli | Distribution: openSUSE Leap 15.2 |
Version: 3.55.0 | Vendor: openSUSE |
Release: lp152.1.1 | Build date: Mon May 18 11:12:15 2020 |
Group: Productivity/Networking/Web/Servers | Build host: lamb09 |
Size: 9032457 | Source RPM: platformsh-cli-3.55.0-lp152.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/platformsh/platformsh-cli | |
Summary: Tool for managing Platform.sh services from the command line |
The Platform.sh CLI is the official command-line interface for Platform.sh. Use this tool to interact with Platform.sh projects, and to build them locally for development purposes.
MIT
* Thu May 14 2020 jimmy@boombatower.com - Update to version 3.55.0: * Release v3.55.0 * Suppress "Link not found: #manage-access" exception in backup:create command (#926) * Clarify deprecation message for the --type option on the integration:update command * Fix integration:update command's options resolution * Add activity scripts integration type (--type=script) * Mon May 04 2020 jimmy@boombatower.com - Update to version 3.54.2: * Release v3.54.2 * Fix integration:get command suggestions (#924) * Allow interactive choice in integration:delete (#925) * Update OAuth 2.0 URLs to the new Auth service * Tue Apr 28 2020 jimmy@boombatower.com - Update to version 3.54.1: * Release v3.54.1 * Revert "Accept the variable value from stdin in variable:create and variable:update commands" * Cover set-remote in the project:create command too * Allow for access denied to the old project in the project:set-remote command * Integrations: replace foo/bar example with owner/repository (#921) * Ensure all token data is available after reauthenticating, for completeness' sake * Thu Apr 16 2020 jimmy@boombatower.com - Update to version 3.54.0: * Release v3.54.0 * Fix deleting httpaccess settings using a merge patch (#917) * Update src/Command/Integration/IntegrationCommandBase.php * Remove the unused --environment option for integration:activity commands * Tweak help for browser login (#916) * Automatically prompt for login when token refresh fails (#918) * Remove default From address for health.email notifications * Wed Apr 08 2020 jimmy@boombatower.com - Update to version 3.53.1: * Release v3.53.1 * Allow #admins and #viewers as recipients in the health.email integration (#914) * Check for Gnome session before using credential helper on Linux * Tidying minor inspection issues (unused imports etc) * Fix bug in integration:delete command: "Call to a member function getGitUrl() on null" * Fix obvious off-by-one error in README, and move command list down * Release v3.53.0 * Clear up README: recommend the auth:api-token-login command, and remove password login suggestions * Clear up interaction with the session ID * Ensure logout when saving the new token * Add application.writable_user_dir config * Add API token login command * Add integration:activity commands (#881) * Supply SSH options to mount:upload and mount:download commands (#912) * xdebug: change "key" to "idekey" (#911) * Ignore keychain not found errors during erase() * Prefer .zshrc rather than .zprofile for installation (#909) * Add application.slug as a required configuration value, and use it as the credentials identifier * Use Docker credential helpers to store secrets * Show the command output for failed processes to help debugging * Wed Feb 26 2020 jimmy@boombatower.com - Update to version 3.52.3: * Release v3.52.3 * Fix unnecessary use of $host->getCacheKey() [skip changelog] * Display Git URL in project:create (create) command * Accept the variable value from stdin in variable:create and variable:update commands (#905) * Avoid overly verbose message in tunnel:single command * Check relationships before asking confirm question in tunnel:open command * Display tunnel details as a URL * Mon Feb 10 2020 jimmy@boombatower.com - Update to version 3.52.2: * Release v3.52.2 * Ignore parse exceptions from xdebug command when loading command list (#901) * Return OAuth2 errors to the terminal * Handle OAuth2 errors (e.g. denied consent/scopes) * Wed Jan 29 2020 jimmy@boombatower.com - Update to version 3.52.1: * Release v3.52.1 * Update dependencies (Symfony -> 3.4.37) * Update client (oauth2 compatibility) * Suggest SSH to the Git server to test the connection in 'get' command (#898) * Pipe to command in db:size to avoid quoting issues on Windows (#899) * Sat Jan 25 2020 jimmy@boombatower.com - Update to version 3.52.0: * Release v3.52.0 * Hide xdebug command for non-PHP projects * xdebug command formatting tweaks * feat(env): add e:xdebug command (#887) * Avoid word-wrapping closing tag in error message API token help * Improve argument quoting in db:size (refactoring RemoteHost a little) * Windows: update README * Windows: improve PATH install process * Downplay unknown shell type message when setting up autocompletion * Windows: use \ in the path of main user-facing directories * Windows: create .bat executable for easier installation * Windows-compatible quotes on dev build page * Windows: fix local server for browser login * Windows: fix opening URLs * Fri Jan 17 2020 jimmy@boombatower.com - Update to version 3.51.3: * Release v3.51.3 * Release v3.51.2 * Implement PKCE for browser login * Avoid unnecessary HTTP exception message * Allow PLATFORMSH_CLI_HOME variable to override the home directory (#886) * Remove recommendations for auth:password-login command * Fix gitlab example (#894) * Fix proxy setting when there is more than 1 * Allow PLATFORMSH_CLI_API_URL to override the base API URL * Wed Jan 15 2020 jimmy@boombatower.com - Update to version 3.51.1: * Release v3.51.1 * Deprecate password login (#850) * Improve "platform branch" message in checkout command, when there is only one branch * Installer: force self:install output to stdout (#890) * Fix auto login when a current project is selected * Fix argument quoting in db:size on Windows (#889) * Make --shared-key optional for the health.webhook integration * Build the Phar file on gitlab * Tweak deprecation method for the --branch option on the push command [skip changelog] * Handle a 403 from the subscription endpoint in project:delete * Fri Dec 27 2019 jimmy@boombatower.com - Update to version 3.51.0: * Release v3.51.0 * Cherry-pick from master: Templates have moved to platformsh-templates (#884) * Add health.webhook integration type (#882) * Fix: avoid listing duplicate activities and avoid an infinite loop * Keep 'slow' build tests on PHP 7.3 because of Drush errors * Update Box for PHP 7.4 support * Activities will no longer have a "log" property * Templates have moved to platformsh-templates (#884) * Add PLATFORMSH_CLI_NO_INTERACTION variable (#878) * Update the project git URL when adding/deleting an integration (#877) * Test against PHP 7.4 * Fri Dec 13 2019 jimmy@boombatower.com - Update to version 3.50.1: * Release v3.50.1 * Fix ServiceNotFoundException in "get" command * Release v3.50.0 * Revert "Remove drush-aliases SSH calls to find the absolute app root (#869)" (#876) * Update dependencies * Update API client to standardize project git URLs * Unused variable [skip changelog] * Some scp command tweaks/cleanup * Comments/cleanup * Provide project choice without behavior of detecting the current project * Do not require Git to find a git root * Suggest set-remote in get command with an existing repository * Refactor project:get (get) command * Added support for scp (#839) * Add api:curl command to use the API directly * Add --no-set-remote option * Do not URL-encode the repository in Bitbucket API requests (#874) * Added Docker setup (#841) * Switch passthru to index in dev build * Fix small bug in normalizeSha() * Update dependencies * Provide interactive choice in variable:get command * Add "Enabled" (is_enabled) column in variable:list (var) command * Refresh environments in welcome command * Handle an existing mapped project * Add --set-remote option to project:create (create) command * Make machine_name available as a column in environment:list (env) command * Fri Nov 08 2019 jimmy@boombatower.com - Update to version 3.49.3: * Release v3.49.3 * Warn about pushing to branches named "production" (#870) * Add a @todo to follow up on #868 if/when possible * Hide worker containers on enterprise (#868) * Remove drush-aliases SSH calls to find the absolute app root (#869) * Disallow . in Drush alias names (replace with -) * Fix cases using the default argument incorrectly * Fix choosing default option * Allow --app option to correct select application * Mon Oct 28 2019 jimmy@boombatower.com - Update to version 3.49.2: * Release v3.49.2 * Fix drush command quoting/escaping when a single quoted command is used (#861) * Fix "multi" command only acting on the first project (repeatedly) (#862) * Revert "Fix ssh argument escaping" * Fix ssh argument escaping * Recommend tunnel:single from tunnel:open if extensions are missing * Tue Oct 15 2019 jimmy@boombatower.com - Update to version 3.49.1: * Release v3.49.1 * Update client library to include the client ID when revoking tokens * Support legacy API tokens in the stream context * Reset account info cache after adding or deleting an SSH key * Get the access token using form URL-encoded data not JSON, in browser login command * Allow overriding the OAuth 2.0 endpoint URLs * Fix argument escaping in drush command * Tue Oct 08 2019 jimmy@boombatower.com - Update to version 3.49.0: * Release v3.49.0 * Improve deprecation message for push --branch * Allow hash to wrap in commit list * Improve help for old, deprecated variable commands * A little colour in "No mounts found" * Make unit tests verbose * Unnecessary variable in installer * Refine description of --yes and --no * Deprecate 3 options in commit:get command * Unused variable * Fix --schema help in db:sql command * Event subscriber: convert from deprecated console.exception to newer console.error * Avoid namespace conflict * Use log stream in waitMultiple() * Make activity success/failure messages consistent * Fix URL formatting in tunnel:single command * Fix activities being lost in waitMultiple() * Fix swapped question text in push command * Fix property not found error in decode command with an empty object * Increase default stream context timeout * Allow the mount:list and mount:size commands to run locally on the container (#857) * Wait for remaining activities in the push command * Display simple table (no messages) in integration:list if the format is machine readable * Thu Sep 26 2019 jimmy@boombatower.com - Update to version 3.48.2: * Release v3.48.2 * Avoid unnecessary context message in activity:log * Theoretical ActivityMonitor bugfix [skip changelog] * Newline before activity log * Remove extra messages (too verbose output) in backup commands * Improve --activate in push command (#858) * Fix combination of --activate and --branch in push command * Wed Sep 25 2019 jimmy@boombatower.com - Update to version 3.48.1: * Release v3.48.1 * Fix default message for HttpException * Fix push --activate for new environments * Unused imports * Fix flickering activity state * Don't prompt to run the original command if it is empty * Pass along the previous exception in the event subscriber * Make `activity:get --property description` return HTML * Assume activity state is 'in progress' while reading the log * Sun Sep 22 2019 jimmy@boombatower.com - Update to version 3.48.0: * Release v3.48.0 * Update dependencies (Symfony -> 3.4.31) * Implement streaming activity logs (#854) * Update API client to reduce unnecessary calls in integration:list command * Report real progress time in activity log (#851) * Significantly reduce default cache lifetimes (#849) * Clarify when mounts share the same disk (#848) * Clean up db:size innodb try/catch * bugfixing some PE customers (#846) * No need to check backup access for inactive/dirty environments * Rename snapshot -> backup - Replace @version-placeholder@ in config.yaml with package version * Thu Aug 29 2019 jimmy@boombatower.com - Update to version 3.47.0: * Release v3.47.0 * Update API client to reduce environment API requests * Remove now unnecessary DrushServiceMock * Remove --pipe to -o alias * Allow many commands to work 'locally' on the container * Alias --pipe to -o and --primary to -1 (#844) * Fix performance regression with many environments and Drush aliases (#843) * Allow multiple command arguments in drush and ssh commands (#837) * Installer hotfix: do not require curl (#838) * Installer hotfix: do not require curl (#838) * Use primary route URL from deployments API in Drush aliases (#835) * Test on 7.4 * Fri Aug 16 2019 jimmy@boombatower.com - Update to version 3.46.0: * Release v3.46.0 * Add bitbucket_server integration support (#833) * Test building and installing on Travis (#834) * Tiny fix to account for other shell types before detecting ZSH * self:install: use --shell-type when finding a config file * Document new installer options * Add --shell-type option to installer * Add --manifest option to installer * Provide installer on dev builds * Add color to self:install command * Installer output improvements * Installer: require curl, openssl and pcre * Add --charset option to the db:dump command (#832) * Rsync cleanup [skip changelog] * Fix findTargetParent() argument in push command * Add --branch option to push command (#827) * Rename "Capacity" to "% Used" in mount:size command (#828) * Installer: remove unnecessary mbstring check * Enable compression in project:curl command * Fri Jul 26 2019 jimmy@boombatower.com - Update to version 3.45.0: * Release v3.45.0 * Update client to only enable gzip if the zlib extension is loaded * Update client to enable gzipped API responses * In mount:upload, convert OS X filename characters using --iconv * Add --all option to mount:download * Refactor MountCommandBase * Do not fetch an empty commit hash (after parents notation) * Installer: fix check for git on Windows (#824) * Wed Jul 10 2019 jimmy@boombatower.com - Update to version 3.44.0: * Release v3.44.0 * Match user email addresess case-insensitively * Substitute phar path at runtime without realpath [skip changelog] * Use Route class for more structure and to fix upstream name * Run phar directly [skip changelog] * Test forcing display on or off * Add examples * Test effect of --primary and --browser options * Group command tests under "commands" and fix namespaces * url command: just print all URLs when there is no display/browser * Always prefer primary route in "url" command * Allow url command to read from local environment * Prefer the primary route as the site URL * Use embedded user information if available * Allow app:config-get to read from PLATFORM_APPLICATION * Fix "Failed to decode" in relationships command when there are no relationships * Adapt welcome command for offline-on-container uses * Do not require login for self:stats * Improve app/worker choice message * Update index.php with a source link * Clearer error for no config file * Dynamic app name in dev build web page * Thu Jun 27 2019 jimmy@boombatower.com - Update to version 3.43.2: * Release v3.43.2 * Note --max is not recommended * Installer: version constraints via --min and --max * Allow plans not to have prices in create command * Sync manifest.json with master branch * Do not error for empty JSON object/array in decode command * Output nothing instead of "null" for null properties * Wed Jun 26 2019 jimmy@boombatower.com - Update to version 3.43.1: * Release v3.43.1 * Fix db:size miscalculation for older mysql databases * Tue Jun 25 2019 jimmy@boombatower.com - Update to version 3.43.0: * Release v3.43.0 * Add decode command to README.md * Rename variable:decode to decode * Review fixes * Add variable:decode command * Support local variable in environment:relationships (relationships) command * Property defaults * Adapt route:list command * Support reading routes from the local environment in route:get command * Add --id and --primary options to route:get command * Move test files so they don't interfere * Add Platform.sh build files * The --cleanup command can now ask the user if it should do a cleanup, and actually do it * MariaDB 10.0 does not support my stuff :(, so adding extra check * adding --cleanup option to check if InnoDB tables can be optimized * Use bytes as the base to work on. Improve PGSQL correctness as well. * rounding up forcing because php is weird * rounding up is probably slightly better * removing switch(true) * Adding -B bytes option like mount:size * Using the builting symfony formatMemory thing (even though it's worse) * Made a mistake there * Splitting up the code in functions, adding check that will estimate the Mysql disk size more closely * Thu Jun 13 2019 jimmy@boombatower.com - Update to version 3.42.2: * Release v3.42.2 * Mark autocompletion as "skipped" rather than "failed" if stdout is not a tty * Clarify try/finally pattern [skip changelog] * Release v3.42.1 * Hotfix for: You have requested a non-existent service "input". * Release v3.42.0 * ... fix item matching [skip changelog] * Support updating manifest for latest item matching same major version [skip changelog] * Make GIT_SSH argument quoting more standard * Copy and source a regular file for autocompletion setup * Accept wholly indented YAML files (#806) * Rename LegacyEnv to BrokenEnv * SSH: support legacy environments without a deployments API * Add 4.1.0-dev to manifest.json * Explain when no supported versions are found * OOP for the installer * Support installing versions with dev suffixes in installer * Add beta stability flag * Add source-operation:run command * Warn in installer about missing pcntl and posix extensions (#803) * Pass max_allowed_packet setting to mysqldump * Display nothing for sensitive variable values in variable:list tsv/csv format * Rename SshDestination to RemoteContainer; add getConfig() * Require confirmation when adding a git source integration * Thu May 30 2019 jimmy@boombatower.com - Update to version 3.41.1: * Release v3.41.1 * Remove redundant package * Update client to incorporate guzzle/oauth2 bugfix * Wed May 29 2019 jimmy@boombatower.com - Update to version 3.41.0: * Release v3.41.0 * Add --worker option to log command * Support interactive worker selection in ssh command * Support --worker option for mount commands * Add environment commit SHA to the deployment cache key * Allow a nonexistent --target in mount:download * Update cweagans/composer-patches [skip changelog] * getProject()'s cache should require the $host to match if one is specified (#799) * Default config file should be .bash_profile on OS X (#798) * Update autocompletion library (stecman/symfony-console-completion) * Sun May 19 2019 jimmy@boombatower.com - Update to version 3.40.16: * Release v3.40.16 * Fix python builds * Update client to use the new estimation API * Enable mysqldump/pg_dump verbose mode when db:dump command is called with -vv or -vvv * Thu May 09 2019 jimmy@boombatower.com - Update to version 3.40.15: * Release v3.40.15 * Update Symfony dependencies (3.4.26 -> 3.4.27) * Make the --root argument static in Drush command (#795) * Make plans list dynamic in 'create' command (#794) * Unused import * Remove commits API workaround * Fix silent failure when a commit is not found * Wed May 01 2019 jimmy@boombatower.com - Update to version 3.40.14: * Release v3.40.14 * Update dependencies * Fix Git tree caching (for repo:ls command) * Clarify method name [skip changelog] * Handle "python2" dependencies (as well as "python" and "python3") * Mon Apr 22 2019 jimmy@boombatower.com - Update to version 3.40.13: * Release v3.40.13 * Further access token refresh bugfix * Tue Apr 16 2019 jimmy@boombatower.com - Update to version 3.40.12: * Release v3.40.12 * New animation * Improve access token refresh * Offer to "Log in anyway?" in browser login * Fix local project not found exception when specifying another project * Ensure "vendor" is rebuilt by default in self:build * Fri Apr 05 2019 jimmy@boombatower.com - Update to version 3.40.11: * Release v3.40.11 * Release v3.40.10 * Drush aliases: actually use the new app root for non-local environments * Release v3.40.9 * Drush aliases: SSH for the app root for all non-local environments * self:release: check for changes since the last version * Text/help improvements to the e:init command (and un-hide it) * Fix silent failure with invalid project IDs in multi command * Some self:release cleanup and DX * Ensure cwd in getVersion() * Always include compare link in release description * Fix tests for Console domain * Replace dev application version using Git * Mon Apr 01 2019 jimmy@boombatower.com - Update to version 3.40.8: * Release v3.40.8 * Write version without "v" prefix to phar * Ensure version is compared without "v" prefix for updates * Release v3.40.7 * Remove composer bin scripts for now (for #791) * Update Console domain * Dependency updates * Fri Mar 29 2019 jimmy@boombatower.com - Update to version 3.40.6: * Release v3.40.6 * Show a message if more snapshots/activities may be available (#790) * Do create a tag for pre-releases (GitHub requires it) * Add default version for self:build * Enable Box compactors * Use --no-scripts to install on Travis * Do not create a tag for pre-releases * Better command to find last version * Remove unnecessary setHidden() * Versioning/release improvements * Upgrade humbug/box and include it via barmarni/composer-bin-plugin * Tue Mar 12 2019 jimmy@boombatower.com - Update to version 3.40.5: * Release v3.40.5 * Disable pcre.jit in tunnel:open command to work around PHP bug #77260 (#786) * Update security test script * Tue Feb 26 2019 jimmy@boombatower.com - Update to version 3.40.4: * Release v3.40.4 * Block snapshot:restore with --target for legacy regions * fix(mongo): database authentification * Release v3.40.3 * Attempt to find the app root via SSH for Enterprise environments (#781) * Fix "Service not found: " error in "db:" commands where the service is not known * Mon Feb 18 2019 jimmy@boombatower.com - Update to version 3.40.2: * Release v3.40.2 * Fix default for single relationship when choosing a service * Update dependencies (Symfony 3.4.19 -> 3.4.22) * Mon Feb 18 2019 jimmy@boombatower.com - Update to version 3.40.1: * Release v3.40.1 * Fix --relationship option with trailing .0 when selecting from multiple endpoints * Account for integrated Enterprise environments whose deployment schema information isn't accurate * Ensure the service name is in the relationship array * Fri Feb 15 2019 jimmy@boombatower.com - Update to version 3.40.0: * Release v3.40.0 * Use a different Drush alias root for site-local versions 8 or 9 (#777) * Fix non-interactive choice default handling * Fix non-interactive choice questions with no default should return null instead of erroring * Make db:size schema agnostic but warn about inaccessible schemas * Filter schemas by endpoint privileges * Present a choice between schemas * Include the service name and schema in the dump filename * Add --schema option to db:dump and db:sql * Always include a line break after choose() * Fix checkout command when there is only one branch * Fix Drush lock files not being used * Add some 3-letter aliases * Remove experimental "server" commands from README * Fri Jan 18 2019 jimmy@boombatower.com - Update to version 3.39.0: * Release v3.39.0 * Add tunnel:single command: allow opening a tunnel without posix/pcntl (#768) * Drush 9 compatibility: move alias auto-remove key under "options" * Remove Drush 9-beta compatibility * Fix: login does not sufficiently log out from old account (#770) * Account for differing app roots in Drush aliases * Unused function * Release v3.38.1 * Fix incorrect "You cannot use both the <environment> argument and the --environment option" error in environment:activate command * Wed Jan 09 2019 jimmy@boombatower.com - Update to version 3.38.0: * Release v3.38.0 * Fix addOption arguments in snapshot:restore * Allow restoring snapshots to another environment (#735) * Sort interactive project/environment choices alphabetically * Update README.md [skip changelog] * Deduplicate role option description [skip changelog] * Separate user:add and user:update command help * [environment:list] Define "created" and "updated" columns * [environment:list] Fix "Name" column should always have been "Title" * Also support environment titles of 0 * Fix: environments with an empty name (e.g. '0') not being recognized * [certificate:list] Add --pipe-domains option * [certificate:list] Add --exclude-domain option * [certificate:list] Add certs alias * Remove interactivity check from installer (#765) * [certificate:list] Define `domains` column * [certificate:list] Filter on --no-expired by default; add --ignore-expiry option for previous behavior * Fix inline documentation in user:list command * Run tests in PHP 7.3 (Travis) (#764) * Fri Dec 28 2018 jimmy@boombatower.com - Update to version 3.37.2: * Release v3.37.2 * [worker:list] Display project and environment name/ID * [snapshot:list] Display project and environment name/ID * [route:list] Display project name/ID * [domain:list] Display project name/ID * [activity:list] use api() method [skip changelog] * [user:list] Display project name/ID * Alias "python3" dependencies type to use pip * Define "path" column in mount:list command * Fix table CSV test * Revert csv/tsv output to use LF instead of CRLF line breaks * [activity:list] Better explanation of the selected environment/project * Parse project URLs from the beta unified-UI (#761) * Thu Nov 29 2018 jimmy@boombatower.com - Update to version 3.37.1: * Release v3.37.1 * [mount:size] Fix capacity calculation (should show % of total space, instead of % of "available") * Wed Nov 28 2018 jimmy@boombatower.com - Update to version 3.37.0: * Release v3.37.0 * Update dependencies (mostly Symfony v3.4.6 to v3.4.19) * [auth:password-login] Fail if password input cannot be hidden * Allow loading more than 10 snapshots via --limit (#758) * [environment:branch] set the remote only for new branches (#760) * Fix #755: Add Instruction how to install on windows * Name "role" column in user:list command * Only allow a single name for a table column (key or header) * Name "disk" column in service:list command * Add non-default "updated_at" column to domains:list command * Add non-default "disk" and "size" columns to app:list command * Add non-default "host" column to project:list command * Add custom CSV formatter, to make csv/tsv table output cleaner * Add --columns option for all tables * Remove `sudo: false` as required by Travis-CI * Avoid wrapping dates in commit:list * Mark some more tests as slow, but do not allow them to fail * Update list of allowed SSH key algorithms * Avoid repeating session dir path * Simplify logout command and remove confirmation step * Mon Nov 12 2018 jimmy@boombatower.com - Update to version 3.36.0: * Release v3.36.0 * Fix dev version [skip changelog] * Use heredoc for command help * Deprecate the --type option in integration:update * Consistent formatting for validation errors from other integration commands * Add integration:validate command * Fix further source of 'Not logged in' errors immediately after login * Do not cache commit API metadata * Fix alpha UI URLs for environments in web command * Release v3.35.4 * Fix occasional LoginRequiredException at the end of login * Fix logout check for other sessions * Support forcing color off via PLATFORMSH_CLI_NO_COLOR=1 or NO_COLOR=1 * [self:release]: remove release confirmation step [skip changelog] * Fri Oct 12 2018 jimmy@boombatower.com - Update to version 3.35.3: * Release v3.35.3 * Revoke this session's tokens pro-actively on logout * multi: ignore blank lines in the project ID list * Fri Oct 05 2018 jimmy@boombatower.com - Update to version 3.35.2: * Release v3.35.2 * Do not prompt for checkout in branch command if it won't be possible * Small refactor of commit:list [skip changelog] * Fix infinite loop in commit:list command (when trying to go back before a root commit) * Get service name from config for Bitbucket hooks * Friendlier commit:get examples * Thu Sep 27 2018 jimmy@boombatower.com - Update to version 3.35.1: * Release v3.35.1 * Fix "p" alias in shell-config-bash.rc * Another release note tweak * Tweak release notes minimum version * Release v3.35.0 * [variable:update]: Allow changing the value of a project-level sensitive variable * Allow listing commits without specifying an environment * Remove unnecessary $i * Iterate through all parents in commit:list, and go back to author date * Add explanations for "Operation not available" on environment actions (#750) * Use "id" instead of "uuid" to refer to user IDs * Add alias p=platform (#749) * Add commit:list (commits) and commit:get commands for viewing commits * Handle ~ revision spec in the --commit option * Add --commit option to "repo" commands (#748) * Additional help for mount:size * Clean up --pipe output in user:get * Rename UserRoleCommand -> UserGetCommand * Box syntax simplification * Add Bitbucket integration (#480) * Show hidden service commands * Tweak to prefix option display in variable:create * List required extensions in composer.json (#746) * Unused import * Remove extra whitespace [skip changelog] * Fix drush alias group name prepending bug * Fix installer test script to use correct manifest * Tue Sep 11 2018 jimmy@boombatower.com - Update to version 3.34.3: * Release v3.34.3 * self:release: confirm changelog before building Phar * Update Guzzle for PHP 7.3 compatibility * Use pipenv instead of awscli in build deps test (for Travis) * Test the installer via Travis * Fix undefined constant STDOUT in the installer * Fix undefined constant STDOUT in the installer * Update list of default regions, take #2 (#742) * Update list of default regions. (#741) * Thu Sep 06 2018 jimmy@boombatower.com - Update to version 3.34.2: * Release v3.34.2 * Always refresh resources when an operation is not available (#740) * Fix --start option in activity:list * Prefer .bash_profile over .bashrc on OS X * Make the installer interactive if possible * Sat Jul 21 2018 jimmy@boombatower.com - Update to version 3.34.1: * Release v3.34.1 * Fix --pipe option in the environment:ssh (ssh) command * Wording tweak for sync --rebase * Thu Jul 19 2018 jimmy@boombatower.com - Update to version 3.34.0: * Release v3.34.0 * Add --worker option to the SSH command (#736) * Remove legacy API workaround in integration:update * Add --depth option to project:get (get) command (#715) * Add --rebase option to the environment:synchronize (sync) command. (#714) * Add --prune-branches option for github and gitlab integrations (#723) * Update user commands for upstream API fix (improves performance) (#718) * Add service:list (services) command (#731) * [db:dump] Add --no-owner to pg_dump command (#733) * [self:install] Format source argument with ./ if it is a basename * Fix --all option in list command * [self:install]: prefer .bashrc over .bash_profile * Installer: fix undefined constant when run through stdin to PHP * Fix colorization in installer * Wed Jun 27 2018 jimmy@boombatower.com - Update to version 3.33.6: * Release v3.33.6 * Installer improvements (#730) * Make environment labels consistent (#729) * Refactor mount:size command; add --refresh option * Get current deployment from cache * Fri Jun 22 2018 jimmy@boombatower.com - Update to version 3.33.5: * Release v3.33.5 * Support Integrated UI environmments in environment:logs (log) command (#728) * Fix exception in mount:size commmmand on some regions * Mon Jun 18 2018 jimmy@boombatower.com - Update to version 3.33.4: * Release v3.33.4 * Identifier: extract cluster name even from failed responses * Fix the web root symlink for a top-level app in a multi-app project * Remove hidden commands from autocomplete * Browser login: print shell command when in very-verbose mode * Wed Jun 06 2018 jimmy@boombatower.com - Update to version 3.33.3: * Release v3.33.3 * Complete installation without an existing shell config file (#725) * Fix uninitialized string offset warning in YamlParser * Change default db:dump filename to use the environment's machine name * Tue May 22 2018 jimmy@boombatower.com - Update to version 3.33.2: * Release v3.33.2 * Fix command not found problem in crons * Allow color in composer install * Revert "Installer: use manifest direct from GitHub" * Installer: use manifest direct from GitHub * Slack channel can be an ID (#719) * Thu May 17 2018 jimmy@boombatower.com - Update to version 3.33.1: * Release v3.33.1 * Work around regression caused by previous commit 6659d65 * Wed May 16 2018 jimmy@boombatower.com - Update to version 3.33.0: * Release v3.33.0 * Add --sensitive option for project-level variables (#716) * Add mount:size command (#713) * Add a README warning about debug mode [skip changelog] * Clear environment/project caches after a 403 error * Increase prominence of warning in db:size (#712) * Ignore automatic updates if the Phar is not writable * Mon May 14 2018 jimmy@boombatower.com - Update to version 3.32.5: * Release v3.32.5 * Installer: improvements to environment configuration snippet (#711) * Avoid false positives when recommending .gitignore in Drupal vanilla sites * Allow a timezone to be configured for the CLI in application.timezone * Improve "No services found" message and ignore relationships without a scheme. * Mon May 07 2018 jimmy@boombatower.com - Update to version 3.32.4: * Release v3.32.4 * Statically cache project users (speeds up commands like 'user:get') * Fix descriptions for activity messages that contain / * Raise default updates check interval to 7 days * [project:set-remote] ignore the "current" project if it does not exist * Thu Apr 19 2018 jimmy@boombatower.com - Update to version 3.32.3: * Release v3.32.3 * Correct fix for snapshot:restore and variable:delete bug 😳 * [self:release] fix release download URL [skip changelog] * Release v3.32.2 * [self:release] Use temp dir for phar file [skip changelog] * Fix invalid type bug that broke 2 commands: variable:delete and snapshot:restore * [project:get] ... and check for all heads [skip changelog] * [project:get] Fix check for repository existence (do not assume a default HEAD) * Fix: allow more than one / in a GitLab project name (#708) * [activity:log] show progress bar if possible * [self:install] Detect ZSH more liberally when finding a config file * Fri Apr 13 2018 jimmy@boombatower.com - Update to version 3.32.1: * Release v3.32.1 * Unused closure import [skip changelog] * Fix shell arg escaping with remote commands for Windows (#707) * Update PhpUnit to best version for PHP requirements * Improve apps error message for inactive environents * [self:release] allow customizing the download URL [skip changelog] * [activity:get] calculate duration relative to now for incomplete activities * Tue Apr 10 2018 jimmy@boombatower.com - Update to version 3.32.0: * Release v3.32.0 * Add MongoDB commands: mongo, mongoexport, mongodump, and mongorestore (#703) * Word-wrap option descriptions to the terminal width * [user:add] Add a wildcard for the environment ID * Parse !include tags when loading a YAML file (#701) * Try to refresh an environment before giving an "Operation not available" error * Fix user:role `--pipe` option when getting an environment role * TimezoneUtil: Suppress PHP's timezone warning * Wed Apr 04 2018 jimmy@boombatower.com - Update to version 3.31.6: * Release v3.31.6 * [self:release] Validate version number against the last one [skip changelog] * Use PhpExecutableFinder to execute 'php' commands * Apply same "reset client" fix to auth:password-login * [auth:browser-login] Reset API client after login * [auth:browser-login] Log in again if an API request fails with 400 or 401 * Sat Mar 31 2018 jimmy@boombatower.com - Update to version 3.31.5: * Release v3.31.5 * [bot] add --party and --parrot options * Add application.date_format to README * Add application.date_format config option * Smarter environment cache * Thu Mar 29 2018 jimmy@boombatower.com - Update to version 3.31.4: * Release v3.31.4 * [project:info] show 'git' and 'url' in the property list * [environment:drush] Use deployment routes to find a site URL * Allow accounts API URL to not terminate with / [skip changelog] * Remove CHANGELOG.md: use /releases instead for change logs * [self:release] use GitHub commits API to get the tag SHA [skip changelog] * Test 'drush' command for Drush functionality before using * Tue Mar 27 2018 jimmy@boombatower.com - Update to version 3.31.3: * Release v3.31.3 * Document experimental_commands key [skip changelog] * Allow all_experiments to come first [skip changelog] * Add mechanism to define commands as experimental [skip changelog] * [self:release] Improve changelog generation [skip changelog] * Symfony dependencies update * [self:install] Only include shell-config if it exists; update config snippet automatically * [activity:get] Do not require an environment if an ID is provided * Adapt wrapWithDecoration for literal tags * Release v3.31.2 * Update API client [skip changelog] * Improve variable creation * Decode HTML entities in activity descriptions * Release v3.31.1 * Fix decoration when single element wraps onto multiple lines * Tue Mar 20 2018 jimmy@boombatower.com - Update to version 3.31.0: * Release v3.31.0 * Fix bug: boolean false fields omitted when creating integrations * Re-implement line wrapping to account for trimming * [multi] Accept URLs as project identifiers * Formatted text improvements * Fix wrapping of indented cells * Wrap cell contents while preserving decoration * Display username in already-logged-in message * [build] Run post_deploy hooks if --run-deploy-hooks option is used * Add project:clear-build-cache command * Less wordy * Fix requiring environment when level not specified * Add short variable level option, e.g. '-l p' * Recommend other variable commands * Removing duplicate message * Fix prefixing * Add <name> argument to variable:create * Clean up and pass on wait options * Handle variables at both levels * Update README command list * Mark some variable commands as deprecated * Add --enabled option for variable:create and variable:update * Display variables on create or update * Add --property option to variable:get * Add variable:list command * Modify variable:get so it works with project or environment level variables * Add variable:update command * Add variable:create command * Update API client: avoid loading individual activiites when description property is missing * Fix wrapping of text decoration in adaptive table * Un-hide some commands * [auth:browser-login] Expand port range; add detailed port error message; simplify port validation * [subscription:info] Update command description * [list] Add --all option to show hidden commands * Trim whitespace from API error messages * Limit the amount of projects that can trigger a project choice * Release v3.30.1 * [environment:push] Fix inverse --no-wait/--wait logic * Allow overriding the last version and release branch in self:release [skip changelog] * Always use the deployment API for the app list * [self:release] Update changelog automatically if release-changelog is out of date [skip changelog] * [environment:push] Fix inverse --no-wait/--wait logic * Allow overriding the last version and release branch in self:release [skip changelog] * Always interact where possible to ask for the project / environment (#690) * Always use the deployment API for the app list * [self:release] Update changelog automatically if release-changelog is out of date [skip changelog] * Fri Mar 02 2018 jimmy@boombatower.com - Update to version 3.30.0: * Release v3.30.0 * [self:release] Support editing the changelog [skip changelog] * Format activity descriptions * Print questions even when non-interactive * Add --wait option and shouldWait() cron/hook detection * Update redeploy warning * Add redeploy command * [self:install] Ensure directory exists when creating shell-config.rc * Ensure GitLab/GitHub hooks have the right events (#687) * [activity:get] do not require an environment with --all and a partial ID * [login] Mention --force option * Fix release SHA-256 hash * Tue Feb 20 2018 jimmy@boombatower.com - Update to version 3.29.2: * Release v3.29.2 * Move release logic out of self:build * Update dependencies * [self:stats] Add --page option [skip changelog] * Mon Feb 19 2018 jimmy@boombatower.com - Update to version 3.29.1: * Release v3.29.1 * Add self:release command * Fix array to string conversion in project identifier * [auth:browser-login] Always show help message * [activity:get] [activity:log] Match partial activity IDs * New line tweak [skip changelog] * Add self:stats command * [project:create] Get the list of regions dynamically * [activity:log] Do not require ANSI check for polling/logging * Merge metadata back from master [skip changelog] * Mon Feb 12 2018 jimmy@boombatower.com - Update to version 3.29.0: * Release v3.29.0 * [db:dump] Remove --no-autocommit and simplify mysqldump args (#683) * New lines in user:role to match user:add [skip changelog] * Refactoring of user:add [skip changelog] * Use getUsers() instead of getUser() in user:add [skip changelog] * [user:add] [user:update] expand interactive help text * Add `user:get` command (aliased to and deprecating `user:role`) * [user:add] Improve `user:add` command to allow setting roles on all environments * Expand redeploy warning to recommend "vset" * Back to -dev * [activity:get] Check for empty started_at when calculating duration * [service:redis-cli] Recommend "redis info" command * Merge CHANGELOG and manifest.json updates from master * Wed Jan 31 2018 jimmy@boombatower.com - Update to version 3.28.0: * Update manifest for rebuild of v3.28.0 * Release v3.28.0 * Update dependencies (mainly Symfony 3.4.2 -> 3.4.4) * Add activity state in log * Fix inverted requirement of -e/-a in activity:list and activity:log * Add activity duration and simplify log output * Add activity:get command * Add --date-fmt option to `activity:list` and `snapshot:list`. * Respect date.timezone and allow TZ env var * Fix existing aliases being prefixed with "@" (#679) * Avoid fatal if an InvalidConfigException is encountered during updateDrushAliases() * Use -t instead of RequestTty, for OpenSSH <5.9 * Wed Jan 24 2018 jimmy@boombatower.com - Update to version 3.27.2: * Release v3.27.2 * [self:build] Ignore certain commits from changelog (with [skip changelog]) * Fix: 'Invalid refresh token' message interception shouldn't check the request for oauth2 * Update list output in README.md * Fix link * Expand API token info in README.md * [project:create] add detailed help * [project:create] be stricter about check interval * Minor correction to 7d41dce97bd5fed4c1f4cda3ca84e1f6a13acb62 * [subscription:info] allow passing a subscription ID directly * [project:create] show project ID if possible even after failure * Tue Jan 23 2018 jimmy@boombatower.com - Update to version 3.27.1: * Release v3.27.1 * [project:create] increase check timeout and make it configurable * self:build: check for boolean output from git command * Note login_method in README.md * Note login_method can be overriden * Fri Jan 19 2018 jimmy@boombatower.com - Update to version 3.27.0: * Release v3.27.0 * Print changelog in self:build * Allow override of application.login_method in user config * Set --build-pull-requests-post-merge false by default (GitHub integrations) * Respect --no-wait in environment:init, and clear environment cache * Allow custom scheme in browser login * Fix browser login boolean mistake.. * Explain failed deletion * Delegate project:delete access to the API * Link directly to latest release * auth:browser-login: always display URL in case the default browser did not work * Support colors via CLICOLOR_FORCE in final section of installer * Use browser login by default (#672) * Move disabled_commands under application in config.yaml * Add help in auth:browser-login and auth:login explaining alternatives * Better Windows description * Update README.md * Update to Symfony 3.4.2 * Browser login: markup improvements * Update CHANGELOG.md for v3.26.1 * Fri Dec 29 2017 jimmy@boombatower.com - Update to version 3.26.1: * Release v3.26.1 * Update CHANGELOG.md * Move chmod() to install section of installer * Find latest version regardless of mode in self:build * Restore Phar moving to installer * Remove duplicate message in self:install * Add auth:browser-login command (#669) * Add snippet markers in shell config * Remove old update notes * Remove v2 from manifest.json * Add usage help at the end of self:install * Installer: just invoke self:install * Refactor shell config into separate files * Rename all_features to all_experiments * Add all_features flag * Update default D7 settings files * Unused code * Remove any direct use of remote_env_vars service * Fix route:get options list * Switch route:get to using deployments API (instead of SSH) * Update CHANGELOG.md for v3.26.0 * Fix manifest update notes version constraints * Remove extra quotes from git changelog * Fix manifest update notes version constraints * Thu Dec 21 2017 jimmy@boombatower.com - Update to version 3.26.0: * Release v3.26.0 * Remove extra quotes from git changelog * Fix config normalization when there is an empty locations array * Skip updates check if the Phar file is not writable * Remove different coloration for local commands (there are so few listed) * Recommend --no-wait if snapshot:create is run in a non-TTY * Support remote envs in app:list * Remove unused LocalApplication::getApplication() * Suggest project:set-remote in RootNotFoundException * Add app names from cached SSH URLs for autocompletion * Refactor to dedupe getDocumentRoot() methods * Update CHANGELOG.md for v3.25.1 * Generate changelog based on master * Show worker commands * Use PLATFORM_DOCUMENT_ROOT if available * Cache the current deployment * Add worker:list command * Use deployments API for remote app information * Auto-ensure webhooks on GitHub and GitLab integrations (#665) * Be stricter about when to use $_ENV, when getting parent variables for PHP <7.1 * The default CWD for a Git repository should be null, not . * Fri Dec 15 2017 jimmy@boombatower.com - Update to version 3.25.1: * Release v3.25.1 * Ensure we do not pass an invalid CWD to Symfony Process * Identifier: Add short timeout on URL check * Remove var_dump()s * Wed Dec 13 2017 jimmy@boombatower.com - Update to version 3.25.0: * Rebuild v3.25.0 * Remove var_dump()s * Release v3.25.0 * Fix keychain app ID, and put whole feature behind a use_keychain flag * Add CHANGELOG.md * Save session data in the keychain on OS X (#663) * Clean up * Accept projects not in the user's list in multi command * Expose redis relationship/URL explicitly * Extended interactive question text * Omit non-required empty fields when adding an integration * Add --no-expired and --only-expired options to certificate:list * Ignore host in configured project not found message * Implement is_enabled on environment variables * Use getenv() in Config * Comments on DrushAlias * Unused import * Better 'project not found' message * Add redis command * Always inherit from the entire environment in PHP 7.1+ * Add SSH_AGENT_PID to auto inherited environment variables * Add release notes for v3.24.0 * Thu Dec 07 2017 jimmy@boombatower.com - Update to version 3.24.1: * Release v3.24.1 * Make --excluded-environments not required * Release v3.24.0 * Update Symfony dependencies to 3.4.1 * More helpful repo:cat help * Raw output works fine if the argument is in the right place * Two bugs found by Scrutinizer * Cache not-found blobs and trees again * Cache git data per project (overwriting for new commit SHAs) * Backwards compatibility for db:size * self:build: write changelog if found * Drush service clean-up * Remove CWD workaround in Drush version check * Avoid ensureInstalled() when checking for Drush version * Fix Drush 9 alias not found check * Fix Drush 9 alias filename * Docblocks for Config * Add manifest.json and auto-update from self:build command * Comment services.yaml * Write curl debug output to STDERR, not STDOUT (Guzzle's default) * Cache trees * Update client for path matching and clean up * Remove project root requirement from db:size * Fix printing binary file contents in repo:cat * Better error messages for wrong file type * Rename repo:read-file to repo:cat * Cache much less * Add repo:ls command * Add repo:read-file command * Disable timeout explicitly for tunnel processes * Remove deprecated ProcessBuilder, preserving BC this time * Still use ProcessBuilder * Force Symfony Process >=3.4 * Update to Symfony 3.4 * Add -W alias to push --no-wait * Allow default mount target/source with --yes * Fix mounts options list * Wed Nov 29 2017 jimmy@boombatower.com - Update to version 3.23.0: * Release v3.23.0 * mount commands: add --exclude and --include (#651) * Allow projects to be identified from their public website URL (#649) * Add excluded_environments option for webhooks (#652) * Add GitLab integration support (#647) * Improve mount commands output * Support new mount style * Fri Nov 17 2017 jimmy@boombatower.com - Update to version 3.22.3: * Release v3.22.3 * Add a timeout to the Drush aliases check (#646) * Fix exit code from db:dump to respect errors (#645) * Normalize user-defined aliases too * Wed Nov 08 2017 jimmy@boombatower.com - Update to version 3.22.2: * Fix: Drush "root" argument must be absolute * Fix "root" argument for wrong alias type * Fri Nov 03 2017 jimmy@boombatower.com - Update to version 3.22.0: * Update Symfony dependencies from 3.3.9 to 3.3.10 * Clean up Git service instantiation and destructor * Remove dead code from self:install * Rebuild warning should be redeploy * Avoid wrapping environment IDs when formatting is involved * Support .drush/site-aliases directory * Check whether Drush supports YAML alias files * Support YAML Drush aliases * Drush fixes for supporting version 9 * Nest YAML aliases one level deeper * Remove problematic inline comments * Remove unnecessary method override * More cleanup * Remove drush argument for alias types * Use heredoc for file header * Refactor subdir move slightly * Fix tests and merge between PHP and YAML aliases * Unused import * Clean up move errors * Refactor getAliases() and getExistingAliases() * Refactor reading/setting alias group * Delete old YAML file when renaming group * Move aliases to new directory non-interactively * Use $app->isSingle() more often * Reduce failures in site-aliases migration * Fix merge of existing aliases * Remove support checks * Cleanup * Fail in local:drush-aliases if no Drupal apps are found * Test getDrupalApps() * Test that YAML aliases are created * Automatically write to drush.yml * Reduce hardcoding of .drush * Cleanup * Fix: new aliases should go in site-aliases subdir * project:info command: description should be writable * Use $app->getSourceDir() more often * Improve alias files migration * Avoid creating PHP alias files if not necessary * Distinguish less between Drush versions as global/local installs can differ * Simplify Drush version check * Use *.alias.yml for YAML aliases that more or less work * Remove a potentially confusing message * Make getExistingAliases() responsible for group order * Fix: YAML aliases should have host/user, not remote-host/remote-user * Normalize aliases for differences between PHP and YAML * Use getSshUrl() and getRouteUrls() when generating aliases * Add $app->getLocalWebRoot() * Cleanup * Use home-relative document root for remote Drush aliases * Prefer app-specific URLs in remote drush aliases * Revert "Prefer app-specific URLs in remote drush aliases" * Allow commands to be disabled through config * Use Drush aliases only if the local:drush-aliases command is enabled * Release v3.22.0 * Wed Oct 18 2017 jimmy@boombatower.com - Update to version 3.21.0: * Fix installer bug writing multiple times to config * Fix installer bug writing multiple times to config * Use full namespace name in list command * add mount:list (lists) command * add mount:pull (mpull) and mount:push (mpush) commands * mount commands: use selected environment * mount commands: various improvements * Add a confirmation question and another interactive default for --target and --source * Rename mount commands * mount commands: restore --refresh option, add --delete option * List mounts as a table * Support logging in with a username (#636) * Fix: service dependencies of Filesystem did not get output class, initialized too early * Switch default output to ConsoleOutput * Release v3.21.0 * Fri Oct 13 2017 jimmy@boombatower.com - Update to version 3.20.5: * Only show prune message once (follow up to #627) * GitHub integration: add flag for pull_requests_clone_parent_data (#623) * Add --no-clone-parent option to branch command (#630) * Add default from address for health.email integration (#632) * Fix infinite loop in Config::canWriteDir (#634) * Move Config::canWriteToDir to Filesystem::canWrite and add tests * Release v3.20.5 * Wed Sep 20 2017 jimmy@boombatower.com - Update to version 3.20.4: * Exclude node_modules when using Finder - performance improvement * Add git prune help text when deleting a branch (#628) * Allow nested apps where the first app is at the top level * Update dependencies * Downgrade doctrine/cache for <7.1 compatibility * Warn when creating a .gz dump without --gzip * ... restore missing $projectRoot * ... remove unnecessary $project * Add new regions, and allow arbitrary regions or plans * Release v3.20.4 * Tue Sep 19 2017 jimmy@boombatower.com - Update to version 3.20.3: * Clarify that merge affects the target * Halve automatic updates timeout * Installer: write to shell config if file does not yet exist * Installer: write to shell config if file does not yet exist * Allow using built-in server with non-PHP apps * Release v3.20.3 * Mon Sep 11 2017 jimmy@boombatower.com - Update to version 3.20.2: * Update self:install command for consistency with installer * Remove Drush location hack for travis/phpunit * Find Drush in the CLI root if it is there via require-dev * Only include shell config if the shell is Bash or ZSH (#622) * Only include shell config if the shell is Bash or ZSH (#622) * Installer / self:install consistency * Check config dir existence in writability check * Release v3.20.2 * Mon Aug 28 2017 jimmy@boombatower.com - Update to version 3.20.1: * Easy install on Platform.sh environments * No need to "source .environment" * Write to tmp if config directory is not available * Show ID of users (#618) (#619) * Docs can no longer be searched by URL * Use the local Drush if possible (#621) * Release v3.20.1 * Mon Aug 14 2017 jimmy@boombatower.com - Update to version 3.20.0: * Switch to SHA-256 for file verification * Installer: remove BC code * Add pricing URL in create command * Add build_pull_requests_post_merge for github integrations (#612) * Clarify user:delete command (issue #615) * Alias --no-wait to -W * Add "health" integration types * Add summary format for health integrations * Match partial integration IDs * Unused import * Inspection tweaks * Avoid re-initializing application/command in CompletionCommand * Release v3.20.0 * Fri Aug 11 2017 jimmy@boombatower.com - Update to version 3.19.1: * Populate project, environment, and app from environment variables where possible (#610) * Push command: do not activate by default in non-interactive mode * Travis update: add 7.2, fix hhvm build * Fix app choice for inactive environments * Sort routes choice in route:get * Add SHA-256 info in build command * Release v3.19.1 * Thu Jul 27 2017 jimmy@boombatower.com - Update to version 3.19.0: * Fix description of --no-visible-runtime option * Make default_domain writable from project:info * Document saving tunnel info to the relationships variable * Add -u option to push command (#609) * Tiny text change (after commit 7866dd4) * Release v3.19.0 * Thu Jul 06 2017 jimmy@boombatower.com - Update to version 3.18.0: * Promote "create" command * Unused imports * Make `create` command return project ID to stdout * Allow subscription info to be updated (#607) * Find SSH apps via the new pf:ssh: URLs in the API (#608) * Add --all option to `ssh` command * Fix BC for environments without pf:ssh: URLs * Add/restore interactive choice of environments in `get` command * ... only ask if >1 environment * Fix: ssh --all needs new lines * Leave "create" disabled by feature flag, until pricing estimation API improves * Release v3.18.0 * Tue May 30 2017 jimmy@boombatower.com - Update to version 3.17.0: * Update console-form dependency * Docs search now needs rawurlencode() * Improve default Drush aliases on cloning (#603) * Add environment:init command * Release v3.17.0 * Fri May 19 2017 jimmy@boombatower.com - Include development files in source list. - Update to version 3.16.2: * Note how to run the CLI from source * Note how to run the CLI from source * Correct comment in ProjectGetCommand * Fix: certificate:delete command missing --no-wait option * Add --blobs to pg_dump * Installer: ignore errors in source/dot command in shell config * Better English in installer * Release v3.16.2 * Mon May 15 2017 jimmy@boombatower.com - Update to version 3.16.1: * When creating a symlink, ensure both ends are real paths, if possible * Use improved makePathRelative elsewhere * Unused import * Use improved makePathRelative() in get command * ... typo * Release v3.16.1 * Thu May 11 2017 jengelh@inai.de - Kill dot off summary. Fix other nonsense in description. * Wed May 10 2017 jimmy@boombatower.com - Update to version 3.16.0: * Remove old updates.last_checked default * Remove application.phar config value * Update self::install so it doesn't write to .profile * Fix filename if a directory is passed to the db:dump --file option * Stop timestamp being appended twice if --file is a directory * Add --directory option to db:dump * Use native search in docs command * Simplify DocsCommand * Note config.yaml snippet shows defaults * Update API client * Use starts_at paging to load more than 10 activities * Update API client for activity descriptions * Add project:curl command * Add auth:token command * Add -sS to project:curl * Release v3.16.0 * Wed May 03 2017 jimmy@boombatower.com - Update to version 3.15.4: * Save update check time (to a place other than config) * Note State could be used more often * Simplify State->save() * Release v3.15.4 * Mon May 01 2017 jimmy@boombatower.com - Update to version 3.15.3: * Fix wrong array keys in certificate:add * Trigger patch in platformsh/client package to actually apply * Document PLATFORMSH_CLI_TOKEN variable, with a warning * Do not check for updates immediately after install * Since we have the filename, the Phar can run directly * No need to write to user config for updates check * Release v3.15.3 * Mon May 01 2017 jimmy@boombatower.com - Update to version 3.15.2: * Explain that auto-provisioned certificates can't be deleted * Show issuer in certificate:list * Allow partial match on ID in certificate:delete * Use RequestTty only for certain commands, when stdin is a tty * Add --raw option to sql command * SSH commands need to show errors * Downgrade Process, avoiding apparent segfault * Ensure running another command doesn't wipe necessary service data * Release v3.15.2 * Wed Apr 26 2017 jimmy@boombatower.com - Update to version 3.15.1: * Add more contextual help in activity:list * Avoid formatting activity result in CSV/TSV output * Use pseudo-terminal for SSH * Remove CommandBase->isTerminal() in favour of Output->isDecorated() * Remove unnecessary 2>&1 from sql/drush over SSH commands * Use RequestTty and remove LogLevel hack * Update dependencies * ... security-checker still doesn't work via PHP in Travis * Rely on date_default_timezone_get() instead of UTC fallback * Update comment * Ssh issue with windows (#592) * Add certificate commands (#583) * Fix return value in certificate:add * Release v3.15.0 * Fix certificate:delete confirm question * Release v3.15.1 * Mon Apr 17 2017 jimmy@boombatower.com - Update to version 3.14.5: * Fix wrong QuestionHelper argument in "get" command * Remove two other non-type-hinted uses of getService() * Use ConsoleOutputInterface for stderr feature detection * Ensure target is realpath in symlink() * Release v3.14.5 * Sun Apr 16 2017 jimmy@boombatower.com - Update to version 3.14.4: * Further improved timeout in project:create (blocking) * Move orphan logic up into buildEnvironmentTree * List 10 activities by default * More info with verbose output for a successful db:dump * Issue #585: Don't add bashisms to .profile * Make available plans/regions configurable * Fix URL opening on OS X (#586) * Release v3.14.4 * Wed Apr 05 2017 jimmy@boombatower.com - Update to version 3.14.3: * Fix: existing file preventing file mount symlink * Run security check via curl in Travis for now * Avoid setting the upstream on the wrong branch * Further solidify setting an upstream for the right branch * Show if a snapshot failed in snapshot:list * Filter by successful snapshots in snapshot:restore * Display result (success/failure) for all activities * Improve timeout logic in project:create * Examples property can be private * Revert symfony/console to 3.2.4 to fix input validation * Release v3.14.3 * Wed Mar 29 2017 jimmy@boombatower.com - Update to version 3.14.2: * Update dependencies * Remove "toolstack" concept, use "flavor" * Relative paths should not depend on files already existing * Remove makePathRelative() method (use Symfony directly) * Exception if query fails in db:size * Expose error output properly in db:size queries * Fix imports * Simplify error control; stop displaying two exceptions on bad connection * Release v3.14.1 * Downgrade Process component to fix env var bug * Fail hard if the home directory is not found or valid * Release v3.14.2 * Wed Mar 01 2017 jimmy@boombatower.com - Update to version 3.14.0: * Cache an empty relationships list * Add route-get command to view a resolved route to an environment * Rename route commands * Clarify URL choice in `url` command * Refactor code that reads remote environment variables * Fix cache clearing for env vars * Improve RemoteEnvVars documentation * Remove odd relationships dependency on @output * Fix integration option names * Release v3.14.0 * Thu Feb 23 2017 jimmy@boombatower.com - Update to version 3.13.0: * Drupal settings: remind user to uncomment database config block * Update dependencies * Install build-time dependencies * Allow numerals in region domain components * Cleanup * Add an option to install dependencies globally * Remove yarn; fix npm install * Remove global deps for now, and downgrade missing package manager to a warning * Fix and test usage of PYTHONPATH * Add commands to run the PHP built-in web server * Update for CLI 3.x * Server: support custom variables prefixes * Locations (WIP) * Remove blank lines from log in server:start * Enable server commands via a feature flag * Update for new DIC * Implement static files rules and 'scripts' check * Refactor dead process check * Fix Drupal workaround * Open URLs for server:start * Fix APP_DIR setting * Incorporate routes * Use API client for project estimate * Update to Symfony 3.2.4 * Release v3.13.0 * Wed Feb 08 2017 jimmy@boombatower.com - Update to version 3.12.2: * Return failure code in activate command if the activity fails * Release v3.12.2 * Thu Feb 02 2017 jimmy@boombatower.com - Update to version 3.12.1: * Comment mentions old method * More specific gitignore for Drupal vanilla * Allow updates.check to be overridden by an env var * Allow web command to be used with a non-existent environment * Improve 'get' when the user does not have access to master (#569) * Release v3.12.1 * Sat Jan 21 2017 jimmy@boombatower.com - Update to version 3.12.0: * db:dump: add --bzip2 option * Tweaks * ...ok, no need for bzip2 * Fix installer typo * Avoid $user as var name * Wrong comment * Use --no-color with git branch * Protect getVersion() methods * phpcs fixes * I believe there are missing double quotes there. (#561) * I believe there are missing double quotes there. (#561) (cherry-pick) * Add explicit platform.sh CLI name to SelfUpdater output messages. * Add project:set-remote command * Update client * Stop enforcing an "origin" remote * Use the configurable application name * Add project variable commands to README * Installer: more precise shell config files preferences (#565) * master version has moved * Fix using integration:get command without an argument, when none exist * Set upstream in 'branch' only if the correct branch is checked out * Fix title in branch command * Clarify checkout command when creating new branch * Release v3.12.0 * Tue Jan 10 2017 jimmy@boombatower.com - Update to version 3.11.0: * Offer to autocomplete the project ID for the directory in `platform get` * Use getEnvironment() in platform get, for consistency * ... and use the real environment ID * Add PropertyFormatter::displayData() * Test on 7.1 * Refactor ProjectGetCommand * Expand possible site domains * Only show "Usage" after invalid input * Sensible error in self:build if phar.readonly is enabled * Document displayData() and tweak YAML formatting * Remove uses of deprecated getTerminalDimensions() * Allow extra regions to be used in create command * Allow debug/SSL config to be used with getEstimate() * Skip activate logic in push command if the target is master * Add --gzip option to db:dump * Account for hidden aliases in short command name * Hide a couple of aliases * Unify project option/argument syntax for project:delete and project:get * Remove uses of deprecated Completion::makeGlobalHandler() * Unused import * Refactor SQL connection options * Less repetition * environment:delete: Don't offer to delete the branch if --no-wait is specified * Fix pgsql arguments (--password doesn't allow a password value) * db:dump: add more advanced options * db:dump: warn if file is not excluded by Git * Release v3.11.0 * Wed Dec 28 2016 jimmy@boombatower.com - Update to version 3.10.2: * Inject Git service for LocalProject * Push command: allow specifying the target branch * Disallow pushing an empty source * Verify source with Git * Show whether pushing to a new or existing env * Shell: use stdErr properly and make environment obvious in verbose output * Separate stdout/stderr in ProcessManager if possible * Satisfy Scrutinizer * Release v3.10.1 * Set environment after running git --version * Pass on more options from push to activate command * ActivityMonitor: hide progress bar if output is not decorated (#556) * Ensure a fresh cache in getEnvironment() before determining nonexistence of an environment * Fix default service for `output` * Release v3.10.2 * Tue Dec 27 2016 jimmy@boombatower.com - Update to version 3.10.0: * Add push command * Refactor custom SSH commands for Git and other uses * Refactor Util and Helper classes into a DIC with services * Attempt to ensure $_ENV and $_SERVER are populated * Update project:variable commands for DI * push command: fix extra space in Git args * push command: don't throw an exception if the Git command fails * push command: fix --force was not forwarded to git * Convert UrlCommandBase to Url service * push command: use git remote (helps for tracking) * Update client * Convert Api and cache factory to services * Rename CliConfig to Config service * Consistent interface for Table * Fix Filesystem arguments * Unnecessarily optional arguments * Tidy output verbosity in CommandBase * Convert LocalBuild to a service * push command: Clear environments cache on success * Avoid repeating an API request looking for a non-existent environment * Remove getHomeDir from CommandBase * Remove CommandBase->getSessionsDir() * Clear relationships cache after pushing * Private where possible (for now) in CommandBase * Restore Drush->setHomeDir() to fix tests * Fix Drush class for PHP <7 * Add docblocks to all service objects * Fix URL openers * Use configureIO instead of doRun * Move ActivityUtil to ActivityMonitor service * Unused vars * Minor ActivityMonitor tidy * Clear up stderr/stdout confusion in Shell and Toolstack classes * Ignore SSH error after pushing * Rename Util -> NestedArrayUtil * Add test for NestedArrayUtil * Improve activation/parenting in push command * Clear environments cache after activation * Refactor activate-after-push * Fix static cache * Allow changing interactivity in runOtherCommand * Remove shebang hack for portability * Avoid offering to parent master * Remove uses of getProperty() * Push command: add -f, remove --dry-run * Show short name in examples * Add examples of push command * Release v3.10.0 * Wed Dec 14 2016 jimmy@boombatower.com - Update to version v3.9.0: * multi: separate stderr and stdout * Make sql-dump not depend on a project root * Add --no-dev to composer/symfony build flavors * Revert "Add --no-dev to composer/symfony build flavors" * Flag suspended projects in the list * Warn about a suspended project in the welcome command. * Show login command for LoginRequiredException * Cache the list of log files * Release v3.8.1 * Add a Project Variable Set command. * Add a Project Variable Delete command. * Add a Project Variable Get command. * Register the new Project Variable commands. * Exception if subscription not found * More generic log command autocomplete * Add unix shell as requirement (#545) * Clear the cache after a long-running activity * Ignore unreadable directories when searching for applications * Allow choosing a database via a --relationship command line option * Mention other build tools in README * Revert unnecessary RelationshipsUtil changes * Strip subdomains from project URLs * Update composer.json. * Release v3.9.0 - Take advantage of versionrewrite-pattern param for tar_scm to remove v prefix from tag to create a standard version that works better with tools. https://github.com/M0ses/obs-service-tar_scm/pull/1 * Thu Nov 10 2016 jimmy@boombatower.com - Update to version v3.8.0: * Fix: environments url-encoded in parsed URL * Fixed broken environment:sql command on PostgreSQL databases. (#530) * Fix config for domain detection * Allow locating projects by ID only * Cache projects located by ID * Allow 'url' as a special property in info commands * Fix pldr/platform_local_drush in Bash * Consistent Bash quoting * Improve errors when no environment selected * Unused $message variable * Fix chooseDatabase() to not hardcode the relationship name * Create CLI command for quick-read on SQL disk usage. * Reduce the output to max space, used space and percent used. * sqls: Use Table class * No need to use BufferedOutput now * Coding standards (PSR-2 / Symfony) * Add help texts. * Find service name via relationship name in app config * Removed lines related to verbosity. * Prevent division by zero if allocated disk size could not be determined. * Prevent warnings when database service disk cannot be determined. * Add db namespace for database commands (#535) * Release v3.8.0 * Fri Nov 04 2016 jimmy@boombatower.com - Update to version v3.7.1: * ... more specific check for Drush env var * Add a static cache for project config and remove indirection * auth:info command: property argument, and allow uuid as property * Ignore timeouts in project:create * Coding standards in ProjectCreateCommand * Ignore failure to download in delegated self-update * ... follow-up to actually ignore download failure * Permit a command to continue after updating (#529) * Release v3.7.1 * Thu Oct 27 2016 jimmy@boombatower.com - Update to version v3.7.0: * Save a Git symbolic-ref command on most calls to getCurrentBranch() * Add --run-deploy-hooks option to build command * Harmonise build settings with build command options * Fix relevant build options for the tree id * Mini refactor * Do not back up a symlinked build directory * Test repeated Drupal build * Allow Drush location to be overridden for tests * Release v3.7.0 * Fri Oct 21 2016 jimmy@boombatower.com - Update to version v3.6.0: * Write to .git/info/exclude more often * Default to NO for removing remote branch and add option to not delete * make sure local branch is tracking upstream on environment:branch * Setting the upstream after everything was created * Keep default to Y * Specify --inactive or --no-delete-branch, not both * Allow deleting merged and inactive envs in one command (#521) * Installer: avoid misleading error if $argv doesn't exist * Add --my filter to project:list * Cache the current user's account info * Move proc_open() logic into ShellHelper * Simpler output-if-verbose syntax * Installer: better fix for empty $argv notice * Show alias and executable name in command synopsis (i.e. "platform branch" instead of "environment:branch") (#526) * Expose current account info via auth:info command (#525) * Add a 'none' toolstack * Release v3.6.0 * Fri Oct 07 2016 jimmy@boombatower.com - Update to version v3.5.4: * Additional fix for Drush and the profile directory * Only backup the build directory if it is a real dir * Release v3.5.4 * Fri Oct 07 2016 jimmy@boombatower.com - Update to version v3.5.3: * Fix (again) environment URL in `web` command * Fix 'Remote branch not found' regression in 'platform get' with no arguments * Release v3.5.3 * Thu Oct 06 2016 jimmy@boombatower.com - Update to version v3.5.2: * Improve activities batch performance (#510) * Allow "get" command with a project URL (update for machine name) * Fix exception when SSH key is not found * Simpler check in doRun() * Ensure temporary directory does not exist before Drush make (#516) * Use starts_at in activity batching * Fix selectEnvironment() bug from 9049359cb2d18b57dc480578a8335e9b1dfa0144 * Correct UI URL in 'web' command for envs with special characters * Release v3.5.1 * Allow special characters in branch command * Improve formatting of API error details * Fix environment:info bug when updating the parent * Release v3.5.2 * Fri Sep 23 2016 jimmy@boombatower.com - Update to version v3.5.0: * Add --exclude option to environment:delete * Remove dist/manifest.json * Rename to installer.php * Refactor environment:checkout a bit * Add 'title' filter to project:list (#505) * Add --no-backup option to build command (#504) * Provide an option to clone to the build directory (#475) * Refactor project title/id labels * Account for left-indented cells in adaptive table * .. only spaces for now * Add experimental plan size overrides (#508) * Recursively display orphaned environments (#507) * Simplify listProperties() * Update Symfony dependencies to 3.1.4 * Release v3.5.0 * Sat Sep 10 2016 jimmy@boombatower.com - Add source entries for files used to maintain package. * Fri Aug 26 2016 jimmy@boombatower.com - Update to version v3.4.1+git20160826.adf340f: * Update manifest for v3.4.0 * Work around Unicode problem in branchExists() * Simplify branch name handling in checkout * Use strict in_array() for ideological correctness * Fix exporting a Drush alias for branch names containing ' * Release v3.4.1 * Wed Aug 24 2016 jimmy@boombatower.com - Update to version v3.4.0+git20160824.3d4baf5: * Copy install files into the repository * Installer: require phar, and warn about ctype * Add README.md to dist directory * Add --date-fmt option to info commands * Update Symfony and dev dependencies * Validate roles case insensitively in user:add * Select environments with unsanitized name first * Allow selecting the environment by machine_name * Add domain:update command * Add domain:get comand * Change default CSV/TSV and datetime formats * Add an interactive domain name choice * Simplify ssl.expires_on formatting * Release v3.4.0 * Wed Aug 10 2016 jimmy@boombatower.com - Update to version v3.3.6+git20160809.d262f3f: * Avoid parseProjectId() on null * Added an editorconfig file to keep IDEs properly behaved. * Update dependencies. Should mitigate CVE-2016-5385 and allow PHP 7.1 support * Add security-checker in Travis (#482) * Use a direct proc_open() instead of passthru() (#484) * Remove extra parsing to find SSH/Drush commands (#485) * Release v3.3.5 * Follow-up fix: SSH and Drush commands silently dropping arguments * Explicitly check the PHP version when running the CLI tool (#489) * Ensure the project ID is written to config after 'get' * Report progress during Git clone (#487) * No need anymore for temporary vars in the executable file * More reliably exclude .platform/local from Git * Use a separate session ID for API tokens (#492) * Release v3.3.6 * Fri Jul 08 2016 jimmy@boombatower.com - Update to version v3.3.4+git20160708.06057ca: * Account for environments without $_ENV when loading config * Unused variable * Provide configured executable name to help instead of PHP_SELF * Ignore the blank lines from drush --version output * Fix undefined function in integration:update (issue #465) * Output simple table when there is no format option e.g. after integration:update * Release v3.2.2 * Remove minimum Drush version check (#464) * Tweak to integration code style for more flexibility * Display fatal runtime errors by default. * Hide clean command; unhide dir command * Symlink all mounts, from the build to shared directories (#470) * Use chmod to force deleting builds even when files are read-only (#469) * Fix: --copy option caused dot files to be copied * Add regression test for copyAll() expanding the blacklist via fnmatch() * Create a settings.local.php for Drupal + Composer (#471) * Yaml::parse() lies about its return value being an array * Allow the API token to be set via a file specified in ~/.platformsh/config.yaml (#472) * Release v3.3.0 * Prevent new lines messing up tokens * Show roles on all environments in user:role * Add autocompletion and other improvements for user:role * Fix overriding a config array with a scalar value * More user:role tidying * More efficient unprotect() * Docblock for Table class * Fix apparent bug in getProjectRoot() with legacy project structures * Remove vfsStream and clean up temp test dirs * Document user config overrides in config.yaml * Allow overwriting files with shared file mount symlinks * Use --recursive option to git clone * Revert "Use --recursive option to git clone" (only introduced in Git 1.6.5) * Make the level more obvious in user:role * Clean up LocalBuild settings * Pass verbosity on to Composer * Release v3.3.1 * Report more error detail for DELETE requests * Suppress usage for welcome command errors * Correct service name for project:get with empty repo * Account for orphaned environments in environment:list * Unused import * Release v3.3.2 * Fix environments duplicated in list (caused by 3b2d61238347b2cc1c614af9ca10cec902908d0d) * Release v3.3.3 * Update client to fix reporting all empty responses as failure (even 200) * Assume Drush is installed if the command resolved (#478) * Release v3.3.4 * Mon Jun 13 2016 jimmy@boombatower.com - Update to version v3.2.1+git20160613.816de17: * Ensure old build is removed properly * Tidy weird foreach() in ProcessManager * Improve environment:delete --merged * Use 'git checkout --track' in checkout command * GitHelper docs/test cleanup * Add PHP version information to the User-Agent * Release v3.1.2 * Update default Drupal settings (#458) * Sort projects and environments (#459) * Add 'platform multi' command * Fix ArgvHelper issue when running with multi (for ssh/drush) * Fix doRunCommand() signature * Fix whether an environment is required in activity:list * Various sortResources() fixes * Allow sorting by a nested property * Disable some command combinations via multi * Git exclude info not added for empty projects * Always refresh environments in the 'welcome' command * Allow certain config to be overridden by the user * Add project:create command * Use static cache for project root when it is not found. * Better naming and remove NULL for $keyExists * ... just testing * Only remove the previous build when the new one completes * Allow the update check interval to be overridden * Unhide multi; remove -c alias * Release v3.2.0 * Fix 'multi' command in configurations without $_ENV superglobal * So now $env is not needed. * Release v3.2.1 * Wed Jun 01 2016 jimmy@boombatower.com - Update to version v3.1.1+git20160530.705c22c: + Fix drush issue (#185) + Fix bug in getEnvironment() (#188) + A further fix for getEnvironment(). + Use HOME system variable inside double quoted PATH export + Call Drush with the full path to avoid a drush.bat issue on Windows. + Fix tar paths for Windows. + Fix infinite loop in getProjectRoot() + Hot fix - vanilla builds broken by archive behaviour + Follow SSH key generation with ssh-add. + Fix exit codes for branch + Hotfix: undefined variable $projectRoot + Temporarily remove Phar installation instructions + Show tunnel commands in the list; check support at 'runtime' + Show integration:get in the command list + Fix autocompletion errors + Fix some Scrutinizer issues + Remove some dead code * Fri Mar 25 2016 jimmy@boombatower.com - Update to 3.0.7. * Thu Mar 24 2016 jimmy@boombatower.com - Update to 3.0.4. * Wed Mar 23 2016 jimmy@boombatower.com - Update to 3.0.2. * Tue Mar 22 2016 jimmy@boombatower.com - Update to 3.0.0. * Sun Mar 13 2016 jimmy@boombatower.com - Update to 2.13.2. - Split vendor directory instead separate tarball to allow for source verification. * Wed Mar 09 2016 jimmy@boombatower.com - Update to 2.13.1. - Update installation of rc file for upstream renaming. * Mon Feb 29 2016 jimmy@boombatower.com - Update to 2.13.0. * Wed Feb 17 2016 jimmy@boombatower.com - Update to 2.12.3. * Fri Feb 12 2016 jimmy@boombatower.com - Correct liscenses.txt spelling. - Simplify find command with -delete flag. * Fri Feb 12 2016 jimmy@boombatower.com - Update to 2.12.1. * Thu Feb 11 2016 jimmy@boombatower.com - Initial import of 2.12.0.
/etc/bash_completion.d/platform.sh.complete.sh /usr/bin/platform /usr/share/platformsh-cli /usr/share/platformsh-cli/CONTRIBUTING.md /usr/share/platformsh-cli/Dockerfile /usr/share/platformsh-cli/LICENSE /usr/share/platformsh-cli/README.md /usr/share/platformsh-cli/bin /usr/share/platformsh-cli/bin/platform /usr/share/platformsh-cli/box.json /usr/share/platformsh-cli/composer.json /usr/share/platformsh-cli/composer.lock /usr/share/platformsh-cli/config.yaml /usr/share/platformsh-cli/constants.php /usr/share/platformsh-cli/dist /usr/share/platformsh-cli/dist/README.md /usr/share/platformsh-cli/dist/dev-build-index.php /usr/share/platformsh-cli/dist/installer.php /usr/share/platformsh-cli/dist/manifest.json /usr/share/platformsh-cli/docker /usr/share/platformsh-cli/docker-compose.yml /usr/share/platformsh-cli/docker/install_composer.sh /usr/share/platformsh-cli/phpunit.xml /usr/share/platformsh-cli/resources /usr/share/platformsh-cli/resources/bot /usr/share/platformsh-cli/resources/bot/bot1 /usr/share/platformsh-cli/resources/bot/bot2 /usr/share/platformsh-cli/resources/bot/bot3 /usr/share/platformsh-cli/resources/bot/bot4 /usr/share/platformsh-cli/resources/console /usr/share/platformsh-cli/resources/console/dialogrc /usr/share/platformsh-cli/resources/drupal /usr/share/platformsh-cli/resources/drupal/gitignore-vanilla /usr/share/platformsh-cli/resources/drupal/settings.local.php.dist /usr/share/platformsh-cli/resources/drupal/settings.php.dist /usr/share/platformsh-cli/resources/drupal/settings.platformsh.php.dist /usr/share/platformsh-cli/resources/drupal/update.sh /usr/share/platformsh-cli/resources/gitignore-composer /usr/share/platformsh-cli/resources/gitignore-nodejs /usr/share/platformsh-cli/resources/oauth-listener /usr/share/platformsh-cli/resources/oauth-listener/index.php /usr/share/platformsh-cli/resources/parrot /usr/share/platformsh-cli/resources/parrot/0.txt /usr/share/platformsh-cli/resources/parrot/1.txt /usr/share/platformsh-cli/resources/parrot/2.txt /usr/share/platformsh-cli/resources/parrot/3.txt /usr/share/platformsh-cli/resources/parrot/4.txt /usr/share/platformsh-cli/resources/parrot/5.txt /usr/share/platformsh-cli/resources/parrot/6.txt /usr/share/platformsh-cli/resources/parrot/7.txt /usr/share/platformsh-cli/resources/parrot/8.txt /usr/share/platformsh-cli/resources/parrot/9.txt /usr/share/platformsh-cli/resources/router /usr/share/platformsh-cli/resources/router/router.php /usr/share/platformsh-cli/resources/symfony /usr/share/platformsh-cli/resources/symfony/gitignore-standard /usr/share/platformsh-cli/resources/winky /usr/share/platformsh-cli/resources/winky/normal /usr/share/platformsh-cli/resources/winky/twitch /usr/share/platformsh-cli/resources/winky/wink /usr/share/platformsh-cli/scripts /usr/share/platformsh-cli/scripts/test /usr/share/platformsh-cli/scripts/test/build-and-install.sh /usr/share/platformsh-cli/scripts/test/installer.sh /usr/share/platformsh-cli/scripts/test/security.sh /usr/share/platformsh-cli/scripts/test/slow.sh /usr/share/platformsh-cli/scripts/test/unit.sh /usr/share/platformsh-cli/services.yaml /usr/share/platformsh-cli/shell-config-bash.rc /usr/share/platformsh-cli/shell-config.rc /usr/share/platformsh-cli/src /usr/share/platformsh-cli/src/ApiToken /usr/share/platformsh-cli/src/ApiToken/CredentialHelperStorage.php /usr/share/platformsh-cli/src/ApiToken/FileStorage.php /usr/share/platformsh-cli/src/ApiToken/Storage.php /usr/share/platformsh-cli/src/ApiToken/StorageInterface.php /usr/share/platformsh-cli/src/Application.php /usr/share/platformsh-cli/src/Command /usr/share/platformsh-cli/src/Command/Activity /usr/share/platformsh-cli/src/Command/Activity/ActivityGetCommand.php /usr/share/platformsh-cli/src/Command/Activity/ActivityListCommand.php /usr/share/platformsh-cli/src/Command/Activity/ActivityLogCommand.php /usr/share/platformsh-cli/src/Command/ApiCurlCommand.php /usr/share/platformsh-cli/src/Command/App /usr/share/platformsh-cli/src/Command/App/AppConfigGetCommand.php /usr/share/platformsh-cli/src/Command/App/AppListCommand.php /usr/share/platformsh-cli/src/Command/Auth /usr/share/platformsh-cli/src/Command/Auth/ApiTokenLoginCommand.php /usr/share/platformsh-cli/src/Command/Auth/AuthInfoCommand.php /usr/share/platformsh-cli/src/Command/Auth/AuthTokenCommand.php /usr/share/platformsh-cli/src/Command/Auth/BrowserLoginCommand.php /usr/share/platformsh-cli/src/Command/Auth/LogoutCommand.php /usr/share/platformsh-cli/src/Command/Auth/PasswordLoginCommand.php /usr/share/platformsh-cli/src/Command/Backup /usr/share/platformsh-cli/src/Command/Backup/BackupCreateCommand.php /usr/share/platformsh-cli/src/Command/Backup/BackupListCommand.php /usr/share/platformsh-cli/src/Command/Backup/BackupRestoreCommand.php /usr/share/platformsh-cli/src/Command/BotCommand.php /usr/share/platformsh-cli/src/Command/Certificate /usr/share/platformsh-cli/src/Command/Certificate/CertificateAddCommand.php /usr/share/platformsh-cli/src/Command/Certificate/CertificateDeleteCommand.php /usr/share/platformsh-cli/src/Command/Certificate/CertificateGetCommand.php /usr/share/platformsh-cli/src/Command/Certificate/CertificateListCommand.php /usr/share/platformsh-cli/src/Command/ClearCacheCommand.php /usr/share/platformsh-cli/src/Command/CommandBase.php /usr/share/platformsh-cli/src/Command/Commit /usr/share/platformsh-cli/src/Command/Commit/CommitGetCommand.php /usr/share/platformsh-cli/src/Command/Commit/CommitListCommand.php /usr/share/platformsh-cli/src/Command/CompletionCommand.php /usr/share/platformsh-cli/src/Command/Db /usr/share/platformsh-cli/src/Command/Db/DbDumpCommand.php /usr/share/platformsh-cli/src/Command/Db/DbSizeCommand.php /usr/share/platformsh-cli/src/Command/Db/DbSqlCommand.php /usr/share/platformsh-cli/src/Command/DecodeCommand.php /usr/share/platformsh-cli/src/Command/DocsCommand.php /usr/share/platformsh-cli/src/Command/Domain /usr/share/platformsh-cli/src/Command/Domain/DomainAddCommand.php /usr/share/platformsh-cli/src/Command/Domain/DomainCommandBase.php /usr/share/platformsh-cli/src/Command/Domain/DomainDeleteCommand.php /usr/share/platformsh-cli/src/Command/Domain/DomainGetCommand.php /usr/share/platformsh-cli/src/Command/Domain/DomainListCommand.php /usr/share/platformsh-cli/src/Command/Domain/DomainUpdateCommand.php /usr/share/platformsh-cli/src/Command/Environment /usr/share/platformsh-cli/src/Command/Environment/EnvironmentActivateCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentBranchCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentCheckoutCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentDeleteCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentDrushCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentHttpAccessCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentInfoCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentInitCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentListCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentLogCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentMergeCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentPushCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentRedeployCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentRelationshipsCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentScpCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentSetRemoteCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentSshCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentSynchronizeCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentUrlCommand.php /usr/share/platformsh-cli/src/Command/Environment/EnvironmentXdebugCommand.php /usr/share/platformsh-cli/src/Command/HasExamplesTrait.php /usr/share/platformsh-cli/src/Command/HelpCommand.php /usr/share/platformsh-cli/src/Command/Integration /usr/share/platformsh-cli/src/Command/Integration/Activity /usr/share/platformsh-cli/src/Command/Integration/Activity/IntegrationActivityGetCommand.php /usr/share/platformsh-cli/src/Command/Integration/Activity/IntegrationActivityListCommand.php /usr/share/platformsh-cli/src/Command/Integration/Activity/IntegrationActivityLogCommand.php /usr/share/platformsh-cli/src/Command/Integration/IntegrationAddCommand.php /usr/share/platformsh-cli/src/Command/Integration/IntegrationCommandBase.php /usr/share/platformsh-cli/src/Command/Integration/IntegrationDeleteCommand.php /usr/share/platformsh-cli/src/Command/Integration/IntegrationGetCommand.php /usr/share/platformsh-cli/src/Command/Integration/IntegrationListCommand.php /usr/share/platformsh-cli/src/Command/Integration/IntegrationUpdateCommand.php /usr/share/platformsh-cli/src/Command/Integration/IntegrationValidateCommand.php /usr/share/platformsh-cli/src/Command/LegacyMigrateCommand.php /usr/share/platformsh-cli/src/Command/ListCommand.php /usr/share/platformsh-cli/src/Command/Local /usr/share/platformsh-cli/src/Command/Local/LocalBuildCommand.php /usr/share/platformsh-cli/src/Command/Local/LocalCleanCommand.php /usr/share/platformsh-cli/src/Command/Local/LocalDirCommand.php /usr/share/platformsh-cli/src/Command/Local/LocalDrushAliasesCommand.php /usr/share/platformsh-cli/src/Command/Mount /usr/share/platformsh-cli/src/Command/Mount/MountDownloadCommand.php /usr/share/platformsh-cli/src/Command/Mount/MountListCommand.php /usr/share/platformsh-cli/src/Command/Mount/MountSizeCommand.php /usr/share/platformsh-cli/src/Command/Mount/MountUploadCommand.php /usr/share/platformsh-cli/src/Command/MultiAwareInterface.php /usr/share/platformsh-cli/src/Command/MultiCommand.php /usr/share/platformsh-cli/src/Command/Project /usr/share/platformsh-cli/src/Command/Project/ProjectClearBuildCacheCommand.php /usr/share/platformsh-cli/src/Command/Project/ProjectCreateCommand.php /usr/share/platformsh-cli/src/Command/Project/ProjectCurlCommand.php /usr/share/platformsh-cli/src/Command/Project/ProjectDeleteCommand.php /usr/share/platformsh-cli/src/Command/Project/ProjectGetCommand.php /usr/share/platformsh-cli/src/Command/Project/ProjectInfoCommand.php /usr/share/platformsh-cli/src/Command/Project/ProjectListCommand.php /usr/share/platformsh-cli/src/Command/Project/ProjectSetRemoteCommand.php /usr/share/platformsh-cli/src/Command/Project/Variable /usr/share/platformsh-cli/src/Command/Project/Variable/ProjectVariableDeleteCommand.php /usr/share/platformsh-cli/src/Command/Project/Variable/ProjectVariableGetCommand.php /usr/share/platformsh-cli/src/Command/Project/Variable/ProjectVariableSetCommand.php /usr/share/platformsh-cli/src/Command/Repo /usr/share/platformsh-cli/src/Command/Repo/CatCommand.php /usr/share/platformsh-cli/src/Command/Repo/LsCommand.php /usr/share/platformsh-cli/src/Command/Route /usr/share/platformsh-cli/src/Command/Route/RouteGetCommand.php /usr/share/platformsh-cli/src/Command/Route/RouteListCommand.php /usr/share/platformsh-cli/src/Command/Self /usr/share/platformsh-cli/src/Command/Self/SelfBuildCommand.php /usr/share/platformsh-cli/src/Command/Self/SelfInstallCommand.php /usr/share/platformsh-cli/src/Command/Self/SelfReleaseCommand.php /usr/share/platformsh-cli/src/Command/Self/SelfStatsCommand.php /usr/share/platformsh-cli/src/Command/Self/SelfUpdateCommand.php /usr/share/platformsh-cli/src/Command/Server /usr/share/platformsh-cli/src/Command/Server/ServerCommandBase.php /usr/share/platformsh-cli/src/Command/Server/ServerListCommand.php /usr/share/platformsh-cli/src/Command/Server/ServerRunCommand.php /usr/share/platformsh-cli/src/Command/Server/ServerStartCommand.php /usr/share/platformsh-cli/src/Command/Server/ServerStopCommand.php /usr/share/platformsh-cli/src/Command/Service /usr/share/platformsh-cli/src/Command/Service/MongoDB /usr/share/platformsh-cli/src/Command/Service/MongoDB/MongoDumpCommand.php /usr/share/platformsh-cli/src/Command/Service/MongoDB/MongoExportCommand.php /usr/share/platformsh-cli/src/Command/Service/MongoDB/MongoRestoreCommand.php /usr/share/platformsh-cli/src/Command/Service/MongoDB/MongoShellCommand.php /usr/share/platformsh-cli/src/Command/Service/RedisCliCommand.php /usr/share/platformsh-cli/src/Command/Service/ServiceListCommand.php /usr/share/platformsh-cli/src/Command/SourceOperation /usr/share/platformsh-cli/src/Command/SourceOperation/RunCommand.php /usr/share/platformsh-cli/src/Command/SshKey /usr/share/platformsh-cli/src/Command/SshKey/SshKeyAddCommand.php /usr/share/platformsh-cli/src/Command/SshKey/SshKeyDeleteCommand.php /usr/share/platformsh-cli/src/Command/SshKey/SshKeyListCommand.php /usr/share/platformsh-cli/src/Command/SubscriptionInfoCommand.php /usr/share/platformsh-cli/src/Command/Tunnel /usr/share/platformsh-cli/src/Command/Tunnel/TunnelCloseCommand.php /usr/share/platformsh-cli/src/Command/Tunnel/TunnelCommandBase.php /usr/share/platformsh-cli/src/Command/Tunnel/TunnelInfoCommand.php /usr/share/platformsh-cli/src/Command/Tunnel/TunnelListCommand.php /usr/share/platformsh-cli/src/Command/Tunnel/TunnelOpenCommand.php /usr/share/platformsh-cli/src/Command/Tunnel/TunnelSingleCommand.php /usr/share/platformsh-cli/src/Command/User /usr/share/platformsh-cli/src/Command/User/UserAddCommand.php /usr/share/platformsh-cli/src/Command/User/UserDeleteCommand.php /usr/share/platformsh-cli/src/Command/User/UserGetCommand.php /usr/share/platformsh-cli/src/Command/User/UserListCommand.php /usr/share/platformsh-cli/src/Command/User/UserUpdateCommand.php /usr/share/platformsh-cli/src/Command/Variable /usr/share/platformsh-cli/src/Command/Variable/VariableCommandBase.php /usr/share/platformsh-cli/src/Command/Variable/VariableCreateCommand.php /usr/share/platformsh-cli/src/Command/Variable/VariableDeleteCommand.php /usr/share/platformsh-cli/src/Command/Variable/VariableDisableCommand.php /usr/share/platformsh-cli/src/Command/Variable/VariableEnableCommand.php /usr/share/platformsh-cli/src/Command/Variable/VariableGetCommand.php /usr/share/platformsh-cli/src/Command/Variable/VariableListCommand.php /usr/share/platformsh-cli/src/Command/Variable/VariableSetCommand.php /usr/share/platformsh-cli/src/Command/Variable/VariableUpdateCommand.php /usr/share/platformsh-cli/src/Command/WebCommand.php /usr/share/platformsh-cli/src/Command/WelcomeCommand.php /usr/share/platformsh-cli/src/Command/WinkyCommand.php /usr/share/platformsh-cli/src/Command/Worker /usr/share/platformsh-cli/src/Command/Worker/WorkerListCommand.php /usr/share/platformsh-cli/src/Console /usr/share/platformsh-cli/src/Console/AdaptiveTable.php /usr/share/platformsh-cli/src/Console/AdaptiveTableCell.php /usr/share/platformsh-cli/src/Console/Animation.php /usr/share/platformsh-cli/src/Console/AnimationFrame.php /usr/share/platformsh-cli/src/Console/Bot.php /usr/share/platformsh-cli/src/Console/CustomMarkdownDescriptor.php /usr/share/platformsh-cli/src/Console/CustomTextDescriptor.php /usr/share/platformsh-cli/src/Console/EventSubscriber.php /usr/share/platformsh-cli/src/Console/ProcessManager.php /usr/share/platformsh-cli/src/Console/Winky.php /usr/share/platformsh-cli/src/CredentialHelper /usr/share/platformsh-cli/src/CredentialHelper/Manager.php /usr/share/platformsh-cli/src/CredentialHelper/SessionStorage.php /usr/share/platformsh-cli/src/Event /usr/share/platformsh-cli/src/Event/EnvironmentsChangedEvent.php /usr/share/platformsh-cli/src/Exception /usr/share/platformsh-cli/src/Exception/ApiFeatureMissingException.php /usr/share/platformsh-cli/src/Exception/ConnectionFailedException.php /usr/share/platformsh-cli/src/Exception/DependencyMissingException.php /usr/share/platformsh-cli/src/Exception/HttpException.php /usr/share/platformsh-cli/src/Exception/InvalidConfigException.php /usr/share/platformsh-cli/src/Exception/LoginRequiredException.php /usr/share/platformsh-cli/src/Exception/PermissionDeniedException.php /usr/share/platformsh-cli/src/Exception/ProcessFailedException.php /usr/share/platformsh-cli/src/Exception/ProjectNotFoundException.php /usr/share/platformsh-cli/src/Exception/RootNotFoundException.php /usr/share/platformsh-cli/src/Local /usr/share/platformsh-cli/src/Local/BuildFlavor /usr/share/platformsh-cli/src/Local/BuildFlavor/BuildFlavorBase.php /usr/share/platformsh-cli/src/Local/BuildFlavor/BuildFlavorInterface.php /usr/share/platformsh-cli/src/Local/BuildFlavor/Composer.php /usr/share/platformsh-cli/src/Local/BuildFlavor/Drupal.php /usr/share/platformsh-cli/src/Local/BuildFlavor/NoBuildFlavor.php /usr/share/platformsh-cli/src/Local/BuildFlavor/NodeJs.php /usr/share/platformsh-cli/src/Local/BuildFlavor/Symfony.php /usr/share/platformsh-cli/src/Local/DependencyInstaller.php /usr/share/platformsh-cli/src/Local/DependencyManager /usr/share/platformsh-cli/src/Local/DependencyManager/Bundler.php /usr/share/platformsh-cli/src/Local/DependencyManager/Composer.php /usr/share/platformsh-cli/src/Local/DependencyManager/DependencyManagerBase.php /usr/share/platformsh-cli/src/Local/DependencyManager/DependencyManagerInterface.php /usr/share/platformsh-cli/src/Local/DependencyManager/Npm.php /usr/share/platformsh-cli/src/Local/DependencyManager/Pip.php /usr/share/platformsh-cli/src/Local/LocalApplication.php /usr/share/platformsh-cli/src/Local/LocalBuild.php /usr/share/platformsh-cli/src/Local/LocalProject.php /usr/share/platformsh-cli/src/Model /usr/share/platformsh-cli/src/Model/Activity.php /usr/share/platformsh-cli/src/Model/AppConfig.php /usr/share/platformsh-cli/src/Model/Host /usr/share/platformsh-cli/src/Model/Host/HostInterface.php /usr/share/platformsh-cli/src/Model/Host/LocalHost.php /usr/share/platformsh-cli/src/Model/Host/RemoteHost.php /usr/share/platformsh-cli/src/Model/RemoteContainer /usr/share/platformsh-cli/src/Model/RemoteContainer/App.php /usr/share/platformsh-cli/src/Model/RemoteContainer/BrokenEnv.php /usr/share/platformsh-cli/src/Model/RemoteContainer/RemoteContainerInterface.php /usr/share/platformsh-cli/src/Model/RemoteContainer/Worker.php /usr/share/platformsh-cli/src/Model/Route.php /usr/share/platformsh-cli/src/Model/Variable.php /usr/share/platformsh-cli/src/SelfUpdate /usr/share/platformsh-cli/src/SelfUpdate/ManifestStrategy.php /usr/share/platformsh-cli/src/Service /usr/share/platformsh-cli/src/Service/ActivityLoader.php /usr/share/platformsh-cli/src/Service/ActivityMonitor.php /usr/share/platformsh-cli/src/Service/Api.php /usr/share/platformsh-cli/src/Service/CacheFactory.php /usr/share/platformsh-cli/src/Service/Config.php /usr/share/platformsh-cli/src/Service/CurlCli.php /usr/share/platformsh-cli/src/Service/Drush.php /usr/share/platformsh-cli/src/Service/Filesystem.php /usr/share/platformsh-cli/src/Service/Git.php /usr/share/platformsh-cli/src/Service/GitDataApi.php /usr/share/platformsh-cli/src/Service/Identifier.php /usr/share/platformsh-cli/src/Service/InputConfiguringInterface.php /usr/share/platformsh-cli/src/Service/Mount.php /usr/share/platformsh-cli/src/Service/PropertyFormatter.php /usr/share/platformsh-cli/src/Service/QuestionHelper.php /usr/share/platformsh-cli/src/Service/Relationships.php /usr/share/platformsh-cli/src/Service/RemoteEnvVars.php /usr/share/platformsh-cli/src/Service/Rsync.php /usr/share/platformsh-cli/src/Service/SelfUpdater.php /usr/share/platformsh-cli/src/Service/Shell.php /usr/share/platformsh-cli/src/Service/Ssh.php /usr/share/platformsh-cli/src/Service/State.php /usr/share/platformsh-cli/src/Service/Table.php /usr/share/platformsh-cli/src/Service/Url.php /usr/share/platformsh-cli/src/SiteAlias /usr/share/platformsh-cli/src/SiteAlias/DrushAlias.php /usr/share/platformsh-cli/src/SiteAlias/DrushPhp.php /usr/share/platformsh-cli/src/SiteAlias/DrushYaml.php /usr/share/platformsh-cli/src/SiteAlias/SiteAliasTypeInterface.php /usr/share/platformsh-cli/src/Util /usr/share/platformsh-cli/src/Util/Csv.php /usr/share/platformsh-cli/src/Util/NestedArrayUtil.php /usr/share/platformsh-cli/src/Util/OsUtil.php /usr/share/platformsh-cli/src/Util/PortUtil.php /usr/share/platformsh-cli/src/Util/SslUtil.php /usr/share/platformsh-cli/src/Util/TimezoneUtil.php /usr/share/platformsh-cli/src/Util/YamlParser.php /usr/share/platformsh-cli/stub.php /usr/share/platformsh-cli/tests /usr/share/platformsh-cli/tests/Command /usr/share/platformsh-cli/tests/Command/App /usr/share/platformsh-cli/tests/Command/App/AppConfigGetTest.php /usr/share/platformsh-cli/tests/Command/DecodeTest.php /usr/share/platformsh-cli/tests/Command/Environment /usr/share/platformsh-cli/tests/Command/Environment/EnvironmentRelationshipsTest.php /usr/share/platformsh-cli/tests/Command/Environment/EnvironmentUrlTest.php /usr/share/platformsh-cli/tests/Command/Route /usr/share/platformsh-cli/tests/Command/Route/RouteGetTest.php /usr/share/platformsh-cli/tests/Command/Route/RouteListTest.php /usr/share/platformsh-cli/tests/Command/WelcomeCommandTest.php /usr/share/platformsh-cli/tests/ConfigTest.php /usr/share/platformsh-cli/tests/Console /usr/share/platformsh-cli/tests/Console/AdaptiveTableTest.php /usr/share/platformsh-cli/tests/CredentialHelper /usr/share/platformsh-cli/tests/CredentialHelper/CredentialHelperTest.php /usr/share/platformsh-cli/tests/HasTempDirTrait.php /usr/share/platformsh-cli/tests/InstallerTest.php /usr/share/platformsh-cli/tests/Local /usr/share/platformsh-cli/tests/Local/BuildFlavor /usr/share/platformsh-cli/tests/Local/BuildFlavor/BaseBuildFlavorTest.php /usr/share/platformsh-cli/tests/Local/BuildFlavor/ComposerTest.php /usr/share/platformsh-cli/tests/Local/BuildFlavor/DependenciesTest.php /usr/share/platformsh-cli/tests/Local/BuildFlavor/DrupalTest.php /usr/share/platformsh-cli/tests/Local/BuildFlavor/InvalidAppTest.php /usr/share/platformsh-cli/tests/Local/BuildFlavor/NodeJsTest.php /usr/share/platformsh-cli/tests/Local/BuildFlavor/NoneTest.php /usr/share/platformsh-cli/tests/Local/BuildFlavor/VanillaTest.php /usr/share/platformsh-cli/tests/Local/LocalApplicationTest.php /usr/share/platformsh-cli/tests/Local/LocalBuildTest.php /usr/share/platformsh-cli/tests/Local/LocalProjectTest.php /usr/share/platformsh-cli/tests/Model /usr/share/platformsh-cli/tests/Model/VariableTest.php /usr/share/platformsh-cli/tests/Service /usr/share/platformsh-cli/tests/Service/DrushServiceTest.php /usr/share/platformsh-cli/tests/Service/FilesystemServiceTest.php /usr/share/platformsh-cli/tests/Service/GitDataApiServiceTest.php /usr/share/platformsh-cli/tests/Service/GitServiceTest.php /usr/share/platformsh-cli/tests/Service/IdentifierTest.php /usr/share/platformsh-cli/tests/Service/ShellServiceTest.php /usr/share/platformsh-cli/tests/Service/TableServiceTest.php /usr/share/platformsh-cli/tests/Util /usr/share/platformsh-cli/tests/Util/CsvTest.php /usr/share/platformsh-cli/tests/Util/NestedArrayUtilTest.php /usr/share/platformsh-cli/tests/Util/OsUtilTest.php /usr/share/platformsh-cli/tests/Util/PortUtilTest.php /usr/share/platformsh-cli/tests/Util/TimezoneUtilTest.php /usr/share/platformsh-cli/tests/Util/YamlParserTest.php /usr/share/platformsh-cli/tests/bootstrap.php /usr/share/platformsh-cli/tests/data /usr/share/platformsh-cli/tests/data/apps /usr/share/platformsh-cli/tests/data/apps/build-deps /usr/share/platformsh-cli/tests/data/apps/build-deps/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/complex-yaml /usr/share/platformsh-cli/tests/data/apps/complex-yaml/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/complex-yaml/build-hook.sh /usr/share/platformsh-cli/tests/data/apps/complex-yaml/complex-app.yaml /usr/share/platformsh-cli/tests/data/apps/complex-yaml/location.yml /usr/share/platformsh-cli/tests/data/apps/composer /usr/share/platformsh-cli/tests/data/apps/composer-mounts /usr/share/platformsh-cli/tests/data/apps/composer-mounts/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/composer-mounts/web /usr/share/platformsh-cli/tests/data/apps/composer-mounts/web/index.html /usr/share/platformsh-cli/tests/data/apps/composer-php56 /usr/share/platformsh-cli/tests/data/apps/composer-php56/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/composer/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/composer/composer.json /usr/share/platformsh-cli/tests/data/apps/composer/composer.lock /usr/share/platformsh-cli/tests/data/apps/deprecated-config /usr/share/platformsh-cli/tests/data/apps/deprecated-config/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/drupal /usr/share/platformsh-cli/tests/data/apps/drupal/profile /usr/share/platformsh-cli/tests/data/apps/drupal/profile/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/drupal/profile/modules /usr/share/platformsh-cli/tests/data/apps/drupal/profile/modules/test_module /usr/share/platformsh-cli/tests/data/apps/drupal/profile/modules/test_module/test_module_file.php /usr/share/platformsh-cli/tests/data/apps/drupal/profile/project-core.make /usr/share/platformsh-cli/tests/data/apps/drupal/profile/project.make /usr/share/platformsh-cli/tests/data/apps/drupal/profile/test.profile /usr/share/platformsh-cli/tests/data/apps/drupal/project /usr/share/platformsh-cli/tests/data/apps/drupal/project/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/drupal/project/project.make /usr/share/platformsh-cli/tests/data/apps/drupal/yaml /usr/share/platformsh-cli/tests/data/apps/drupal/yaml/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/drupal/yaml/project.make.yml /usr/share/platformsh-cli/tests/data/apps/fake-symfony /usr/share/platformsh-cli/tests/data/apps/fake-symfony/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/hhvm37 /usr/share/platformsh-cli/tests/data/apps/hhvm37/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/invalid /usr/share/platformsh-cli/tests/data/apps/invalid/index.html /usr/share/platformsh-cli/tests/data/apps/nodejs /usr/share/platformsh-cli/tests/data/apps/nodejs/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/nodejs/package.json /usr/share/platformsh-cli/tests/data/apps/none /usr/share/platformsh-cli/tests/data/apps/none/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/none/index.html /usr/share/platformsh-cli/tests/data/apps/symfony /usr/share/platformsh-cli/tests/data/apps/symfony/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/symfony/composer.json /usr/share/platformsh-cli/tests/data/apps/vanilla /usr/share/platformsh-cli/tests/data/apps/vanilla-webroot /usr/share/platformsh-cli/tests/data/apps/vanilla-webroot/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/vanilla-webroot/web /usr/share/platformsh-cli/tests/data/apps/vanilla-webroot/web/index.html /usr/share/platformsh-cli/tests/data/apps/vanilla/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/vanilla/index.html /usr/share/platformsh-cli/tests/data/mock-cli-config.yaml /usr/share/platformsh-cli/tests/data/mock-cli-user-config /usr/share/platformsh-cli/tests/data/mock-cli-user-config/config.yaml /usr/share/platformsh-cli/tests/data/repositories /usr/share/platformsh-cli/tests/data/repositories/multi-drupal /usr/share/platformsh-cli/tests/data/repositories/multi-drupal/drupal1 /usr/share/platformsh-cli/tests/data/repositories/multi-drupal/drupal1/_platform.app.yaml /usr/share/platformsh-cli/tests/data/repositories/multi-drupal/drupal1/project.make /usr/share/platformsh-cli/tests/data/repositories/multi-drupal/drupal2 /usr/share/platformsh-cli/tests/data/repositories/multi-drupal/drupal2/_platform.app.yaml /usr/share/platformsh-cli/tests/data/repositories/multi-drupal/drupal2/project.make /usr/share/platformsh-cli/tests/data/repositories/multiple /usr/share/platformsh-cli/tests/data/repositories/multiple/drupal /usr/share/platformsh-cli/tests/data/repositories/multiple/drupal/_platform.app.yaml /usr/share/platformsh-cli/tests/data/repositories/multiple/drupal/project.make /usr/share/platformsh-cli/tests/data/repositories/multiple/nest /usr/share/platformsh-cli/tests/data/repositories/multiple/nest/_platform.app.yaml /usr/share/platformsh-cli/tests/data/repositories/multiple/nest/nested /usr/share/platformsh-cli/tests/data/repositories/multiple/nest/nested/_platform.app.yaml /usr/share/platformsh-cli/tests/data/repositories/multiple/nest/nested/nested /usr/share/platformsh-cli/tests/data/repositories/multiple/nest/nested/nested/_platform.app.yaml /usr/share/platformsh-cli/tests/data/repositories/multiple/simple /usr/share/platformsh-cli/tests/data/repositories/multiple/simple/_platform.app.yaml /usr/share/platformsh-cli/tests/data/repositories/multiple/symfony /usr/share/platformsh-cli/tests/data/repositories/multiple/symfony/_platform.app.yaml /usr/share/platformsh-cli/tests/data/repositories/multiple/symfony/composer.json /usr/share/platformsh-cli/vendor /usr/share/platformsh-cli/vendor-bin /usr/share/platformsh-cli/vendor-bin/box /usr/share/platformsh-cli/vendor-bin/box/composer.json /usr/share/platformsh-cli/vendor-bin/box/composer.lock /usr/share/platformsh-cli/vendor/autoload.php /usr/share/platformsh-cli/vendor/cocur /usr/share/platformsh-cli/vendor/cocur/slugify /usr/share/platformsh-cli/vendor/cocur/slugify/.appveyor.yml /usr/share/platformsh-cli/vendor/cocur/slugify/.editorconfig /usr/share/platformsh-cli/vendor/cocur/slugify/.gitignore /usr/share/platformsh-cli/vendor/cocur/slugify/.scrutinizer.yml /usr/share/platformsh-cli/vendor/cocur/slugify/LICENSE /usr/share/platformsh-cli/vendor/cocur/slugify/README.md /usr/share/platformsh-cli/vendor/cocur/slugify/Resources /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/arabic.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/austrian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/azerbaijani.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/bulgarian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/burmese.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/croatian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/czech.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/danish.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/default.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/esperanto.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/estonian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/finnish.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/french.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/georgian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/german.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/greek.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/hindi.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/italian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/latvian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/lithuanian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/norwegian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/polish.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/romanian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/russian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/serbian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/swedish.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/turkish.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/ukrainian.json /usr/share/platformsh-cli/vendor/cocur/slugify/Resources/rules/vietnamese.json /usr/share/platformsh-cli/vendor/cocur/slugify/bin /usr/share/platformsh-cli/vendor/cocur/slugify/bin/generate-default.php /usr/share/platformsh-cli/vendor/cocur/slugify/composer.json /usr/share/platformsh-cli/vendor/cocur/slugify/phpunit.xml.dist /usr/share/platformsh-cli/vendor/cocur/slugify/src /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Laravel /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Laravel/SlugifyFacade.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Laravel/SlugifyServiceProvider.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Latte /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Latte/SlugifyHelper.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/League /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/League/SlugifyServiceProvider.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Nette /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Nette/SlugifyExtension.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Plum /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Plum/SlugifyConverter.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Silex /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Silex/SlugifyServiceProvider.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Silex2 /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Silex2/SlugifyServiceProvider.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Symfony /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Symfony/CocurSlugifyBundle.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Symfony/CocurSlugifyExtension.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Symfony/Configuration.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Twig /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/ZF2 /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/ZF2/Module.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/ZF2/SlugifyService.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/ZF2/SlugifyViewHelper.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Bridge/ZF2/SlugifyViewHelperFactory.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/RuleProvider /usr/share/platformsh-cli/vendor/cocur/slugify/src/RuleProvider/DefaultRuleProvider.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/RuleProvider/FileRuleProvider.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/RuleProvider/RuleProviderInterface.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/Slugify.php /usr/share/platformsh-cli/vendor/cocur/slugify/src/SlugifyInterface.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Laravel /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Laravel/SlugifyProviderTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Latte /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Latte/SlugifyHelperTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/League /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/League/SlugifyServiceProviderTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Nette /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Nette/SlugifyExtensionTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Plum /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Plum/SlugifyConverterTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Silex /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Silex/SlugifySilexProviderTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Symfony /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Symfony/CocurSlugifyBundleTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Symfony/CocurSlugifyExtensionTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Symfony/ConfigurationTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Twig /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/Twig/SlugifyExtensionTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/ZF2 /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/ZF2/ModuleTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/ZF2/SlugifyServiceTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/ZF2/SlugifyViewHelperFactoryTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/Bridge/ZF2/SlugifyViewHelperTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/RuleProvider /usr/share/platformsh-cli/vendor/cocur/slugify/tests/RuleProvider/FileRuleProviderTest.php /usr/share/platformsh-cli/vendor/cocur/slugify/tests/SlugifyTest.php /usr/share/platformsh-cli/vendor/composer /usr/share/platformsh-cli/vendor/composer/ClassLoader.php /usr/share/platformsh-cli/vendor/composer/LICENSE /usr/share/platformsh-cli/vendor/composer/autoload_classmap.php /usr/share/platformsh-cli/vendor/composer/autoload_files.php /usr/share/platformsh-cli/vendor/composer/autoload_namespaces.php /usr/share/platformsh-cli/vendor/composer/autoload_psr4.php /usr/share/platformsh-cli/vendor/composer/autoload_real.php /usr/share/platformsh-cli/vendor/composer/autoload_static.php /usr/share/platformsh-cli/vendor/composer/ca-bundle /usr/share/platformsh-cli/vendor/composer/ca-bundle/LICENSE /usr/share/platformsh-cli/vendor/composer/ca-bundle/README.md /usr/share/platformsh-cli/vendor/composer/ca-bundle/composer.json /usr/share/platformsh-cli/vendor/composer/ca-bundle/res /usr/share/platformsh-cli/vendor/composer/ca-bundle/res/cacert.pem /usr/share/platformsh-cli/vendor/composer/ca-bundle/src /usr/share/platformsh-cli/vendor/composer/ca-bundle/src/CaBundle.php /usr/share/platformsh-cli/vendor/composer/installed.json /usr/share/platformsh-cli/vendor/doctrine /usr/share/platformsh-cli/vendor/doctrine/cache /usr/share/platformsh-cli/vendor/doctrine/cache/.coveralls.yml /usr/share/platformsh-cli/vendor/doctrine/cache/.gitignore /usr/share/platformsh-cli/vendor/doctrine/cache/LICENSE /usr/share/platformsh-cli/vendor/doctrine/cache/README.md /usr/share/platformsh-cli/vendor/doctrine/cache/UPGRADE.md /usr/share/platformsh-cli/vendor/doctrine/cache/build.properties /usr/share/platformsh-cli/vendor/doctrine/cache/build.xml /usr/share/platformsh-cli/vendor/doctrine/cache/composer.json /usr/share/platformsh-cli/vendor/doctrine/cache/lib /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RiakCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/VoidCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php /usr/share/platformsh-cli/vendor/doctrine/cache/phpunit.xml.dist /usr/share/platformsh-cli/vendor/doctrine/cache/tests /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcuCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/BaseFileCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheProviderTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CouchbaseCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FileCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcacheCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcachedCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MongoDBCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RedisCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/VoidCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php /usr/share/platformsh-cli/vendor/doctrine/cache/tests/travis /usr/share/platformsh-cli/vendor/doctrine/cache/tests/travis/php.ini /usr/share/platformsh-cli/vendor/doctrine/cache/tests/travis/phpunit.travis.xml /usr/share/platformsh-cli/vendor/firebase /usr/share/platformsh-cli/vendor/firebase/php-jwt /usr/share/platformsh-cli/vendor/firebase/php-jwt/.gitignore /usr/share/platformsh-cli/vendor/firebase/php-jwt/Authentication /usr/share/platformsh-cli/vendor/firebase/php-jwt/Authentication/JWT.php /usr/share/platformsh-cli/vendor/firebase/php-jwt/Exceptions /usr/share/platformsh-cli/vendor/firebase/php-jwt/Exceptions/BeforeValidException.php /usr/share/platformsh-cli/vendor/firebase/php-jwt/Exceptions/ExpiredException.php /usr/share/platformsh-cli/vendor/firebase/php-jwt/Exceptions/SignatureInvalidException.php /usr/share/platformsh-cli/vendor/firebase/php-jwt/LICENSE /usr/share/platformsh-cli/vendor/firebase/php-jwt/README.md /usr/share/platformsh-cli/vendor/firebase/php-jwt/composer.json /usr/share/platformsh-cli/vendor/firebase/php-jwt/composer.lock /usr/share/platformsh-cli/vendor/firebase/php-jwt/composer.phar /usr/share/platformsh-cli/vendor/firebase/php-jwt/package.xml /usr/share/platformsh-cli/vendor/firebase/php-jwt/phpunit.xml.dist /usr/share/platformsh-cli/vendor/firebase/php-jwt/run-tests.sh /usr/share/platformsh-cli/vendor/firebase/php-jwt/tests /usr/share/platformsh-cli/vendor/firebase/php-jwt/tests/JWTTest.php /usr/share/platformsh-cli/vendor/firebase/php-jwt/tests/autoload.php.dist /usr/share/platformsh-cli/vendor/firebase/php-jwt/tests/bootstrap.php /usr/share/platformsh-cli/vendor/guzzlehttp /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/.gitignore /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/CHANGELOG.md /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/LICENSE /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/Makefile /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/README.rst /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/composer.json /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/phpunit.xml.dist /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/src /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/src/CacheStorage.php /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/src/CacheStorageInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/src/CacheSubscriber.php /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/src/PurgeSubscriber.php /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/src/Utils.php /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/src/ValidationSubscriber.php /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/tests /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/tests/CacheStorageTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/tests/CacheSubscriberTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/tests/IntegrationTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/cache-subscriber/tests/UtilsTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/CHANGELOG.md /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/LICENSE /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/README.md /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/UPGRADING.md /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/build /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/composer.json /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/docs /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/BatchResults.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Client.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/ClientInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Collection.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Cookie /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/AbstractEvent.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/AbstractRequestEvent.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/AbstractRetryableEvent.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/AbstractTransferEvent.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/BeforeEvent.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/CompleteEvent.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/Emitter.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/EmitterInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/EndEvent.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/ErrorEvent.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/EventInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/ProgressEvent.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/RequestEvents.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/CouldNotRewindStreamException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/ParseException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/StateException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Exception/XmlParseException.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/HasDataTrait.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/AbstractMessage.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/AppliesHeadersInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/FutureResponse.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/MessageInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/MessageParser.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/Request.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/RequestInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/Response.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Message/ResponseInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Mimetypes.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Pool.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Post /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Post/MultipartBody.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Post/PostBody.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Post/PostBodyInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Post/PostFile.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Post/PostFileInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Query.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/QueryParser.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/RequestFsm.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/RingBridge.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Subscriber /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Subscriber/Cookie.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Subscriber/History.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Subscriber/Mock.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Subscriber/Prepare.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/ToArrayInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Transaction.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/UriTemplate.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Url.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/src/Utils.php /usr/share/platformsh-cli/vendor/guzzlehttp/guzzle/tests /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/.editorconfig /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/.gitignore /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/CHANGELOG.md /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/LICENSE /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/Makefile /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/README.rst /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/composer.json /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs/Makefile /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs/client_handlers.rst /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs/client_middleware.rst /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs/conf.py /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs/futures.rst /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs/index.rst /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs/requirements.txt /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs/spec.rst /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/docs/testing.rst /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/phpunit.xml.dist /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Client /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Client/ClientUtils.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Client/Middleware.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Client/MockHandler.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Core.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Exception /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Exception/CancelledException.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Exception/ConnectException.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Exception/RingException.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Future /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Future/BaseFutureTrait.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Future/CompletedFutureArray.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Future/CompletedFutureValue.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Future/FutureArray.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Future/FutureArrayInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Future/FutureInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Future/FutureValue.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/src/Future/MagicFutureTrait.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Client /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Client/CurlFactoryTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Client/CurlHandlerTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Client/CurlMultiHandlerTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Client/MiddlewareTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Client/MockHandlerTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Client/Server.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Client/StreamHandlerTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Client/server.js /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/CoreTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Future /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Future/CompletedFutureArrayTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Future/CompletedFutureValueTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Future/FutureArrayTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/Future/FutureValueTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/ringphp/tests/bootstrap.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams /usr/share/platformsh-cli/vendor/guzzlehttp/streams/.gitignore /usr/share/platformsh-cli/vendor/guzzlehttp/streams/CHANGELOG.rst /usr/share/platformsh-cli/vendor/guzzlehttp/streams/LICENSE /usr/share/platformsh-cli/vendor/guzzlehttp/streams/Makefile /usr/share/platformsh-cli/vendor/guzzlehttp/streams/README.rst /usr/share/platformsh-cli/vendor/guzzlehttp/streams/composer.json /usr/share/platformsh-cli/vendor/guzzlehttp/streams/phpunit.xml.dist /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/AppendStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/AsyncReadStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/BufferStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/CachingStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/DroppingStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/Exception /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/Exception/CannotAttachException.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/Exception/SeekException.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/FnStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/GuzzleStreamWrapper.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/InflateStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/LazyOpenStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/LimitStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/MetadataStreamInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/NoSeekStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/NullStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/PumpStream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/Stream.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/StreamDecoratorTrait.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/StreamInterface.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/src/Utils.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/AppendStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/AsyncReadStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/BufferStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/CachingStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/DroppingStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/Exception /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/Exception/SeekExceptionTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/FnStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/GuzzleStreamWrapperTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/InflateStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/LazyOpenStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/LimitStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/NoSeekStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/NullStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/PumpStreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/StreamDecoratorTraitTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/StreamTest.php /usr/share/platformsh-cli/vendor/guzzlehttp/streams/tests/UtilsTest.php /usr/share/platformsh-cli/vendor/padraic /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/.gitignore /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/.php_cs.dist /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/CONTRIBUTING.md /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/LICENSE /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/Makefile /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/README.md /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/UPGRADE.md /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/composer.json /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/phpunit.xml.dist /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/src /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/src/FileGetContents.php /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/src/function.php /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/src/functions.php /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/tests /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/tests/Humbug /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/tests/Humbug/Test /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/tests/Humbug/Test/FunctionTest.php /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/tests/bootstrap.php /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/vendor-bin /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/vendor-bin/php-cs-fixer /usr/share/platformsh-cli/vendor/padraic/humbug_get_contents/vendor-bin/php-cs-fixer/composer.json /usr/share/platformsh-cli/vendor/padraic/phar-updater /usr/share/platformsh-cli/vendor/padraic/phar-updater/.gitignore /usr/share/platformsh-cli/vendor/padraic/phar-updater/.php_cs /usr/share/platformsh-cli/vendor/padraic/phar-updater/LICENSE /usr/share/platformsh-cli/vendor/padraic/phar-updater/README.md /usr/share/platformsh-cli/vendor/padraic/phar-updater/composer.json /usr/share/platformsh-cli/vendor/padraic/phar-updater/humbug.json.dist /usr/share/platformsh-cli/vendor/padraic/phar-updater/phpunit.xml.dist /usr/share/platformsh-cli/vendor/padraic/phar-updater/src /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Exception /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Exception/ExceptionInterface.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Exception/FilesystemException.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Exception/HttpRequestException.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Exception/InvalidArgumentException.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Exception/JsonParsingException.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Exception/NoSignatureException.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Exception/RuntimeException.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Strategy /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Strategy/GithubStrategy.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Strategy/ShaStrategy.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Strategy/StrategyInterface.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/Updater.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/src/VersionParser.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/UpdaterGithubStrategyTest.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/UpdaterTest.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/VersionParserTest.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/bad.version /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/README /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/badkey.phar /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/badkey.phar.pubkey /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/badsig.phar /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/badsig.phar.pubkey /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/badsig.version /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/box.badsig.json /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/box.new.json /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/box.nosig.json /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/box.old.json /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/new.phar /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/new.phar.pubkey /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/new.version /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/nosig.phar /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/nosig.version /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/old.phar /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/old.phar.pubkey /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/src /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/src/new /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/src/new/run.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/src/old /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/build/src/old/run.php /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/empty.version /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/good.version /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/privkey.pem /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/privkey2.pem /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/test-nopubkey.phar /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/test.phar /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/Humbug/Test/SelfUpdate/_files/test.phar.pubkey /usr/share/platformsh-cli/vendor/padraic/phar-updater/tests/bootstrap.php /usr/share/platformsh-cli/vendor/paragonie /usr/share/platformsh-cli/vendor/paragonie/random_compat /usr/share/platformsh-cli/vendor/paragonie/random_compat/LICENSE /usr/share/platformsh-cli/vendor/paragonie/random_compat/composer.json /usr/share/platformsh-cli/vendor/paragonie/random_compat/dist /usr/share/platformsh-cli/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey /usr/share/platformsh-cli/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/byte_safe_strings.php /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/cast_to_int.php /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/error_polyfill.php /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/random.php /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php /usr/share/platformsh-cli/vendor/paragonie/random_compat/lib/random_int.php /usr/share/platformsh-cli/vendor/pjcdawkins /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/.gitignore /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/.scrutinizer.yml /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/LICENSE /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/README.md /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/composer.json /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/composer.lock /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/phpunit.xml.dist /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/AccessToken.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/GrantType /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/GrantType/AuthorizationCode.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/GrantType/ClientCredentials.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/GrantType/GrantTypeBase.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/GrantType/GrantTypeInterface.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/GrantType/JwtBearer.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/GrantType/PasswordCredentials.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/GrantType/RefreshToken.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/GrantType/RefreshTokenGrantTypeInterface.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/src/Oauth2Subscriber.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/AccessTokenTest.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/GrantType /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/GrantType/AuthorizationCodeTest.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/GrantType/JwtBearerTest.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/GrantType/PasswordCredentialsTest.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/GrantType/RefreshTokenTest.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/MockOAuth2Server.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/OAuth2SubscriberTest.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/TestBase.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/bootstrap.php /usr/share/platformsh-cli/vendor/pjcdawkins/guzzle-oauth2-plugin/tests/private.key /usr/share/platformsh-cli/vendor/platformsh /usr/share/platformsh-cli/vendor/platformsh/client /usr/share/platformsh-cli/vendor/platformsh/client/.editorconfig /usr/share/platformsh-cli/vendor/platformsh/client/.gitignore /usr/share/platformsh-cli/vendor/platformsh/client/LICENSE /usr/share/platformsh-cli/vendor/platformsh/client/README.md /usr/share/platformsh-cli/vendor/platformsh/client/composer.json /usr/share/platformsh-cli/vendor/platformsh/client/composer.lock /usr/share/platformsh-cli/vendor/platformsh/client/phpunit.xml /usr/share/platformsh-cli/vendor/platformsh/client/src /usr/share/platformsh-cli/vendor/platformsh/client/src/Connection /usr/share/platformsh-cli/vendor/platformsh/client/src/Connection/Connector.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Connection/ConnectorInterface.php /usr/share/platformsh-cli/vendor/platformsh/client/src/DataStructure /usr/share/platformsh-cli/vendor/platformsh/client/src/DataStructure/ReadOnlyStructureTrait.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Exception /usr/share/platformsh-cli/vendor/platformsh/client/src/Exception/ApiResponseException.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Exception/EnvironmentStateException.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Exception/GitObjectTypeException.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Exception/OperationUnavailableException.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Account.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Activities /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Activities/HasActivitiesInterface.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Activities/HasActivitiesTrait.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Activity.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/ActivityLog /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/ActivityLog/LogItem.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Backup.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Backups /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Backups/BackupConfig.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Backups/Policy.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Certificate.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Deployment /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Deployment/AppBase.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Deployment/EnvironmentDeployment.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Deployment/Route.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Deployment/Service.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Deployment/WebApp.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Deployment/Worker.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Domain.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Environment.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/EnvironmentAccess.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Git /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Git/Blob.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Git/Commit.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Git/Ref.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Git/Tree.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Integration.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Plan.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Price.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Project.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/ProjectAccess.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/ProjectLevelVariable.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/ProjectUser.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Region.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Resource.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Result.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Route.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/SshKey.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/SshKey_Platform.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Subscription.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Type /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Type/Duration.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Variable.php /usr/share/platformsh-cli/vendor/platformsh/client/src/OAuth2 /usr/share/platformsh-cli/vendor/platformsh/client/src/OAuth2/ApiToken.php /usr/share/platformsh-cli/vendor/platformsh/client/src/OAuth2/PasswordCredentialsWithTfa.php /usr/share/platformsh-cli/vendor/platformsh/client/src/PlatformClient.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Session /usr/share/platformsh-cli/vendor/platformsh/client/src/Session/Session.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Session/SessionInterface.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Session/Storage /usr/share/platformsh-cli/vendor/platformsh/client/src/Session/Storage/File.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Session/Storage/SessionStorageInterface.php /usr/share/platformsh-cli/vendor/platformsh/client/tests /usr/share/platformsh-cli/vendor/platformsh/client/tests/MockClient.php /usr/share/platformsh-cli/vendor/platformsh/client/tests/MockConnector.php /usr/share/platformsh-cli/vendor/platformsh/client/tests/MockResource.php /usr/share/platformsh-cli/vendor/platformsh/client/tests/Model /usr/share/platformsh-cli/vendor/platformsh/client/tests/Model/Type /usr/share/platformsh-cli/vendor/platformsh/client/tests/Model/Type/DurationTest.php /usr/share/platformsh-cli/vendor/platformsh/client/tests/PlatformClientTest.php /usr/share/platformsh-cli/vendor/platformsh/client/tests/ResourceTest.php /usr/share/platformsh-cli/vendor/platformsh/client/tests/bootstrap.php /usr/share/platformsh-cli/vendor/platformsh/client/version.txt /usr/share/platformsh-cli/vendor/platformsh/console-form /usr/share/platformsh-cli/vendor/platformsh/console-form/.gitignore /usr/share/platformsh-cli/vendor/platformsh/console-form/LICENSE /usr/share/platformsh-cli/vendor/platformsh/console-form/README.md /usr/share/platformsh-cli/vendor/platformsh/console-form/composer.json /usr/share/platformsh-cli/vendor/platformsh/console-form/composer.lock /usr/share/platformsh-cli/vendor/platformsh/console-form/phpunit.xml /usr/share/platformsh-cli/vendor/platformsh/console-form/src /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Exception /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Exception/InvalidValueException.php /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Exception/MissingValueException.php /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Field /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Field/ArrayField.php /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Field/BooleanField.php /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Field/EmailAddressField.php /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Field/Field.php /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Field/FileField.php /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Field/OptionsField.php /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Field/UrlField.php /usr/share/platformsh-cli/vendor/platformsh/console-form/src/Form.php /usr/share/platformsh-cli/vendor/platformsh/console-form/tests /usr/share/platformsh-cli/vendor/platformsh/console-form/tests/FormTest.php /usr/share/platformsh-cli/vendor/platformsh/console-form/tests/bootstrap.php /usr/share/platformsh-cli/vendor/psr /usr/share/platformsh-cli/vendor/psr/container /usr/share/platformsh-cli/vendor/psr/container/.gitignore /usr/share/platformsh-cli/vendor/psr/container/LICENSE /usr/share/platformsh-cli/vendor/psr/container/README.md /usr/share/platformsh-cli/vendor/psr/container/composer.json /usr/share/platformsh-cli/vendor/psr/container/src /usr/share/platformsh-cli/vendor/psr/container/src/ContainerExceptionInterface.php /usr/share/platformsh-cli/vendor/psr/container/src/ContainerInterface.php /usr/share/platformsh-cli/vendor/psr/container/src/NotFoundExceptionInterface.php /usr/share/platformsh-cli/vendor/psr/log /usr/share/platformsh-cli/vendor/psr/log/.gitignore /usr/share/platformsh-cli/vendor/psr/log/LICENSE /usr/share/platformsh-cli/vendor/psr/log/Psr /usr/share/platformsh-cli/vendor/psr/log/Psr/Log /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/AbstractLogger.php /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/InvalidArgumentException.php /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/LogLevel.php /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/LoggerAwareInterface.php /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/LoggerAwareTrait.php /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/LoggerInterface.php /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/LoggerTrait.php /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/NullLogger.php /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/Test /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php /usr/share/platformsh-cli/vendor/psr/log/Psr/Log/Test/TestLogger.php /usr/share/platformsh-cli/vendor/psr/log/README.md /usr/share/platformsh-cli/vendor/psr/log/composer.json /usr/share/platformsh-cli/vendor/react /usr/share/platformsh-cli/vendor/react/promise /usr/share/platformsh-cli/vendor/react/promise/.gitignore /usr/share/platformsh-cli/vendor/react/promise/CHANGELOG.md /usr/share/platformsh-cli/vendor/react/promise/LICENSE /usr/share/platformsh-cli/vendor/react/promise/README.md /usr/share/platformsh-cli/vendor/react/promise/composer.json /usr/share/platformsh-cli/vendor/react/promise/phpunit.xml.dist /usr/share/platformsh-cli/vendor/react/promise/src /usr/share/platformsh-cli/vendor/react/promise/src/CancellablePromiseInterface.php /usr/share/platformsh-cli/vendor/react/promise/src/CancellationQueue.php /usr/share/platformsh-cli/vendor/react/promise/src/Deferred.php /usr/share/platformsh-cli/vendor/react/promise/src/Exception /usr/share/platformsh-cli/vendor/react/promise/src/Exception/LengthException.php /usr/share/platformsh-cli/vendor/react/promise/src/ExtendedPromiseInterface.php /usr/share/platformsh-cli/vendor/react/promise/src/FulfilledPromise.php /usr/share/platformsh-cli/vendor/react/promise/src/LazyPromise.php /usr/share/platformsh-cli/vendor/react/promise/src/Promise.php /usr/share/platformsh-cli/vendor/react/promise/src/PromiseInterface.php /usr/share/platformsh-cli/vendor/react/promise/src/PromisorInterface.php /usr/share/platformsh-cli/vendor/react/promise/src/RejectedPromise.php /usr/share/platformsh-cli/vendor/react/promise/src/UnhandledRejectionException.php /usr/share/platformsh-cli/vendor/react/promise/src/functions.php /usr/share/platformsh-cli/vendor/react/promise/src/functions_include.php /usr/share/platformsh-cli/vendor/react/promise/tests /usr/share/platformsh-cli/vendor/react/promise/tests/CancellationQueueTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/DeferredTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FulfilledPromiseTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FunctionAllTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FunctionAnyTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FunctionCheckTypehintTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FunctionMapTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FunctionRaceTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FunctionReduceTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FunctionRejectTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FunctionResolveTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/FunctionSomeTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/LazyPromiseTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseAdapter /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseAdapter/CallbackPromiseAdapter.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseAdapter/PromiseAdapterInterface.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest/CancelTestTrait.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest/FullTestTrait.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest/NotifyTestTrait.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest/PromiseFulfilledTestTrait.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest/PromisePendingTestTrait.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest/PromiseRejectedTestTrait.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest/PromiseSettledTestTrait.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest/RejectTestTrait.php /usr/share/platformsh-cli/vendor/react/promise/tests/PromiseTest/ResolveTestTrait.php /usr/share/platformsh-cli/vendor/react/promise/tests/RejectedPromiseTest.php /usr/share/platformsh-cli/vendor/react/promise/tests/Stub /usr/share/platformsh-cli/vendor/react/promise/tests/Stub/CallableStub.php /usr/share/platformsh-cli/vendor/react/promise/tests/TestCase.php /usr/share/platformsh-cli/vendor/react/promise/tests/bootstrap.php /usr/share/platformsh-cli/vendor/react/promise/tests/fixtures /usr/share/platformsh-cli/vendor/react/promise/tests/fixtures/SimpleFulfilledTestPromise.php /usr/share/platformsh-cli/vendor/react/promise/tests/fixtures/SimpleFulfilledTestThenable.php /usr/share/platformsh-cli/vendor/react/promise/tests/fixtures/SimpleRejectedTestPromise.php /usr/share/platformsh-cli/vendor/react/promise/tests/fixtures/SimpleTestCancellable.php /usr/share/platformsh-cli/vendor/react/promise/tests/fixtures/SimpleTestCancellableThenable.php /usr/share/platformsh-cli/vendor/stecman /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/.gitignore /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/LICENCE /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/README.md /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/composer.json /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/phpunit.xml.dist /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/Completion /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/Completion.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/Completion/CompletionAwareInterface.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/Completion/CompletionInterface.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/Completion/ShellPathCompletion.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/CompletionCommand.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/CompletionContext.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/CompletionHandler.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/EnvironmentCompletionContext.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/src/HookFactory.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Common /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Common/CompletionHandlerTestCase.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/CompletionCommandTest.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/CompletionContextTest.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/CompletionHandlerTest.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/CompletionTest.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Fixtures /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Fixtures/CompletionAwareCommand.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Fixtures/HiddenCommand.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Fixtures/TestBasicCommand.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/Fixtures/TestSymfonyStyleCommand.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/Stecman/Component/Symfony/Console/BashCompletion/HookFactoryTest.php /usr/share/platformsh-cli/vendor/stecman/symfony-console-completion/tests/bootstrap.php /usr/share/platformsh-cli/vendor/symfony /usr/share/platformsh-cli/vendor/symfony/config /usr/share/platformsh-cli/vendor/symfony/config/.gitignore /usr/share/platformsh-cli/vendor/symfony/config/CHANGELOG.md /usr/share/platformsh-cli/vendor/symfony/config/ConfigCache.php /usr/share/platformsh-cli/vendor/symfony/config/ConfigCacheFactory.php /usr/share/platformsh-cli/vendor/symfony/config/ConfigCacheFactoryInterface.php /usr/share/platformsh-cli/vendor/symfony/config/ConfigCacheInterface.php /usr/share/platformsh-cli/vendor/symfony/config/Definition /usr/share/platformsh-cli/vendor/symfony/config/Definition/ArrayNode.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/BaseNode.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/BooleanNode.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/ArrayNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/EnumNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/ExprBuilder.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/FloatNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/MergeBuilder.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/NodeBuilder.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/NodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/NodeParentInterface.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/NormalizationBuilder.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/NumericNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/ParentNodeDefinitionInterface.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/ScalarNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/TreeBuilder.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/ValidationBuilder.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Builder/VariableNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/ConfigurationInterface.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Dumper /usr/share/platformsh-cli/vendor/symfony/config/Definition/Dumper/XmlReferenceDumper.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Dumper/YamlReferenceDumper.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/EnumNode.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Exception /usr/share/platformsh-cli/vendor/symfony/config/Definition/Exception/DuplicateKeyException.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Exception/Exception.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Exception/ForbiddenOverwriteException.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Exception/InvalidConfigurationException.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Exception/InvalidDefinitionException.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Exception/InvalidTypeException.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Exception/UnsetKeyException.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/FloatNode.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/IntegerNode.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/NodeInterface.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/NumericNode.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/Processor.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/PrototypeNodeInterface.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/PrototypedArrayNode.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/ScalarNode.php /usr/share/platformsh-cli/vendor/symfony/config/Definition/VariableNode.php /usr/share/platformsh-cli/vendor/symfony/config/DependencyInjection /usr/share/platformsh-cli/vendor/symfony/config/DependencyInjection/ConfigCachePass.php /usr/share/platformsh-cli/vendor/symfony/config/Exception /usr/share/platformsh-cli/vendor/symfony/config/Exception/FileLoaderImportCircularReferenceException.php /usr/share/platformsh-cli/vendor/symfony/config/Exception/FileLoaderLoadException.php /usr/share/platformsh-cli/vendor/symfony/config/Exception/FileLocatorFileNotFoundException.php /usr/share/platformsh-cli/vendor/symfony/config/FileLocator.php /usr/share/platformsh-cli/vendor/symfony/config/FileLocatorInterface.php /usr/share/platformsh-cli/vendor/symfony/config/LICENSE /usr/share/platformsh-cli/vendor/symfony/config/Loader /usr/share/platformsh-cli/vendor/symfony/config/Loader/DelegatingLoader.php /usr/share/platformsh-cli/vendor/symfony/config/Loader/FileLoader.php /usr/share/platformsh-cli/vendor/symfony/config/Loader/GlobFileLoader.php /usr/share/platformsh-cli/vendor/symfony/config/Loader/Loader.php /usr/share/platformsh-cli/vendor/symfony/config/Loader/LoaderInterface.php /usr/share/platformsh-cli/vendor/symfony/config/Loader/LoaderResolver.php /usr/share/platformsh-cli/vendor/symfony/config/Loader/LoaderResolverInterface.php /usr/share/platformsh-cli/vendor/symfony/config/README.md /usr/share/platformsh-cli/vendor/symfony/config/Resource /usr/share/platformsh-cli/vendor/symfony/config/Resource/ClassExistenceResource.php /usr/share/platformsh-cli/vendor/symfony/config/Resource/ComposerResource.php /usr/share/platformsh-cli/vendor/symfony/config/Resource/DirectoryResource.php /usr/share/platformsh-cli/vendor/symfony/config/Resource/FileExistenceResource.php /usr/share/platformsh-cli/vendor/symfony/config/Resource/FileResource.php /usr/share/platformsh-cli/vendor/symfony/config/Resource/GlobResource.php /usr/share/platformsh-cli/vendor/symfony/config/Resource/ReflectionClassResource.php /usr/share/platformsh-cli/vendor/symfony/config/Resource/ResourceInterface.php /usr/share/platformsh-cli/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php /usr/share/platformsh-cli/vendor/symfony/config/Resource/SelfCheckingResourceInterface.php /usr/share/platformsh-cli/vendor/symfony/config/ResourceCheckerConfigCache.php /usr/share/platformsh-cli/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php /usr/share/platformsh-cli/vendor/symfony/config/ResourceCheckerInterface.php /usr/share/platformsh-cli/vendor/symfony/config/Tests /usr/share/platformsh-cli/vendor/symfony/config/Tests/ConfigCacheFactoryTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/ConfigCacheTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/ArrayNodeTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/BooleanNodeTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Builder /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Builder/BooleanNodeDefinitionTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Builder/EnumNodeDefinitionTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Builder/ExprBuilderTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Builder/NodeBuilderTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Builder/NumericNodeDefinitionTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Builder/TreeBuilderTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Dumper /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Dumper/XmlReferenceDumperTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/Dumper/YamlReferenceDumperTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/EnumNodeTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/FinalizationTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/FloatNodeTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/IntegerNodeTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/MergeTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/NormalizationTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/PrototypedArrayNodeTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Definition/ScalarNodeTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/DependencyInjection /usr/share/platformsh-cli/vendor/symfony/config/Tests/DependencyInjection/ConfigCachePassTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Exception /usr/share/platformsh-cli/vendor/symfony/config/Tests/Exception/FileLoaderLoadExceptionTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/FileLocatorTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Again /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Again/foo.xml /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/BadFileName.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/BadParent.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/BarNode.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Builder /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Builder/BarNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Builder/NodeBuilder.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Builder/VariableNodeDefinition.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Configuration /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Configuration/ExampleConfiguration.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Resource /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Resource/.hiddenFile /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Resource/ConditionalClass.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Util /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Util/document_type.xml /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Util/invalid.xml /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Util/invalid_schema.xml /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Util/schema.xsd /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/Util/valid.xml /usr/share/platformsh-cli/vendor/symfony/config/Tests/Fixtures/foo.xml /usr/share/platformsh-cli/vendor/symfony/config/Tests/Loader /usr/share/platformsh-cli/vendor/symfony/config/Tests/Loader/DelegatingLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Loader/FileLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Loader/LoaderResolverTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Loader/LoaderTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Resource /usr/share/platformsh-cli/vendor/symfony/config/Tests/Resource/ClassExistenceResourceTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Resource/ComposerResourceTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Resource/DirectoryResourceTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Resource/FileExistenceResourceTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Resource/FileResourceTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Resource/GlobResourceTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Resource/ReflectionClassResourceTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Resource/ResourceStub.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/ResourceCheckerConfigCacheTest.php /usr/share/platformsh-cli/vendor/symfony/config/Tests/Util /usr/share/platformsh-cli/vendor/symfony/config/Tests/Util/XmlUtilsTest.php /usr/share/platformsh-cli/vendor/symfony/config/Util /usr/share/platformsh-cli/vendor/symfony/config/Util/Exception /usr/share/platformsh-cli/vendor/symfony/config/Util/Exception/InvalidXmlException.php /usr/share/platformsh-cli/vendor/symfony/config/Util/Exception/XmlParsingException.php /usr/share/platformsh-cli/vendor/symfony/config/Util/XmlUtils.php /usr/share/platformsh-cli/vendor/symfony/config/composer.json /usr/share/platformsh-cli/vendor/symfony/config/phpunit.xml.dist /usr/share/platformsh-cli/vendor/symfony/console /usr/share/platformsh-cli/vendor/symfony/console/.gitignore /usr/share/platformsh-cli/vendor/symfony/console/Application.php /usr/share/platformsh-cli/vendor/symfony/console/CHANGELOG.md /usr/share/platformsh-cli/vendor/symfony/console/Command /usr/share/platformsh-cli/vendor/symfony/console/Command/Command.php /usr/share/platformsh-cli/vendor/symfony/console/Command/HelpCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Command/ListCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Command/LockableTrait.php /usr/share/platformsh-cli/vendor/symfony/console/CommandLoader /usr/share/platformsh-cli/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php /usr/share/platformsh-cli/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php /usr/share/platformsh-cli/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php /usr/share/platformsh-cli/vendor/symfony/console/ConsoleEvents.php /usr/share/platformsh-cli/vendor/symfony/console/DependencyInjection /usr/share/platformsh-cli/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php /usr/share/platformsh-cli/vendor/symfony/console/Descriptor /usr/share/platformsh-cli/vendor/symfony/console/Descriptor/ApplicationDescription.php /usr/share/platformsh-cli/vendor/symfony/console/Descriptor/Descriptor.php /usr/share/platformsh-cli/vendor/symfony/console/Descriptor/DescriptorInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Descriptor/JsonDescriptor.php /usr/share/platformsh-cli/vendor/symfony/console/Descriptor/MarkdownDescriptor.php /usr/share/platformsh-cli/vendor/symfony/console/Descriptor/TextDescriptor.php /usr/share/platformsh-cli/vendor/symfony/console/Descriptor/XmlDescriptor.php /usr/share/platformsh-cli/vendor/symfony/console/Event /usr/share/platformsh-cli/vendor/symfony/console/Event/ConsoleCommandEvent.php /usr/share/platformsh-cli/vendor/symfony/console/Event/ConsoleErrorEvent.php /usr/share/platformsh-cli/vendor/symfony/console/Event/ConsoleEvent.php /usr/share/platformsh-cli/vendor/symfony/console/Event/ConsoleExceptionEvent.php /usr/share/platformsh-cli/vendor/symfony/console/Event/ConsoleTerminateEvent.php /usr/share/platformsh-cli/vendor/symfony/console/EventListener /usr/share/platformsh-cli/vendor/symfony/console/EventListener/ErrorListener.php /usr/share/platformsh-cli/vendor/symfony/console/Exception /usr/share/platformsh-cli/vendor/symfony/console/Exception/CommandNotFoundException.php /usr/share/platformsh-cli/vendor/symfony/console/Exception/ExceptionInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Exception/InvalidArgumentException.php /usr/share/platformsh-cli/vendor/symfony/console/Exception/InvalidOptionException.php /usr/share/platformsh-cli/vendor/symfony/console/Exception/LogicException.php /usr/share/platformsh-cli/vendor/symfony/console/Exception/RuntimeException.php /usr/share/platformsh-cli/vendor/symfony/console/Formatter /usr/share/platformsh-cli/vendor/symfony/console/Formatter/OutputFormatter.php /usr/share/platformsh-cli/vendor/symfony/console/Formatter/OutputFormatterInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Formatter/OutputFormatterStyle.php /usr/share/platformsh-cli/vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php /usr/share/platformsh-cli/vendor/symfony/console/Helper /usr/share/platformsh-cli/vendor/symfony/console/Helper/DebugFormatterHelper.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/DescriptorHelper.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/FormatterHelper.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/Helper.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/HelperInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/HelperSet.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/InputAwareHelper.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/ProcessHelper.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/ProgressBar.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/ProgressIndicator.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/QuestionHelper.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/SymfonyQuestionHelper.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/Table.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/TableCell.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/TableSeparator.php /usr/share/platformsh-cli/vendor/symfony/console/Helper/TableStyle.php /usr/share/platformsh-cli/vendor/symfony/console/Input /usr/share/platformsh-cli/vendor/symfony/console/Input/ArgvInput.php /usr/share/platformsh-cli/vendor/symfony/console/Input/ArrayInput.php /usr/share/platformsh-cli/vendor/symfony/console/Input/Input.php /usr/share/platformsh-cli/vendor/symfony/console/Input/InputArgument.php /usr/share/platformsh-cli/vendor/symfony/console/Input/InputAwareInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Input/InputDefinition.php /usr/share/platformsh-cli/vendor/symfony/console/Input/InputInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Input/InputOption.php /usr/share/platformsh-cli/vendor/symfony/console/Input/StreamableInputInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Input/StringInput.php /usr/share/platformsh-cli/vendor/symfony/console/LICENSE /usr/share/platformsh-cli/vendor/symfony/console/Logger /usr/share/platformsh-cli/vendor/symfony/console/Logger/ConsoleLogger.php /usr/share/platformsh-cli/vendor/symfony/console/Output /usr/share/platformsh-cli/vendor/symfony/console/Output/BufferedOutput.php /usr/share/platformsh-cli/vendor/symfony/console/Output/ConsoleOutput.php /usr/share/platformsh-cli/vendor/symfony/console/Output/ConsoleOutputInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Output/NullOutput.php /usr/share/platformsh-cli/vendor/symfony/console/Output/Output.php /usr/share/platformsh-cli/vendor/symfony/console/Output/OutputInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Output/StreamOutput.php /usr/share/platformsh-cli/vendor/symfony/console/Question /usr/share/platformsh-cli/vendor/symfony/console/Question/ChoiceQuestion.php /usr/share/platformsh-cli/vendor/symfony/console/Question/ConfirmationQuestion.php /usr/share/platformsh-cli/vendor/symfony/console/Question/Question.php /usr/share/platformsh-cli/vendor/symfony/console/README.md /usr/share/platformsh-cli/vendor/symfony/console/Resources /usr/share/platformsh-cli/vendor/symfony/console/Resources/bin /usr/share/platformsh-cli/vendor/symfony/console/Resources/bin/hiddeninput.exe /usr/share/platformsh-cli/vendor/symfony/console/Style /usr/share/platformsh-cli/vendor/symfony/console/Style/OutputStyle.php /usr/share/platformsh-cli/vendor/symfony/console/Style/StyleInterface.php /usr/share/platformsh-cli/vendor/symfony/console/Style/SymfonyStyle.php /usr/share/platformsh-cli/vendor/symfony/console/Terminal.php /usr/share/platformsh-cli/vendor/symfony/console/Tester /usr/share/platformsh-cli/vendor/symfony/console/Tester/ApplicationTester.php /usr/share/platformsh-cli/vendor/symfony/console/Tester/CommandTester.php /usr/share/platformsh-cli/vendor/symfony/console/Tests /usr/share/platformsh-cli/vendor/symfony/console/Tests/ApplicationTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Command /usr/share/platformsh-cli/vendor/symfony/console/Tests/Command/CommandTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Command/HelpCommandTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Command/ListCommandTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Command/LockableTraitTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/CommandLoader /usr/share/platformsh-cli/vendor/symfony/console/Tests/CommandLoader/ContainerCommandLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/CommandLoader/FactoryCommandLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/DependencyInjection /usr/share/platformsh-cli/vendor/symfony/console/Tests/DependencyInjection/AddConsoleCommandPassTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Descriptor /usr/share/platformsh-cli/vendor/symfony/console/Tests/Descriptor/AbstractDescriptorTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Descriptor/ApplicationDescriptionTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Descriptor/JsonDescriptorTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Descriptor/MarkdownDescriptorTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Descriptor/ObjectsProvider.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Descriptor/TextDescriptorTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Descriptor/XmlDescriptorTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/EventListener /usr/share/platformsh-cli/vendor/symfony/console/Tests/EventListener/ErrorListenerTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/BarBucCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/DescriptorApplication1.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/DescriptorApplication2.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/DescriptorApplicationMbString.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/DescriptorCommand1.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/DescriptorCommand2.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/DescriptorCommand3.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/DescriptorCommand4.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/DescriptorCommandMbString.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/DummyOutput.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Foo1Command.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Foo2Command.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Foo3Command.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Foo4Command.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Foo5Command.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Foo6Command.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FooCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FooHiddenCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FooLock2Command.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FooLockCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FooOptCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FooSameCaseLowercaseCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FooSameCaseUppercaseCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced1Command.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FooSubnamespaced2Command.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/FoobarCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/interactive_output_1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_0.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_10.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_11.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_12.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_13.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_14.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_15.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_16.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_17.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_2.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_3.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_4.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_5.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_6.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_7.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_8.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/Style/SymfonyStyle/output/output_9.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/TestCommand.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_1.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_1.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_1.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_2.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_2.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_2.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_2.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_filtered_namespace.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_gethelp.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_mbstring.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_mbstring.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception2.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception3.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception3decorated.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception4.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth1decorated.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception_doublewidth2.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception_escapeslines.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_renderexception_linebreaks.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_run1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_run2.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_run3.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/application_run4.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_1.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_1.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_1.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_2.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_2.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_2.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_2.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_mbstring.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/command_mbstring.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_1.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_1.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_1.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_2.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_2.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_2.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_2.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_3.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_3.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_3.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_3.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_4.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_4.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_4.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_4.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_with_default_inf_value.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_argument_with_style.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_1.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_1.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_1.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_2.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_2.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_2.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_2.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_3.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_3.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_3.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_3.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_4.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_4.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_4.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_definition_4.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_1.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_1.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_1.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_1.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_2.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_2.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_2.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_2.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_3.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_3.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_3.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_3.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_4.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_4.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_4.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_4.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_5.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_5.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_5.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_5.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_6.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_6.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_6.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_6.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_default_inf_value.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_style.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_style.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_style.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_style.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.json /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.md /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.txt /usr/share/platformsh-cli/vendor/symfony/console/Tests/Fixtures/input_option_with_style_array.xml /usr/share/platformsh-cli/vendor/symfony/console/Tests/Formatter /usr/share/platformsh-cli/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleStackTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Formatter/OutputFormatterStyleTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Formatter/OutputFormatterTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/AbstractQuestionHelperTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/FormatterHelperTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/HelperSetTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/HelperTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/ProcessHelperTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/ProgressBarTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/ProgressIndicatorTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/QuestionHelperTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/SymfonyQuestionHelperTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/TableStyleTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Helper/TableTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Input /usr/share/platformsh-cli/vendor/symfony/console/Tests/Input/ArgvInputTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Input/ArrayInputTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Input/InputArgumentTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Input/InputDefinitionTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Input/InputOptionTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Input/InputTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Input/StringInputTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Logger /usr/share/platformsh-cli/vendor/symfony/console/Tests/Logger/ConsoleLoggerTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Output /usr/share/platformsh-cli/vendor/symfony/console/Tests/Output/ConsoleOutputTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Output/NullOutputTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Output/OutputTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Output/StreamOutputTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Question /usr/share/platformsh-cli/vendor/symfony/console/Tests/Question/ChoiceQuestionTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Question/ConfirmationQuestionTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Style /usr/share/platformsh-cli/vendor/symfony/console/Tests/Style/SymfonyStyleTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/TerminalTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Tester /usr/share/platformsh-cli/vendor/symfony/console/Tests/Tester/ApplicationTesterTest.php /usr/share/platformsh-cli/vendor/symfony/console/Tests/Tester/CommandTesterTest.php /usr/share/platformsh-cli/vendor/symfony/console/composer.json /usr/share/platformsh-cli/vendor/symfony/console/phpunit.xml.dist /usr/share/platformsh-cli/vendor/symfony/debug /usr/share/platformsh-cli/vendor/symfony/debug/.gitignore /usr/share/platformsh-cli/vendor/symfony/debug/BufferingLogger.php /usr/share/platformsh-cli/vendor/symfony/debug/CHANGELOG.md /usr/share/platformsh-cli/vendor/symfony/debug/Debug.php /usr/share/platformsh-cli/vendor/symfony/debug/DebugClassLoader.php /usr/share/platformsh-cli/vendor/symfony/debug/ErrorHandler.php /usr/share/platformsh-cli/vendor/symfony/debug/Exception /usr/share/platformsh-cli/vendor/symfony/debug/Exception/ClassNotFoundException.php /usr/share/platformsh-cli/vendor/symfony/debug/Exception/ContextErrorException.php /usr/share/platformsh-cli/vendor/symfony/debug/Exception/FatalErrorException.php /usr/share/platformsh-cli/vendor/symfony/debug/Exception/FatalThrowableError.php /usr/share/platformsh-cli/vendor/symfony/debug/Exception/FlattenException.php /usr/share/platformsh-cli/vendor/symfony/debug/Exception/OutOfMemoryException.php /usr/share/platformsh-cli/vendor/symfony/debug/Exception/SilencedErrorContext.php /usr/share/platformsh-cli/vendor/symfony/debug/Exception/UndefinedFunctionException.php /usr/share/platformsh-cli/vendor/symfony/debug/Exception/UndefinedMethodException.php /usr/share/platformsh-cli/vendor/symfony/debug/ExceptionHandler.php /usr/share/platformsh-cli/vendor/symfony/debug/FatalErrorHandler /usr/share/platformsh-cli/vendor/symfony/debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.php /usr/share/platformsh-cli/vendor/symfony/debug/FatalErrorHandler/FatalErrorHandlerInterface.php /usr/share/platformsh-cli/vendor/symfony/debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.php /usr/share/platformsh-cli/vendor/symfony/debug/FatalErrorHandler/UndefinedMethodFatalErrorHandler.php /usr/share/platformsh-cli/vendor/symfony/debug/LICENSE /usr/share/platformsh-cli/vendor/symfony/debug/README.md /usr/share/platformsh-cli/vendor/symfony/debug/Resources /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/README.md /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/config.m4 /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/config.w32 /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/php_symfony_debug.h /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/symfony_debug.c /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/tests /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/tests/001.phpt /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/tests/002.phpt /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/tests/002_1.phpt /usr/share/platformsh-cli/vendor/symfony/debug/Resources/ext/tests/003.phpt /usr/share/platformsh-cli/vendor/symfony/debug/Tests /usr/share/platformsh-cli/vendor/symfony/debug/Tests/DebugClassLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/ErrorHandlerTest.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Exception /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Exception/FlattenExceptionTest.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/ExceptionHandlerTest.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/FatalErrorHandler /usr/share/platformsh-cli/vendor/symfony/debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/FatalErrorHandler/UndefinedFunctionFatalErrorHandlerTest.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/FatalErrorHandler/UndefinedMethodFatalErrorHandlerTest.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/AnnotatedClass.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/ClassAlias.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/DefinitionInEvaluatedCode.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/DeprecatedClass.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/DeprecatedInterface.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/ErrorHandlerThatUsesThePreviousOne.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/ExtendedFinalMethod.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/FinalClasses.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/FinalMethod.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/FinalMethod2Trait.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/InternalClass.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/InternalInterface.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/InternalTrait.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/InternalTrait2.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/LoggerThatSetAnErrorHandler.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/NonDeprecatedInterface.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/PEARClass.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/Throwing.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/ToStringThrower.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/TraitWithInternalMethod.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/casemismatch.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/notPsr0Bis.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/psr4 /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/psr4/Psr4CaseMismatch.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures/reallyNotPsr0.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures2 /usr/share/platformsh-cli/vendor/symfony/debug/Tests/Fixtures2/RequiredTwice.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/HeaderMock.php /usr/share/platformsh-cli/vendor/symfony/debug/Tests/phpt /usr/share/platformsh-cli/vendor/symfony/debug/Tests/phpt/debug_class_loader.phpt /usr/share/platformsh-cli/vendor/symfony/debug/Tests/phpt/decorate_exception_hander.phpt /usr/share/platformsh-cli/vendor/symfony/debug/Tests/phpt/exception_rethrown.phpt /usr/share/platformsh-cli/vendor/symfony/debug/Tests/phpt/fatal_with_nested_handlers.phpt /usr/share/platformsh-cli/vendor/symfony/debug/composer.json /usr/share/platformsh-cli/vendor/symfony/debug/phpunit.xml.dist /usr/share/platformsh-cli/vendor/symfony/dependency-injection /usr/share/platformsh-cli/vendor/symfony/dependency-injection/.gitignore /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Alias.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Argument /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Argument/ArgumentInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Argument/BoundArgument.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Argument/IteratorArgument.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Argument/RewindableGenerator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Argument/ServiceClosureArgument.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Argument/TaggedIteratorArgument.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/CHANGELOG.md /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ChildDefinition.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/AutowireExceptionPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/AutowirePass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/AutowireRequiredMethodsPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/CheckArgumentsValidityPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/CheckReferenceValidityPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/Compiler.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/FactoryReturnTypePass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/LoggingFormatter.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/PassConfig.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/PriorityTaggedServiceTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/RepeatedPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveBindingsPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveClassPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveDefinitionTemplatesPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveEnvPlaceholdersPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveFactoryClassPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveHotPathPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveNamedArgumentsPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolvePrivatesPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Config /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Config/AutowireServiceResource.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Config/ContainerParametersResource.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Container.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ContainerAwareInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ContainerAwareTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ContainerBuilder.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ContainerInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Definition.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/DefinitionDecorator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Dumper /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Dumper/Dumper.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Dumper/DumperInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Dumper/GraphvizDumper.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Dumper/PhpDumper.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Dumper/XmlDumper.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Dumper/YamlDumper.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/EnvVarProcessor.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/AutowiringFailedException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/BadMethodCallException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/EnvNotFoundException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/EnvParameterException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/ExceptionInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/InvalidArgumentException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/LogicException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/ParameterNotFoundException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/RuntimeException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Exception/ServiceNotFoundException.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ExpressionLanguage.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ExpressionLanguageProvider.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Extension /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Extension/ConfigurationExtensionInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Extension/Extension.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Extension/ExtensionInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Extension/PrependExtensionInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/LICENSE /usr/share/platformsh-cli/vendor/symfony/dependency-injection/LazyProxy /usr/share/platformsh-cli/vendor/symfony/dependency-injection/LazyProxy/Instantiator /usr/share/platformsh-cli/vendor/symfony/dependency-injection/LazyProxy/Instantiator/InstantiatorInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/LazyProxy/PhpDumper /usr/share/platformsh-cli/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/LazyProxy/ProxyHelper.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/ClosureLoader.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/AbstractServiceConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/AliasConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/DefaultsConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/InlineServiceConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/InstanceofConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/ParametersConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/PrototypeConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/ReferenceConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/ServiceConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/ServicesConfigurator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/AbstractTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ArgumentTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/AutoconfigureTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/AutowireTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/BindTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/CallTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ClassTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ConfiguratorTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/DecorateTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/DeprecateTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/FactoryTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/FileTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/LazyTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ParentTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/PropertyTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/PublicTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ShareTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/SyntheticTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/Configurator/Traits/TagTrait.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/DirectoryLoader.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/FileLoader.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/GlobFileLoader.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/IniFileLoader.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/PhpFileLoader.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/XmlFileLoader.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/YamlFileLoader.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/schema /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/schema/dic /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/schema/dic/services /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Loader/schema/dic/services/services-1.0.xsd /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Parameter.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ParameterBag /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/README.md /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Reference.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ResettableContainerInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ServiceLocator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/TaggedContainerInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Argument /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Argument/RewindableGeneratorTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ChildDefinitionTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/AutoAliasServicePassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/AutowireExceptionPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/AutowirePassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/AutowireRequiredMethodsPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/CheckArgumentsValidityPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/CheckCircularReferencesPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/CheckDefinitionValidityPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/CheckReferenceValidityPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/DecoratorServicePassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/DefinitionErrorExceptionPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ExtensionCompilerPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/FactoryReturnTypePassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/InlineServiceDefinitionsPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/IntegrationTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/MergeExtensionConfigurationPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/OptionalServiceClass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/PassConfigTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/PriorityTaggedServiceTraitTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/RegisterEnvVarProcessorsPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/RegisterServiceSubscribersPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveBindingsPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveChildDefinitionsPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveClassPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveDefinitionTemplatesPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveFactoryClassPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveHotPathPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveInvalidReferencesPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveNamedArgumentsPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveParameterPlaceHoldersPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolvePrivatesPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ResolveTaggedIteratorArgumentPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Compiler/ServiceLocatorTagPassTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Config /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Config/AutowireServiceResourceTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Config/ContainerParametersResourceCheckerTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Config/ContainerParametersResourceTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ContainerBuilderTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ContainerTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/CrossCheckTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/DefinitionDecoratorTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/DefinitionTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Dumper /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Dumper/GraphvizDumperTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Dumper/PhpDumperTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Dumper/XmlDumperTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Dumper/YamlDumperTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/EnvVarProcessorTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Extension /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Extension/ExtensionTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Bar.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/BarInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/CaseSensitiveClass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Container /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Container/ConstructorWithMandatoryArgumentsContainer.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Container/ConstructorWithOptionalArgumentsContainer.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Container/ConstructorWithoutArgumentsContainer.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Container/NoConstructorContainer.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/CustomDefinition.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/DeprecatedClass.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/FactoryDummy.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/FactoryDummyWithoutReturnTypes.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/FooForCircularWithAddCalls.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/NamedArgumentsDummy.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ParentNotExists.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/BadClasses /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/BadClasses/MissingParent.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/Foo.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/FooInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/AnotherSub /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/AnotherSub/DeeperBaz.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Baz.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component1 /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component1/Dir1 /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component1/Dir1/Service1.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component1/Dir2 /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component1/Dir2/Service2.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component2 /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component2/Dir1 /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component2/Dir1/Service4.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component2/Dir2 /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/OtherDir/Component2/Dir2/Service5.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/Sub /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/Sub/Bar.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/Prototype/Sub/BarInterface.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ScalarFactory.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/SimilarArgumentsDummy.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/StubbedTranslator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/TestDefinition1.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/TestDefinition2.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/TestServiceSubscriber.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/array.json /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/basic.expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/basic.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/child.expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/child.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/defaults.expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/defaults.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/factory_short_notation.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/instanceof.expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/instanceof.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/php7.expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/php7.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/prototype.expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/prototype.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/services9.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/config/services_autoconfigure_with_parent.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/CustomContainer.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container10.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container11.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container12.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container13.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container14.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container15.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container16.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container17.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container19.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container21.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container24.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container33.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container8.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container9.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container_abstract.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container_almost_circular.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container_env_in_id.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container_inline_requires.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/containers/container_uninitialized_ref.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/directory /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/directory/import /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/directory/import/import.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/directory/recurse /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/directory/recurse/simple.ini /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/directory/recurse/simple.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/directory/simple.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/services1.dot /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/services10-1.dot /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/services10.dot /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/services13.dot /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/services14.dot /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/services17.dot /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/services18.dot /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/services9.dot /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/graphviz/services_inline.dot /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/FooVariadic.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/HotPath /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/C1.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/C2.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/C3.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/I1.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/P1.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/HotPath/T1.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectExtension.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtension.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/ProjectWithXsdExtensionInPhar.phar /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/autowiring_classes.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/classes.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/createphar.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/foo.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/schema /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/includes/schema/project-1.0.xsd /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ini /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ini/almostvalid.ini /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ini/ini_with_wrong_ext.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ini/nonvalid.ini /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ini/parameters.ini /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ini/parameters1.ini /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ini/parameters2.ini /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/ini/types.ini /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/custom_container_class_constructor_without_arguments.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/custom_container_class_with_mandatory_constructor_arguments.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/custom_container_class_with_optional_constructor_arguments.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/custom_container_class_without_constructor.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/php_with_wrong_ext.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services1-1.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services1.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services10.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services12.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services13.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services19.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services24.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services26.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services33.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services8.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services9.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services9_as_files.txt /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services9_compiled.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_adawson.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_almost_circular_private.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_almost_circular_public.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_array_params.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_base64_env.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_dedup_lazy_proxy.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_deep_graph.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_env_in_id.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_inline_requires.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_inline_self_ref.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_legacy_privates.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_locator.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_non_shared_lazy.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_private_frozen.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_private_in_expression.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_rot13_env.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_subscriber.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_tsantos.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_uninitialized_ref.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/services_unsupported_characters.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/php/simple.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/class_from_id.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/defaults_bindings.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/defaults_bindings2.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extension1 /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extension1/services.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extension2 /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extension2/services.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extensions /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extensions/services1.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extensions/services2.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extensions/services3.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extensions/services4.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extensions/services5.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extensions/services6.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/extensions/services7.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/legacy_invalid_alias_definition.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/namespaces.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/nested_service_without_id.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/nonvalid.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services1.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services10.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services13.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services14.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services2.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services21.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services22.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services23.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services24.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services28.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services3.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services4.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services4_bad_import.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services5.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services6.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services7.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services8.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services9.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_abstract.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_autoconfigure.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_autoconfigure_with_parent.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_bindings.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_defaults_with_parent.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_deprecated.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_dump_load.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_inline_not_candidate.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_instanceof.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_instanceof_with_parent.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_named_args.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_prototype.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_tsantos.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/services_without_id.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/tag_with_empty_name.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/tag_without_name.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/with_key_outside_collection.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/withdoctype.xml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/xml/xml_with_wrong_ext.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/anonymous_services.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/anonymous_services_alias.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/anonymous_services_in_instanceof.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/anonymous_services_in_parameters.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_calls.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_decorates.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_empty_defaults.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_empty_instanceof.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_format.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_import.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_imports.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_parameters.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_service.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_services.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_types1.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_types2.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag1.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag2.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/badtag3.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bar /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bar/services.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/class_from_id.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/defaults_bindings.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/defaults_bindings2.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/foo /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/foo/services.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_child_not_applied /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_child_not_applied/_child.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_child_not_applied/expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_child_not_applied/main.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_parent_child /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_parent_child/_child.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_parent_child/expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_parent_child/main.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_parent_child_tags /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_parent_child_tags/_child.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_parent_child_tags/expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/autoconfigure_parent_child_tags/main.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/child_parent /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/child_parent/expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/child_parent/main.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_child_tags /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_child_tags/expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_child_tags/main.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_instanceof_importance /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_instanceof_importance/expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_instanceof_importance/main.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_parent_child /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_parent_child/_child.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_parent_child/expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/defaults_parent_child/main.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/instanceof_parent_child /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/instanceof_parent_child/_child.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/instanceof_parent_child/expected.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/integration/instanceof_parent_child/main.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/legacy_invalid_alias_definition.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/legacy_invalid_definition.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/nonvalid1.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/nonvalid2.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/null_config.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services1.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services10.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services11.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services13.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services14.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services2.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services21.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services22.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services23.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services24.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services26.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services28.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services3.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services31_invalid_tags.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services4.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services4_bad_import.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services6.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services7.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services8.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services9.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_adawson.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_autoconfigure.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_autoconfigure_with_parent.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_bindings.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_configurator_short_syntax.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_deep_graph.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_defaults_with_parent.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_dump_load.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_inline.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_instanceof.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_instanceof_with_parent.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_legacy_privates.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_named_args.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_prototype.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_prototype_namespace.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_prototype_namespace_without_resource.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/services_underscore.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/tag_name_empty_string.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/tag_name_no_string.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/tag_name_only.yml /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/yaml_with_wrong_ext.ini /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/LazyProxy /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/LazyProxy/Instantiator /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/LazyProxy/PhpDumper /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/LazyProxy/PhpDumper/NullDumperTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader/ClosureLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader/DirectoryLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader/FileLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader/GlobFileLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader/IniFileLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader/LoaderResolverTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader/PhpFileLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader/XmlFileLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/Loader/YamlFileLoaderTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ParameterBag /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ParameterBag/FrozenParameterBagTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ParameterBag/ParameterBagTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ParameterTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ReferenceTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Tests/ServiceLocatorTest.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/TypedReference.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/Variable.php /usr/share/platformsh-cli/vendor/symfony/dependency-injection/composer.json /usr/share/platformsh-cli/vendor/symfony/dependency-injection/phpunit.xml.dist /usr/share/platformsh-cli/vendor/symfony/event-dispatcher /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/.gitignore /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/CHANGELOG.md /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Debug /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Debug/WrappedListener.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/DependencyInjection /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Event.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/EventDispatcher.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/EventDispatcherInterface.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/EventSubscriberInterface.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/GenericEvent.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/LICENSE /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/README.md /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/Debug /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/Debug/WrappedListenerTest.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/DependencyInjection /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/EventTest.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/composer.json /usr/share/platformsh-cli/vendor/symfony/event-dispatcher/phpunit.xml.dist /usr/share/platformsh-cli/vendor/symfony/filesystem /usr/share/platformsh-cli/vendor/symfony/filesystem/.gitignore /usr/share/platformsh-cli/vendor/symfony/filesystem/CHANGELOG.md /usr/share/platformsh-cli/vendor/symfony/filesystem/Exception /usr/share/platformsh-cli/vendor/symfony/filesystem/Exception/ExceptionInterface.php /usr/share/platformsh-cli/vendor/symfony/filesystem/Exception/FileNotFoundException.php /usr/share/platformsh-cli/vendor/symfony/filesystem/Exception/IOException.php /usr/share/platformsh-cli/vendor/symfony/filesystem/Exception/IOExceptionInterface.php /usr/share/platformsh-cli/vendor/symfony/filesystem/Filesystem.php /usr/share/platformsh-cli/vendor/symfony/filesystem/LICENSE /usr/share/platformsh-cli/vendor/symfony/filesystem/LockHandler.php /usr/share/platformsh-cli/vendor/symfony/filesystem/README.md /usr/share/platformsh-cli/vendor/symfony/filesystem/Tests /usr/share/platformsh-cli/vendor/symfony/filesystem/Tests/ExceptionTest.php /usr/share/platformsh-cli/vendor/symfony/filesystem/Tests/FilesystemTest.php /usr/share/platformsh-cli/vendor/symfony/filesystem/Tests/FilesystemTestCase.php /usr/share/platformsh-cli/vendor/symfony/filesystem/Tests/Fixtures /usr/share/platformsh-cli/vendor/symfony/filesystem/Tests/Fixtures/MockStream /usr/share/platformsh-cli/vendor/symfony/filesystem/Tests/Fixtures/MockStream/MockStream.php /usr/share/platformsh-cli/vendor/symfony/filesystem/Tests/LockHandlerTest.php /usr/share/platformsh-cli/vendor/symfony/filesystem/composer.json /usr/share/platformsh-cli/vendor/symfony/filesystem/phpunit.xml.dist /usr/share/platformsh-cli/vendor/symfony/finder /usr/share/platformsh-cli/vendor/symfony/finder/.gitignore /usr/share/platformsh-cli/vendor/symfony/finder/CHANGELOG.md /usr/share/platformsh-cli/vendor/symfony/finder/Comparator /usr/share/platformsh-cli/vendor/symfony/finder/Comparator/Comparator.php /usr/share/platformsh-cli/vendor/symfony/finder/Comparator/DateComparator.php /usr/share/platformsh-cli/vendor/symfony/finder/Comparator/NumberComparator.php /usr/share/platformsh-cli/vendor/symfony/finder/Exception /usr/share/platformsh-cli/vendor/symfony/finder/Exception/AccessDeniedException.php /usr/share/platformsh-cli/vendor/symfony/finder/Exception/ExceptionInterface.php /usr/share/platformsh-cli/vendor/symfony/finder/Finder.php /usr/share/platformsh-cli/vendor/symfony/finder/Glob.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/CustomFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/FilenameFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/FilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/PathFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Iterator/SortableIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/LICENSE /usr/share/platformsh-cli/vendor/symfony/finder/README.md /usr/share/platformsh-cli/vendor/symfony/finder/SplFileInfo.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Comparator /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Comparator/ComparatorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Comparator/DateComparatorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Comparator/NumberComparatorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/FinderTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/.dot /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/.dot/a /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/.dot/b /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/.dot/b/c.neon /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/.dot/b/d.neon /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/A /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/A/B /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/A/B/C /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/A/B/C/abc.dat /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/A/B/ab.dat /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/A/a.dat /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/copy /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/copy/A /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/copy/A/B /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/copy/A/B/C /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/copy/A/B/C/abc.dat.copy /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/copy/A/B/ab.dat.copy /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/copy/A/a.dat.copy /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/dolor.txt /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/ipsum.txt /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/lorem.txt /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/one /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/one/.dot /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/one/a /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/one/b /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/one/b/c.neon /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/one/b/d.neon /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/r+e.gex[c]a(r)s/dir/bar.dat /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/with space /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Fixtures/with space/foo.txt /usr/share/platformsh-cli/vendor/symfony/finder/Tests/GlobTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/CustomFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/DateRangeFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/DepthRangeFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/FileTypeFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/FilecontentFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/FilenameFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/FilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/Iterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/IteratorTestCase.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/MockFileListIterator.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/MockSplFileInfo.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/PathFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/RealIteratorTestCase.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/SizeRangeFilterIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/Tests/Iterator/SortableIteratorTest.php /usr/share/platformsh-cli/vendor/symfony/finder/composer.json /usr/share/platformsh-cli/vendor/symfony/finder/phpunit.xml.dist /usr/share/platformsh-cli/vendor/symfony/polyfill-ctype /usr/share/platformsh-cli/vendor/symfony/polyfill-ctype/Ctype.php /usr/share/platformsh-cli/vendor/symfony/polyfill-ctype/LICENSE /usr/share/platformsh-cli/vendor/symfony/polyfill-ctype/README.md /usr/share/platformsh-cli/vendor/symfony/polyfill-ctype/bootstrap.php /usr/share/platformsh-cli/vendor/symfony/polyfill-ctype/composer.json /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/LICENSE /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/Mbstring.php /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/README.md /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/Resources /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/Resources/unidata /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/bootstrap.php /usr/share/platformsh-cli/vendor/symfony/polyfill-mbstring/composer.json /usr/share/platformsh-cli/vendor/symfony/process /usr/share/platformsh-cli/vendor/symfony/process/.gitignore /usr/share/platformsh-cli/vendor/symfony/process/CHANGELOG.md /usr/share/platformsh-cli/vendor/symfony/process/Exception /usr/share/platformsh-cli/vendor/symfony/process/Exception/ExceptionInterface.php /usr/share/platformsh-cli/vendor/symfony/process/Exception/InvalidArgumentException.php /usr/share/platformsh-cli/vendor/symfony/process/Exception/LogicException.php /usr/share/platformsh-cli/vendor/symfony/process/Exception/ProcessFailedException.php /usr/share/platformsh-cli/vendor/symfony/process/Exception/ProcessTimedOutException.php /usr/share/platformsh-cli/vendor/symfony/process/Exception/RuntimeException.php /usr/share/platformsh-cli/vendor/symfony/process/ExecutableFinder.php /usr/share/platformsh-cli/vendor/symfony/process/InputStream.php /usr/share/platformsh-cli/vendor/symfony/process/LICENSE /usr/share/platformsh-cli/vendor/symfony/process/PhpExecutableFinder.php /usr/share/platformsh-cli/vendor/symfony/process/PhpProcess.php /usr/share/platformsh-cli/vendor/symfony/process/Pipes /usr/share/platformsh-cli/vendor/symfony/process/Pipes/AbstractPipes.php /usr/share/platformsh-cli/vendor/symfony/process/Pipes/PipesInterface.php /usr/share/platformsh-cli/vendor/symfony/process/Pipes/UnixPipes.php /usr/share/platformsh-cli/vendor/symfony/process/Pipes/WindowsPipes.php /usr/share/platformsh-cli/vendor/symfony/process/Process.php /usr/share/platformsh-cli/vendor/symfony/process/ProcessBuilder.php /usr/share/platformsh-cli/vendor/symfony/process/ProcessUtils.php /usr/share/platformsh-cli/vendor/symfony/process/README.md /usr/share/platformsh-cli/vendor/symfony/process/Tests /usr/share/platformsh-cli/vendor/symfony/process/Tests/ErrorProcessInitiator.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/ExecutableFinderTest.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/NonStopableProcess.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/PhpExecutableFinderTest.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/PhpProcessTest.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/PipeStdinInStdoutStdErrStreamSelect.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/ProcessBuilderTest.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/ProcessFailedExceptionTest.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/ProcessTest.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/ProcessUtilsTest.php /usr/share/platformsh-cli/vendor/symfony/process/Tests/SignalListener.php /usr/share/platformsh-cli/vendor/symfony/process/composer.json /usr/share/platformsh-cli/vendor/symfony/process/phpunit.xml.dist /usr/share/platformsh-cli/vendor/symfony/yaml /usr/share/platformsh-cli/vendor/symfony/yaml/.gitignore /usr/share/platformsh-cli/vendor/symfony/yaml/CHANGELOG.md /usr/share/platformsh-cli/vendor/symfony/yaml/Command /usr/share/platformsh-cli/vendor/symfony/yaml/Command/LintCommand.php /usr/share/platformsh-cli/vendor/symfony/yaml/Dumper.php /usr/share/platformsh-cli/vendor/symfony/yaml/Escaper.php /usr/share/platformsh-cli/vendor/symfony/yaml/Exception /usr/share/platformsh-cli/vendor/symfony/yaml/Exception/DumpException.php /usr/share/platformsh-cli/vendor/symfony/yaml/Exception/ExceptionInterface.php /usr/share/platformsh-cli/vendor/symfony/yaml/Exception/ParseException.php /usr/share/platformsh-cli/vendor/symfony/yaml/Exception/RuntimeException.php /usr/share/platformsh-cli/vendor/symfony/yaml/Inline.php /usr/share/platformsh-cli/vendor/symfony/yaml/LICENSE /usr/share/platformsh-cli/vendor/symfony/yaml/Parser.php /usr/share/platformsh-cli/vendor/symfony/yaml/README.md /usr/share/platformsh-cli/vendor/symfony/yaml/Tag /usr/share/platformsh-cli/vendor/symfony/yaml/Tag/TaggedValue.php /usr/share/platformsh-cli/vendor/symfony/yaml/Tests /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Command /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Command/LintCommandTest.php /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/DumperTest.php /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsAnchorAlias.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsBasicTests.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsBlockMapping.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsDocumentSeparator.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsErrorTests.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsFlowCollections.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsFoldedScalars.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsNullsAndEmpties.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsSpecificationExamples.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/YtsTypeTransfers.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/arrow.gif /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/booleanMappingKeys.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/embededPhp.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/escapedCharacters.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/index.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/legacyBooleanMappingKeys.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/legacyNonStringKeys.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/legacyNullMappingKey.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/multiple_lines_as_literal_block.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/multiple_lines_as_literal_block_for_tagged_values.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/multiple_lines_as_literal_block_leading_space_in_first_line.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/nonStringKeys.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/not_readable.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/nullMappingKey.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/numericMappingKeys.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/sfComments.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/sfCompact.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/sfMergeKey.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/sfObjects.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/sfQuotes.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/sfTests.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/Fixtures/unindentedCollections.yml /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/InlineTest.php /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/ParseExceptionTest.php /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/ParserTest.php /usr/share/platformsh-cli/vendor/symfony/yaml/Tests/YamlTest.php /usr/share/platformsh-cli/vendor/symfony/yaml/Unescaper.php /usr/share/platformsh-cli/vendor/symfony/yaml/Yaml.php /usr/share/platformsh-cli/vendor/symfony/yaml/composer.json /usr/share/platformsh-cli/vendor/symfony/yaml/phpunit.xml.dist
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024