├── .editorconfig ├── LICENSE.txt ├── README.md ├── logo.png └── package.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixfbecker/vscode-php-pack/HEAD/.editorconfig -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixfbecker/vscode-php-pack/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixfbecker/vscode-php-pack/HEAD/README.md -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixfbecker/vscode-php-pack/HEAD/logo.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/felixfbecker/vscode-php-pack/HEAD/package.json --------------------------------------------------------------------------------