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 Tumbleweed |
Version: 3.67.2 | Vendor: openSUSE |
Release: 1.7 | Build date: Sat Jun 26 22:16:36 2021 |
Group: Productivity/Networking/Web/Servers | Build host: reproducible |
Size: 9197159 | Source RPM: platformsh-cli-3.67.2-1.7.src.rpm |
Packager: http://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
* Sat Jun 26 2021 jimmy@boombatower.com - Update to version 3.67.2: * Release v3.67.2 * Fix: user:add command was silently doing nothing during non-interactive use * Pass --fail to curl utility commands (#1049) * Release v3.67.1 * Fix environment type not found when --type not specified in push command * Release v3.67.0 * Support build-time environment-level variables (#1051) * Support new /users/me API in auth:info command * Release v3.66.4 * Fall back to old /me API if there is no proxy URL configured * Fix user:update to avoid recalculating environment access changes while they are made * Mention the type in the environment label * Add a --type option to the push command * Add --type option to the branch command * Translate validation errors in the env:info command * Allow the env type to be modified in the env:info command * Add the type in the environment:list (env) command * Direct the user to Console in the web command (#1062) * Release v3.66.3 * Fix filename of arm64 Keychain credential helper * Release v3.66.2 * Update docker-credential-helpers; add Keychain support for Mac M1 (#1060) * Add a workaround for the default branch title in new projects (#1061) * Do not require an env when the branch command is used without arguments * Use the /users/me API if enabled * Fix edge case bug (#1057) * Release v3.66.1 * Bump paragonie/random_compat from 2.0.19 to 2.0.20 (#1050) * Unhide the subscription:info command (#1052) * Exclude lost+found directory to avoid permission error in mount:size command (#1056) * Swap --access order in httpaccess example (fixes #1053) * SSH diagnostics: avoid recommending ssh-cert:load if it is not enabled * Set the default_branch to "main" by default for new projects (#1046) * Add a link to help on the --type option for the activity:list command (#1048) * Bump phpseclib/phpseclib from 2.0.29 to 2.0.31 in /vendor-bin/box (#1047) * Document PLATFORMSH_CLI_DEFAULT_TIMEOUT in the README * Release v3.66.0 * Bump drush/drush from 8.4.6 to 8.4.8 (#1045) * Use http scheme for SOLR service tunnel URL (#1034) * Add --default-branch option to the project:create command (#1042) * Make the default timeout configurable through an env var * Thu Mar 18 2021 jimmy@boombatower.com - Update to version 3.65.4: * Release v3.65.4 * Support indexed SSH URLs (for apps with multiple instances) * Release v3.65.3 * Fix proxy settings in Api service (#1041) * Make the OAuth2 client ID configurable by env var * Improve worker not found error message when the app name is incorrect * Fix --worker compatibility for various commands * Only send the token to obtain the initial redirect * Fix "Link not found: #manage-access" when checking environment roles * Fix error "SSH service not available" with build --clone * Also decode COMPOSER_AUTH * installer: support using a GitHub token to download assets * Wed Feb 17 2021 jimmy@boombatower.com - Update to version 3.65.2: * Release v3.65.2 * Add help in self:release about obtaining a token from the GitHub CLI * Fix activity log in PHP 8 (#1036) * Replace http->tcp and https->ssl in proxy URLs (#1037) * Bump drush/drush from 8.4.5 to 8.4.6 (#1029) * Release v3.65.1 * Add a default timeout to all requests * Fix incomplete activity list example * Support a relative update download path * Tue Feb 02 2021 jimmy@boombatower.com - Update to version 3.65.0: * Release v3.65.0 * Rename the backup --unsafe option to --live (#1026) * Add "plain" format option for table commands (#1021) * Remove the restriction on deleting the main environment * Remove us-2 from available region examples (#1025) * Release v3.64.6 * integrations: Pass the user-supplied token for creating webhooks (#1023) * Bump stecman/symfony-console-completion from 0.10.1 to 0.11.0 * Configure composer updates with Dependabot (#1022) * Release v3.64.5 * Fix HTTP access username validation to match the API * Reduce environment list indent from 3 to 2 spaces * Remove patch version notes from manifest.json * Tue Dec 22 2020 jimmy@boombatower.com - Update to version 3.64.4: * Release v3.64.4 * Add "offline" commands test to Travis * Fix error about a non-existent service "input" for some commands (including 'list') * Release v3.64.3 * Slight improvements to git/SSH setup * Fix archive/extract test by removing property dependency of getTreeId() * Avoid checking SSH identities when not logged in * Use "main" in Git service test * Fix local builds, unable to depend on the Ssh service * Refactor Git service to include SSH options automatically * Fix property formatter returning empty * Fix loading backups choices in backup:restore command * Clean up some unused code * Fix drush alias command for Enterprise projects * Unused import * Wed Dec 16 2020 jimmy@boombatower.com - Update to version 3.64.2: * Release v3.64.2 * Add support for changing environments on the "script" integration * Default to the primary route in the route:get interactive choices * Release v3.64.1 * Fix box composer.json to install dependencies on on PHP 8 * Fix build to include a .php8 file in symfony/polyfill-mbstring * Tue Dec 15 2020 jimmy@boombatower.com - Update to version 3.64.0: * Release v3.64.0 * Fix 500 error in backup:list (backups) command * Add --unsafe option to the backup:create (backup) command * Remove problematic progress output * Add a new line after progress messages * More loading messages (for slow connections) * Show a loading message on environments and project lists * Update slow integration tests from PHP 7.3 -> 7.4 on Travis * Update Travis to Ubuntu Xenial * Remove hardcoded instances of "master" for the default branch (#1003) * Recommend an SSH certificate if not present after a publickey error * Add mongodb support to the db:size command (#1001) * Add activity choice * Add activity:cancel command * Add state and result filters to activity commands * Disable Travis coverage to fix unit tests on PHP 7.3 * Update dependencies (inc. Symfony v3.4.42 => v3.4.47) * SSH diagnostics: do not make a test connection >3 seconds after the failed one started * Update README for travis-ci.com migration * Check host key error in SSH diagnostics (#1004) * Release v3.63.3 * Avoid sending prompt=select_account to authorization when not logged in * Fix "Property not found: token" when trying to check integration hooks * Enable auto login from curl commands * Improve placement of session advice when requiring auto login * Tweak README for default state of auto_load_ssh_cert * Release v3.63.2 * Fix browser login after session expiry * Add a timeout for browser login * Revert "Add the --app (-A) option to the environment:url (url) command" * Allow updating the default_branch in the project:info command * Add the --app (-A) option to the environment:url (url) command * Automatically rewrite installer.php config on build, to match config.yaml * Release v3.63.1 * Fix script display in the integration:list command (#998) * Fix "box" composer.lock for Composer 2 (#999) * Change default release branch * Add --insecure option to the installer * Fix writable test on self:build --output option [skip changelog] * Increase timeout when fetching activity logs (#991) * Update README: Add note about a possible need for "php.exe" when running the install command * Release v3.63.0 * Add --gateway-ports (-g) option to tunnel commands (#993) * Stop using SSH home directory substitution (#995) * Installer: auto-detect existing but disabled extensions (#996) * Fix missing Git detection on Windows * Modify ProcessFailedException to extend Symfony's, for easier try/catch * Fix test namespaces for Composer 2 compatibility [skip changelog] * Avoid running getUser() when api.auth is not enabled * Bugfix 32bit limit (#989) * Release v3.62.6 * Try "which" as well as "where" on Windows for command existence * Typo in method name [skip changelog] * Release v3.62.5 * Move test connection messages to debug verbosity * Do not display "You probably need to add an SSH key" if the authentication succeeded * Release v3.62.4 * Fix Windows arg escaping for SSH commands (#982) * Clarify when a sensitive variable value cannot be read * Fix error message for variable:get when there are no variables * Avoid repeating IdentityFile SSH options * Release v3.62.3 * Fix file quoting for SSH options (#981) * Github Actions workflow to build platform.sh CLI phar executable (#977) * Fix shell arguments for multi-instance mongo commands * Strip mongo log messages when detecting collections in mongoexport command * Sat Aug 29 2020 jimmy@boombatower.com - Update to version 3.62.2: * Release v3.62.2 * SSH diagnostics fixes * Diagnose whether MFA is required for a failed SSH connection (#974) * Release v3.62.1 * Trigger prompt=select_account after the "Log in anyway?" question, in browser login command * Increase drush alias command timeout * Tue Aug 18 2020 jimmy@boombatower.com - Update to version 3.62.0: * Release v3.62.0 * Apply feature flag to the --force-invite option * Handle mongodb URIs in relationships (#975) * Show the stderr of every shell command, if in debug mode (#972) * Retry fetching the activity log stream (#973) * Support force-sending an invitation (#976) * Thu Aug 13 2020 jimmy@boombatower.com - Update to version 3.61.0: * Release v3.61.0 * Add proxy support to the installer (#953) * Provide autocomplete choice of projects if there are many * Use --globoff by default in curl commands * Disable use of SSH agent unless explicitly enabled in the user config file * Explicitly request the offline_access scope when logging in * Add a comment to auto-generated temporary SSH keys (#970) * Release v3.60.4 * Restore PLATFORMSH_CLI_ACCOUNTS_API environment variable option for backwards compatibility * Release v3.60.3 * Fix locating projects that are not in the user's list * Release v3.60.2 * Ignore project-level variable activities (#968) * Detect the SSH version and show appropriate messages (#969) * Refine --no-refresh help in the ssh-cert:info command * Fix extra prompt for input in mongodump command * Add hidden ssh-cert:info utility/debug command * Revamp config to no longer use a service.accounts_url nor an api.accounts_api_url * Fix Match syntax with multiple hosts * Release v3.60.1 * Add the SSH certificate to the SSH agent, if possible (#963) * Clean up the "domain already claimed" error in the domain:add command * Put host condition back on "Match ... exec" * Use ed25519 for autogenerated SSH keys * Always create a new SSH key when generating a certificate * README: add extensions needed by cli (#958) * Release v3.60.0 * The root SSH config file should have a Host line too * Add comments to the session-specific SSH config * Support multiple domain wildcards in SSH config * SSH config: end the Host block explicitly with "Host *" (#960) * Autoload SSH certificates on login or SSH * Show the ssh-cert:load command in the list * Avoid unnecessary SSH messages in verbose mode * Installer: allow iconv as an alternative to mbstring * Fix detection of internal vs external Git domains for platform:get (get) command errors
/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/offline.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/ActivityCancelCommand.php /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/Session /usr/share/platformsh-cli/src/Command/Session/SessionSwitchCommand.php /usr/share/platformsh-cli/src/Command/SourceOperation /usr/share/platformsh-cli/src/Command/SourceOperation/RunCommand.php /usr/share/platformsh-cli/src/Command/SshCert /usr/share/platformsh-cli/src/Command/SshCert/SshCertInfoCommand.php /usr/share/platformsh-cli/src/Command/SshCert/SshCertLoadCommand.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/ProgressMessage.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/ApplicationFinder.php /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/SshConfig.php /usr/share/platformsh-cli/src/Service/SshDiagnostics.php /usr/share/platformsh-cli/src/Service/SshKey.php /usr/share/platformsh-cli/src/Service/State.php /usr/share/platformsh-cli/src/Service/Table.php /usr/share/platformsh-cli/src/Service/TokenConfig.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/SshCert /usr/share/platformsh-cli/src/SshCert/Certificate.php /usr/share/platformsh-cli/src/SshCert/Certifier.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/PlainFormat.php /usr/share/platformsh-cli/src/Util/PortUtil.php /usr/share/platformsh-cli/src/Util/Snippeter.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/Container.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/ApplicationFinderTest.php /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/ApiTest.php /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/SshDiagnosticsTest.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/SnippeterTest.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/nodejs /usr/share/platformsh-cli/tests/data/apps/build-deps/nodejs/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/build-deps/php /usr/share/platformsh-cli/tests/data/apps/build-deps/php/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/build-deps/python /usr/share/platformsh-cli/tests/data/apps/build-deps/python/_platform.app.yaml /usr/share/platformsh-cli/tests/data/apps/build-deps/ruby /usr/share/platformsh-cli/tests/data/apps/build-deps/ruby/_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/multi-grouped-config /usr/share/platformsh-cli/tests/data/repositories/multi-grouped-config/_platform /usr/share/platformsh-cli/tests/data/repositories/multi-grouped-config/_platform/applications.yaml /usr/share/platformsh-cli/tests/data/repositories/multi-grouped-config/static1 /usr/share/platformsh-cli/tests/data/repositories/multi-grouped-config/static1/.gitkeep /usr/share/platformsh-cli/tests/data/repositories/multi-grouped-config/static2+3 /usr/share/platformsh-cli/tests/data/repositories/multi-grouped-config/static2+3/.gitkeep /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/tests/data/snippeter /usr/share/platformsh-cli/tests/data/snippeter/after-insert /usr/share/platformsh-cli/tests/data/snippeter/after-update-existing /usr/share/platformsh-cli/tests/data/snippeter/with-existing /usr/share/platformsh-cli/tests/data/snippeter/without /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/.github /usr/share/platformsh-cli/vendor/paragonie/random_compat/.github/workflows /usr/share/platformsh-cli/vendor/paragonie/random_compat/.github/workflows/ci.yml /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/Catalog.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/CatalogItem.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/EnvironmentType.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/Invitation /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Invitation/AlreadyInvitedException.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Invitation/Environment.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Invitation/ProjectInvitation.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/SetupOptions.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 /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Subscription.php /usr/share/platformsh-cli/vendor/platformsh/client/src/Model/Subscription/SubscriptionOptions.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/User.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/src/SshCert /usr/share/platformsh-cli/vendor/platformsh/client/src/SshCert/Metadata.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/SshCert /usr/share/platformsh-cli/vendor/platformsh/client/tests/SshCert/MetadataTest.php /usr/share/platformsh-cli/vendor/platformsh/client/tests/bootstrap.php /usr/share/platformsh-cli/vendor/platformsh/client/tests/data /usr/share/platformsh-cli/vendor/platformsh/client/tests/data/ssh-certs /usr/share/platformsh-cli/vendor/platformsh/client/tests/data/ssh-certs/test /usr/share/platformsh-cli/vendor/platformsh/client/tests/data/ssh-certs/test-cert.pub /usr/share/platformsh-cli/vendor/platformsh/client/tests/data/ssh-certs/test.pub /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/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/DummyTest.php /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/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/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/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/ParseError.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/not_readable.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/Fixtures/stream_output_file.txt /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/MultipleArgumentsOptionalScalarNotReallyOptional.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/includes/uniontype_classes.php /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/mb_convert_variables.php8 /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, Sun Feb 9 01:37:00 2025