├── .github ├── FUNDING.yml └── workflows │ └── build.yml ├── .gitignore ├── .php_cs.dist ├── .vscode └── settings.json ├── LICENSE ├── README.md ├── bin ├── docker-update-docs ├── docker-update-docs-all ├── docker-update-docs-all.bat ├── docker-update-docs.bat ├── update-docs ├── update-docs-all ├── update-docs-all.bat └── update-docs.bat ├── composer-template.json ├── docs ├── .nojekyll ├── css │ └── app.css ├── data │ ├── 2.10.5.json │ ├── 2.10.5.min.json │ ├── 2.11.2.json │ ├── 2.11.2.min.json │ ├── 2.12.12.json │ ├── 2.12.12.min.json │ ├── 2.13.3.json │ ├── 2.13.3.min.json │ ├── 2.14.6.json │ ├── 2.14.6.min.json │ ├── 2.15.10.json │ ├── 2.15.10.min.json │ ├── 2.16.10.json │ ├── 2.16.10.min.json │ ├── 2.17.5.json │ ├── 2.17.5.min.json │ ├── 2.18.7.json │ ├── 2.18.7.min.json │ ├── 2.19.3.json │ ├── 2.19.3.min.json │ ├── 2.2.20.json │ ├── 2.2.20.min.json │ ├── 2.3.3.json │ ├── 2.3.3.min.json │ ├── 2.4.2.json │ ├── 2.4.2.min.json │ ├── 2.5.1.json │ ├── 2.5.1.min.json │ ├── 2.6.1.json │ ├── 2.6.1.min.json │ ├── 2.7.5.json │ ├── 2.7.5.min.json │ ├── 2.8.4.json │ ├── 2.8.4.min.json │ ├── 2.9.3.json │ ├── 2.9.3.min.json │ ├── 3.0.3.json │ ├── 3.0.3.min.json │ ├── 3.1.0.json │ ├── 3.1.0.min.json │ ├── 3.10.0.json │ ├── 3.10.0.min.json │ ├── 3.11.0.json │ ├── 3.11.0.min.json │ ├── 3.12.0.json │ ├── 3.12.0.min.json │ ├── 3.13.2.json │ ├── 3.13.2.min.json │ ├── 3.14.5.json │ ├── 3.14.5.min.json │ ├── 3.15.1.json │ ├── 3.15.1.min.json │ ├── 3.16.0.json │ ├── 3.16.0.min.json │ ├── 3.17.0.json │ ├── 3.17.0.min.json │ ├── 3.18.0.json │ ├── 3.18.0.min.json │ ├── 3.19.2.json │ ├── 3.19.2.min.json │ ├── 3.2.1.json │ ├── 3.2.1.min.json │ ├── 3.20.0.json │ ├── 3.20.0.min.json │ ├── 3.21.3.json │ ├── 3.21.3.min.json │ ├── 3.22.0.json │ ├── 3.22.0.min.json │ ├── 3.23.0.json │ ├── 3.23.0.min.json │ ├── 3.24.0.json │ ├── 3.24.0.min.json │ ├── 3.25.1.json │ ├── 3.25.1.min.json │ ├── 3.26.1.json │ ├── 3.26.1.min.json │ ├── 3.27.0.json │ ├── 3.27.0.min.json │ ├── 3.28.0.json │ ├── 3.28.0.min.json │ ├── 3.29.0.json │ ├── 3.29.0.min.json │ ├── 3.3.2.json │ ├── 3.3.2.min.json │ ├── 3.30.0.json │ ├── 3.30.0.min.json │ ├── 3.31.0.json │ ├── 3.31.0.min.json │ ├── 3.32.1.json │ ├── 3.32.1.min.json │ ├── 3.33.1.json │ ├── 3.33.1.min.json │ ├── 3.34.1.json │ ├── 3.34.1.min.json │ ├── 3.35.1.json │ ├── 3.35.1.min.json │ ├── 3.36.0.json │ ├── 3.36.0.min.json │ ├── 3.37.1.json │ ├── 3.37.1.min.json │ ├── 3.38.2.json │ ├── 3.38.2.min.json │ ├── 3.39.1.json │ ├── 3.39.1.min.json │ ├── 3.4.0.json │ ├── 3.4.0.min.json │ ├── 3.40.2.json │ ├── 3.40.2.min.json │ ├── 3.41.1.json │ ├── 3.41.1.min.json │ ├── 3.42.0.json │ ├── 3.42.0.min.json │ ├── 3.43.1.json │ ├── 3.43.1.min.json │ ├── 3.44.0.json │ ├── 3.44.0.min.json │ ├── 3.45.0.json │ ├── 3.45.0.min.json │ ├── 3.46.0.json │ ├── 3.46.0.min.json │ ├── 3.47.1.json │ ├── 3.47.1.min.json │ ├── 3.48.0.json │ ├── 3.48.0.min.json │ ├── 3.49.0.json │ ├── 3.49.0.min.json │ ├── 3.5.0.json │ ├── 3.5.0.min.json │ ├── 3.50.0.json │ ├── 3.50.0.min.json │ ├── 3.51.0.json │ ├── 3.51.0.min.json │ ├── 3.52.1.json │ ├── 3.52.1.min.json │ ├── 3.53.0.json │ ├── 3.53.0.min.json │ ├── 3.54.0.json │ ├── 3.54.0.min.json │ ├── 3.55.0.json │ ├── 3.55.0.min.json │ ├── 3.56.2.json │ ├── 3.56.2.min.json │ ├── 3.57.2.json │ ├── 3.57.2.min.json │ ├── 3.58.1.json │ ├── 3.58.1.min.json │ ├── 3.59.3.json │ ├── 3.59.3.min.json │ ├── 3.6.0.json │ ├── 3.6.0.min.json │ ├── 3.60.0.json │ ├── 3.60.0.min.json │ ├── 3.61.1.json │ ├── 3.61.1.min.json │ ├── 3.62.0.json │ ├── 3.62.0.min.json │ ├── 3.63.2.json │ ├── 3.63.2.min.json │ ├── 3.64.0.json │ ├── 3.64.0.min.json │ ├── 3.65.0.json │ ├── 3.65.0.min.json │ ├── 3.66.2.json │ ├── 3.66.2.min.json │ ├── 3.67.1.json │ ├── 3.67.1.min.json │ ├── 3.68.5.json │ ├── 3.68.5.min.json │ ├── 3.69.1.json │ ├── 3.69.1.min.json │ ├── 3.7.0.json │ ├── 3.7.0.min.json │ ├── 3.70.2.json │ ├── 3.70.2.min.json │ ├── 3.71.0.json │ ├── 3.71.0.min.json │ ├── 3.72.0.json │ ├── 3.72.0.min.json │ ├── 3.73.1.json │ ├── 3.73.1.min.json │ ├── 3.74.0.json │ ├── 3.74.0.min.json │ ├── 3.75.0.json │ ├── 3.75.0.min.json │ ├── 3.76.0.json │ ├── 3.76.0.min.json │ ├── 3.77.0.json │ ├── 3.77.0.min.json │ ├── 3.78.1.json │ ├── 3.78.1.min.json │ ├── 3.79.0.json │ ├── 3.79.0.min.json │ ├── 3.8.0.json │ ├── 3.8.0.min.json │ ├── 3.80.0.json │ ├── 3.80.0.min.json │ ├── 3.81.0.json │ ├── 3.81.0.min.json │ ├── 3.82.2.json │ ├── 3.82.2.min.json │ ├── 3.83.0.json │ ├── 3.83.0.min.json │ ├── 3.84.0.json │ ├── 3.84.0.min.json │ ├── 3.85.1.json │ ├── 3.85.1.min.json │ ├── 3.86.0.json │ ├── 3.86.0.min.json │ ├── 3.87.2.json │ ├── 3.87.2.min.json │ ├── 3.88.2.json │ ├── 3.88.2.min.json │ ├── 3.89.2.json │ ├── 3.89.2.min.json │ ├── 3.9.6.json │ ├── 3.9.6.min.json │ ├── 3.90.0.json │ ├── 3.90.0.min.json │ ├── 3.91.2.json │ ├── 3.91.2.min.json │ └── versions.json ├── favicon.ico ├── fonts │ └── vendor │ │ └── @fortawesome │ │ └── fontawesome-free │ │ ├── webfa-brands-400.eot │ │ ├── webfa-brands-400.svg │ │ ├── webfa-brands-400.ttf │ │ ├── webfa-brands-400.woff │ │ ├── webfa-brands-400.woff2 │ │ ├── webfa-regular-400.eot │ │ ├── webfa-regular-400.svg │ │ ├── webfa-regular-400.ttf │ │ ├── webfa-regular-400.woff │ │ ├── webfa-regular-400.woff2 │ │ ├── webfa-solid-900.eot │ │ ├── webfa-solid-900.svg │ │ ├── webfa-solid-900.ttf │ │ ├── webfa-solid-900.woff │ │ └── webfa-solid-900.woff2 ├── index.html └── js │ ├── app.js │ ├── manifest.js │ └── vendor.js ├── licenses ├── axios.txt ├── bootstrap-vue.txt ├── bootstrap.txt ├── fontawesome-free.txt ├── js-yaml.txt ├── php-parser.txt ├── prismjs.txt └── vue.txt ├── package.json ├── php ├── DataExtractor.php ├── Docker.php ├── ExtractedData │ └── EmptyArrayValue.php ├── FixerRunnerLauncher.php ├── JsonEncoder.php ├── Patcher.php └── assets │ ├── Dockerfile │ └── fixer-runner ├── tsconfig.json ├── web ├── Configuration.ts ├── EventBus.ts ├── Export │ ├── ExporterInterface.ts │ ├── Exporters.ts │ ├── JsonExporter.ts │ ├── LaravelPintExporter.ts │ ├── PhpArrayExporter.ts │ ├── PhpCsExporter.ts │ ├── PhpECSExporter.ts │ ├── StyleCIExporter.ts │ └── YamlExporter.ts ├── ExportImport │ └── LaravelPint.ts ├── Fixer.ts ├── FixerOrSetAndFixerInterface.ts ├── FixerOrSetInterface.ts ├── FixerSet.ts ├── Import │ ├── AutoDetectImporter.ts │ ├── ImporterInterface.ts │ ├── Importers.ts │ ├── JsonImporter.ts │ ├── LaravelPintImporter.ts │ ├── ObjectImporter.ts │ ├── PhpECSImporter.ts │ ├── PhpImporter.ts │ └── YamlImporter.ts ├── LocationHash.ts ├── PCFDataDefinitions.ts ├── PersistentStorage.ts ├── Utils.ts ├── Version.ts ├── VersionComparison.ts ├── app.scss ├── app.ts ├── components │ ├── App.vue │ ├── CompareVersions.vue │ ├── ConfigureFixer.vue │ ├── Export.vue │ ├── FixerLink.vue │ ├── FixerSetLink.vue │ ├── GridView.Fixer.vue │ ├── GridView.vue │ ├── Help.vue │ ├── Import.vue │ ├── Prism.vue │ ├── TableView.Fixer.vue │ ├── TableView.vue │ ├── ViewDifference.vue │ ├── ViewFixer.vue │ ├── ViewFixerSet.vue │ └── configure │ │ ├── DefaultFixerOptionValue.vue │ │ ├── OptionValueFromJson.vue │ │ ├── OptionValueFromList.vue │ │ └── OptionValueFromListMulti.vue ├── index.html └── shim.d.ts └── webpack.mix.js /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/.gitignore -------------------------------------------------------------------------------- /.php_cs.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/.php_cs.dist -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/README.md -------------------------------------------------------------------------------- /bin/docker-update-docs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/bin/docker-update-docs -------------------------------------------------------------------------------- /bin/docker-update-docs-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/bin/docker-update-docs-all -------------------------------------------------------------------------------- /bin/docker-update-docs-all.bat: -------------------------------------------------------------------------------- 1 | @php "%~dpn0" %* -------------------------------------------------------------------------------- /bin/docker-update-docs.bat: -------------------------------------------------------------------------------- 1 | @php "%~dpn0" %* -------------------------------------------------------------------------------- /bin/update-docs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/bin/update-docs -------------------------------------------------------------------------------- /bin/update-docs-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/bin/update-docs-all -------------------------------------------------------------------------------- /bin/update-docs-all.bat: -------------------------------------------------------------------------------- 1 | @php "%~dpn0" %* -------------------------------------------------------------------------------- /bin/update-docs.bat: -------------------------------------------------------------------------------- 1 | @php "%~dpn0" %* -------------------------------------------------------------------------------- /composer-template.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/composer-template.json -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/css/app.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/css/app.css -------------------------------------------------------------------------------- /docs/data/2.10.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.10.5.json -------------------------------------------------------------------------------- /docs/data/2.10.5.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.10.5.min.json -------------------------------------------------------------------------------- /docs/data/2.11.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.11.2.json -------------------------------------------------------------------------------- /docs/data/2.11.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.11.2.min.json -------------------------------------------------------------------------------- /docs/data/2.12.12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.12.12.json -------------------------------------------------------------------------------- /docs/data/2.12.12.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.12.12.min.json -------------------------------------------------------------------------------- /docs/data/2.13.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.13.3.json -------------------------------------------------------------------------------- /docs/data/2.13.3.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.13.3.min.json -------------------------------------------------------------------------------- /docs/data/2.14.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.14.6.json -------------------------------------------------------------------------------- /docs/data/2.14.6.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.14.6.min.json -------------------------------------------------------------------------------- /docs/data/2.15.10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.15.10.json -------------------------------------------------------------------------------- /docs/data/2.15.10.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.15.10.min.json -------------------------------------------------------------------------------- /docs/data/2.16.10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.16.10.json -------------------------------------------------------------------------------- /docs/data/2.16.10.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.16.10.min.json -------------------------------------------------------------------------------- /docs/data/2.17.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.17.5.json -------------------------------------------------------------------------------- /docs/data/2.17.5.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.17.5.min.json -------------------------------------------------------------------------------- /docs/data/2.18.7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.18.7.json -------------------------------------------------------------------------------- /docs/data/2.18.7.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.18.7.min.json -------------------------------------------------------------------------------- /docs/data/2.19.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.19.3.json -------------------------------------------------------------------------------- /docs/data/2.19.3.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.19.3.min.json -------------------------------------------------------------------------------- /docs/data/2.2.20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.2.20.json -------------------------------------------------------------------------------- /docs/data/2.2.20.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.2.20.min.json -------------------------------------------------------------------------------- /docs/data/2.3.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.3.3.json -------------------------------------------------------------------------------- /docs/data/2.3.3.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.3.3.min.json -------------------------------------------------------------------------------- /docs/data/2.4.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.4.2.json -------------------------------------------------------------------------------- /docs/data/2.4.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.4.2.min.json -------------------------------------------------------------------------------- /docs/data/2.5.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.5.1.json -------------------------------------------------------------------------------- /docs/data/2.5.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.5.1.min.json -------------------------------------------------------------------------------- /docs/data/2.6.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.6.1.json -------------------------------------------------------------------------------- /docs/data/2.6.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.6.1.min.json -------------------------------------------------------------------------------- /docs/data/2.7.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.7.5.json -------------------------------------------------------------------------------- /docs/data/2.7.5.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.7.5.min.json -------------------------------------------------------------------------------- /docs/data/2.8.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.8.4.json -------------------------------------------------------------------------------- /docs/data/2.8.4.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.8.4.min.json -------------------------------------------------------------------------------- /docs/data/2.9.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.9.3.json -------------------------------------------------------------------------------- /docs/data/2.9.3.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/2.9.3.min.json -------------------------------------------------------------------------------- /docs/data/3.0.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.0.3.json -------------------------------------------------------------------------------- /docs/data/3.0.3.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.0.3.min.json -------------------------------------------------------------------------------- /docs/data/3.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.1.0.json -------------------------------------------------------------------------------- /docs/data/3.1.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.1.0.min.json -------------------------------------------------------------------------------- /docs/data/3.10.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.10.0.json -------------------------------------------------------------------------------- /docs/data/3.10.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.10.0.min.json -------------------------------------------------------------------------------- /docs/data/3.11.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.11.0.json -------------------------------------------------------------------------------- /docs/data/3.11.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.11.0.min.json -------------------------------------------------------------------------------- /docs/data/3.12.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.12.0.json -------------------------------------------------------------------------------- /docs/data/3.12.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.12.0.min.json -------------------------------------------------------------------------------- /docs/data/3.13.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.13.2.json -------------------------------------------------------------------------------- /docs/data/3.13.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.13.2.min.json -------------------------------------------------------------------------------- /docs/data/3.14.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.14.5.json -------------------------------------------------------------------------------- /docs/data/3.14.5.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.14.5.min.json -------------------------------------------------------------------------------- /docs/data/3.15.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.15.1.json -------------------------------------------------------------------------------- /docs/data/3.15.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.15.1.min.json -------------------------------------------------------------------------------- /docs/data/3.16.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.16.0.json -------------------------------------------------------------------------------- /docs/data/3.16.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.16.0.min.json -------------------------------------------------------------------------------- /docs/data/3.17.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.17.0.json -------------------------------------------------------------------------------- /docs/data/3.17.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.17.0.min.json -------------------------------------------------------------------------------- /docs/data/3.18.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.18.0.json -------------------------------------------------------------------------------- /docs/data/3.18.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.18.0.min.json -------------------------------------------------------------------------------- /docs/data/3.19.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.19.2.json -------------------------------------------------------------------------------- /docs/data/3.19.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.19.2.min.json -------------------------------------------------------------------------------- /docs/data/3.2.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.2.1.json -------------------------------------------------------------------------------- /docs/data/3.2.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.2.1.min.json -------------------------------------------------------------------------------- /docs/data/3.20.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.20.0.json -------------------------------------------------------------------------------- /docs/data/3.20.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.20.0.min.json -------------------------------------------------------------------------------- /docs/data/3.21.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.21.3.json -------------------------------------------------------------------------------- /docs/data/3.21.3.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.21.3.min.json -------------------------------------------------------------------------------- /docs/data/3.22.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.22.0.json -------------------------------------------------------------------------------- /docs/data/3.22.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.22.0.min.json -------------------------------------------------------------------------------- /docs/data/3.23.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.23.0.json -------------------------------------------------------------------------------- /docs/data/3.23.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.23.0.min.json -------------------------------------------------------------------------------- /docs/data/3.24.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.24.0.json -------------------------------------------------------------------------------- /docs/data/3.24.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.24.0.min.json -------------------------------------------------------------------------------- /docs/data/3.25.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.25.1.json -------------------------------------------------------------------------------- /docs/data/3.25.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.25.1.min.json -------------------------------------------------------------------------------- /docs/data/3.26.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.26.1.json -------------------------------------------------------------------------------- /docs/data/3.26.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.26.1.min.json -------------------------------------------------------------------------------- /docs/data/3.27.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.27.0.json -------------------------------------------------------------------------------- /docs/data/3.27.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.27.0.min.json -------------------------------------------------------------------------------- /docs/data/3.28.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.28.0.json -------------------------------------------------------------------------------- /docs/data/3.28.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.28.0.min.json -------------------------------------------------------------------------------- /docs/data/3.29.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.29.0.json -------------------------------------------------------------------------------- /docs/data/3.29.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.29.0.min.json -------------------------------------------------------------------------------- /docs/data/3.3.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.3.2.json -------------------------------------------------------------------------------- /docs/data/3.3.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.3.2.min.json -------------------------------------------------------------------------------- /docs/data/3.30.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.30.0.json -------------------------------------------------------------------------------- /docs/data/3.30.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.30.0.min.json -------------------------------------------------------------------------------- /docs/data/3.31.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.31.0.json -------------------------------------------------------------------------------- /docs/data/3.31.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.31.0.min.json -------------------------------------------------------------------------------- /docs/data/3.32.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.32.1.json -------------------------------------------------------------------------------- /docs/data/3.32.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.32.1.min.json -------------------------------------------------------------------------------- /docs/data/3.33.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.33.1.json -------------------------------------------------------------------------------- /docs/data/3.33.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.33.1.min.json -------------------------------------------------------------------------------- /docs/data/3.34.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.34.1.json -------------------------------------------------------------------------------- /docs/data/3.34.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.34.1.min.json -------------------------------------------------------------------------------- /docs/data/3.35.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.35.1.json -------------------------------------------------------------------------------- /docs/data/3.35.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.35.1.min.json -------------------------------------------------------------------------------- /docs/data/3.36.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.36.0.json -------------------------------------------------------------------------------- /docs/data/3.36.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.36.0.min.json -------------------------------------------------------------------------------- /docs/data/3.37.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.37.1.json -------------------------------------------------------------------------------- /docs/data/3.37.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.37.1.min.json -------------------------------------------------------------------------------- /docs/data/3.38.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.38.2.json -------------------------------------------------------------------------------- /docs/data/3.38.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.38.2.min.json -------------------------------------------------------------------------------- /docs/data/3.39.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.39.1.json -------------------------------------------------------------------------------- /docs/data/3.39.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.39.1.min.json -------------------------------------------------------------------------------- /docs/data/3.4.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.4.0.json -------------------------------------------------------------------------------- /docs/data/3.4.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.4.0.min.json -------------------------------------------------------------------------------- /docs/data/3.40.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.40.2.json -------------------------------------------------------------------------------- /docs/data/3.40.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.40.2.min.json -------------------------------------------------------------------------------- /docs/data/3.41.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.41.1.json -------------------------------------------------------------------------------- /docs/data/3.41.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.41.1.min.json -------------------------------------------------------------------------------- /docs/data/3.42.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.42.0.json -------------------------------------------------------------------------------- /docs/data/3.42.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.42.0.min.json -------------------------------------------------------------------------------- /docs/data/3.43.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.43.1.json -------------------------------------------------------------------------------- /docs/data/3.43.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.43.1.min.json -------------------------------------------------------------------------------- /docs/data/3.44.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.44.0.json -------------------------------------------------------------------------------- /docs/data/3.44.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.44.0.min.json -------------------------------------------------------------------------------- /docs/data/3.45.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.45.0.json -------------------------------------------------------------------------------- /docs/data/3.45.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.45.0.min.json -------------------------------------------------------------------------------- /docs/data/3.46.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.46.0.json -------------------------------------------------------------------------------- /docs/data/3.46.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.46.0.min.json -------------------------------------------------------------------------------- /docs/data/3.47.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.47.1.json -------------------------------------------------------------------------------- /docs/data/3.47.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.47.1.min.json -------------------------------------------------------------------------------- /docs/data/3.48.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.48.0.json -------------------------------------------------------------------------------- /docs/data/3.48.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.48.0.min.json -------------------------------------------------------------------------------- /docs/data/3.49.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.49.0.json -------------------------------------------------------------------------------- /docs/data/3.49.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.49.0.min.json -------------------------------------------------------------------------------- /docs/data/3.5.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.5.0.json -------------------------------------------------------------------------------- /docs/data/3.5.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.5.0.min.json -------------------------------------------------------------------------------- /docs/data/3.50.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.50.0.json -------------------------------------------------------------------------------- /docs/data/3.50.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.50.0.min.json -------------------------------------------------------------------------------- /docs/data/3.51.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.51.0.json -------------------------------------------------------------------------------- /docs/data/3.51.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.51.0.min.json -------------------------------------------------------------------------------- /docs/data/3.52.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.52.1.json -------------------------------------------------------------------------------- /docs/data/3.52.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.52.1.min.json -------------------------------------------------------------------------------- /docs/data/3.53.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.53.0.json -------------------------------------------------------------------------------- /docs/data/3.53.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.53.0.min.json -------------------------------------------------------------------------------- /docs/data/3.54.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.54.0.json -------------------------------------------------------------------------------- /docs/data/3.54.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.54.0.min.json -------------------------------------------------------------------------------- /docs/data/3.55.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.55.0.json -------------------------------------------------------------------------------- /docs/data/3.55.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.55.0.min.json -------------------------------------------------------------------------------- /docs/data/3.56.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.56.2.json -------------------------------------------------------------------------------- /docs/data/3.56.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.56.2.min.json -------------------------------------------------------------------------------- /docs/data/3.57.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.57.2.json -------------------------------------------------------------------------------- /docs/data/3.57.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.57.2.min.json -------------------------------------------------------------------------------- /docs/data/3.58.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.58.1.json -------------------------------------------------------------------------------- /docs/data/3.58.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.58.1.min.json -------------------------------------------------------------------------------- /docs/data/3.59.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.59.3.json -------------------------------------------------------------------------------- /docs/data/3.59.3.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.59.3.min.json -------------------------------------------------------------------------------- /docs/data/3.6.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.6.0.json -------------------------------------------------------------------------------- /docs/data/3.6.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.6.0.min.json -------------------------------------------------------------------------------- /docs/data/3.60.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.60.0.json -------------------------------------------------------------------------------- /docs/data/3.60.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.60.0.min.json -------------------------------------------------------------------------------- /docs/data/3.61.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.61.1.json -------------------------------------------------------------------------------- /docs/data/3.61.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.61.1.min.json -------------------------------------------------------------------------------- /docs/data/3.62.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.62.0.json -------------------------------------------------------------------------------- /docs/data/3.62.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.62.0.min.json -------------------------------------------------------------------------------- /docs/data/3.63.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.63.2.json -------------------------------------------------------------------------------- /docs/data/3.63.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.63.2.min.json -------------------------------------------------------------------------------- /docs/data/3.64.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.64.0.json -------------------------------------------------------------------------------- /docs/data/3.64.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.64.0.min.json -------------------------------------------------------------------------------- /docs/data/3.65.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.65.0.json -------------------------------------------------------------------------------- /docs/data/3.65.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.65.0.min.json -------------------------------------------------------------------------------- /docs/data/3.66.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.66.2.json -------------------------------------------------------------------------------- /docs/data/3.66.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.66.2.min.json -------------------------------------------------------------------------------- /docs/data/3.67.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.67.1.json -------------------------------------------------------------------------------- /docs/data/3.67.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.67.1.min.json -------------------------------------------------------------------------------- /docs/data/3.68.5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.68.5.json -------------------------------------------------------------------------------- /docs/data/3.68.5.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.68.5.min.json -------------------------------------------------------------------------------- /docs/data/3.69.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.69.1.json -------------------------------------------------------------------------------- /docs/data/3.69.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.69.1.min.json -------------------------------------------------------------------------------- /docs/data/3.7.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.7.0.json -------------------------------------------------------------------------------- /docs/data/3.7.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.7.0.min.json -------------------------------------------------------------------------------- /docs/data/3.70.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.70.2.json -------------------------------------------------------------------------------- /docs/data/3.70.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.70.2.min.json -------------------------------------------------------------------------------- /docs/data/3.71.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.71.0.json -------------------------------------------------------------------------------- /docs/data/3.71.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.71.0.min.json -------------------------------------------------------------------------------- /docs/data/3.72.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.72.0.json -------------------------------------------------------------------------------- /docs/data/3.72.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.72.0.min.json -------------------------------------------------------------------------------- /docs/data/3.73.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.73.1.json -------------------------------------------------------------------------------- /docs/data/3.73.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.73.1.min.json -------------------------------------------------------------------------------- /docs/data/3.74.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.74.0.json -------------------------------------------------------------------------------- /docs/data/3.74.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.74.0.min.json -------------------------------------------------------------------------------- /docs/data/3.75.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.75.0.json -------------------------------------------------------------------------------- /docs/data/3.75.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.75.0.min.json -------------------------------------------------------------------------------- /docs/data/3.76.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.76.0.json -------------------------------------------------------------------------------- /docs/data/3.76.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.76.0.min.json -------------------------------------------------------------------------------- /docs/data/3.77.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.77.0.json -------------------------------------------------------------------------------- /docs/data/3.77.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.77.0.min.json -------------------------------------------------------------------------------- /docs/data/3.78.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.78.1.json -------------------------------------------------------------------------------- /docs/data/3.78.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.78.1.min.json -------------------------------------------------------------------------------- /docs/data/3.79.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.79.0.json -------------------------------------------------------------------------------- /docs/data/3.79.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.79.0.min.json -------------------------------------------------------------------------------- /docs/data/3.8.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.8.0.json -------------------------------------------------------------------------------- /docs/data/3.8.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.8.0.min.json -------------------------------------------------------------------------------- /docs/data/3.80.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.80.0.json -------------------------------------------------------------------------------- /docs/data/3.80.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.80.0.min.json -------------------------------------------------------------------------------- /docs/data/3.81.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.81.0.json -------------------------------------------------------------------------------- /docs/data/3.81.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.81.0.min.json -------------------------------------------------------------------------------- /docs/data/3.82.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.82.2.json -------------------------------------------------------------------------------- /docs/data/3.82.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.82.2.min.json -------------------------------------------------------------------------------- /docs/data/3.83.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.83.0.json -------------------------------------------------------------------------------- /docs/data/3.83.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.83.0.min.json -------------------------------------------------------------------------------- /docs/data/3.84.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.84.0.json -------------------------------------------------------------------------------- /docs/data/3.84.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.84.0.min.json -------------------------------------------------------------------------------- /docs/data/3.85.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.85.1.json -------------------------------------------------------------------------------- /docs/data/3.85.1.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.85.1.min.json -------------------------------------------------------------------------------- /docs/data/3.86.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.86.0.json -------------------------------------------------------------------------------- /docs/data/3.86.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.86.0.min.json -------------------------------------------------------------------------------- /docs/data/3.87.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.87.2.json -------------------------------------------------------------------------------- /docs/data/3.87.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.87.2.min.json -------------------------------------------------------------------------------- /docs/data/3.88.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.88.2.json -------------------------------------------------------------------------------- /docs/data/3.88.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.88.2.min.json -------------------------------------------------------------------------------- /docs/data/3.89.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.89.2.json -------------------------------------------------------------------------------- /docs/data/3.89.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.89.2.min.json -------------------------------------------------------------------------------- /docs/data/3.9.6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.9.6.json -------------------------------------------------------------------------------- /docs/data/3.9.6.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.9.6.min.json -------------------------------------------------------------------------------- /docs/data/3.90.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.90.0.json -------------------------------------------------------------------------------- /docs/data/3.90.0.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.90.0.min.json -------------------------------------------------------------------------------- /docs/data/3.91.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.91.2.json -------------------------------------------------------------------------------- /docs/data/3.91.2.min.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/3.91.2.min.json -------------------------------------------------------------------------------- /docs/data/versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/data/versions.json -------------------------------------------------------------------------------- /docs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/favicon.ico -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.eot -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.svg -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2 -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.eot -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.svg -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2 -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.eot -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.svg -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff -------------------------------------------------------------------------------- /docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2 -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/js/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/js/app.js -------------------------------------------------------------------------------- /docs/js/manifest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/js/manifest.js -------------------------------------------------------------------------------- /docs/js/vendor.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/docs/js/vendor.js -------------------------------------------------------------------------------- /licenses/axios.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/licenses/axios.txt -------------------------------------------------------------------------------- /licenses/bootstrap-vue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/licenses/bootstrap-vue.txt -------------------------------------------------------------------------------- /licenses/bootstrap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/licenses/bootstrap.txt -------------------------------------------------------------------------------- /licenses/fontawesome-free.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/licenses/fontawesome-free.txt -------------------------------------------------------------------------------- /licenses/js-yaml.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/licenses/js-yaml.txt -------------------------------------------------------------------------------- /licenses/php-parser.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/licenses/php-parser.txt -------------------------------------------------------------------------------- /licenses/prismjs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/licenses/prismjs.txt -------------------------------------------------------------------------------- /licenses/vue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/licenses/vue.txt -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/package.json -------------------------------------------------------------------------------- /php/DataExtractor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/php/DataExtractor.php -------------------------------------------------------------------------------- /php/Docker.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/php/Docker.php -------------------------------------------------------------------------------- /php/ExtractedData/EmptyArrayValue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/php/ExtractedData/EmptyArrayValue.php -------------------------------------------------------------------------------- /php/FixerRunnerLauncher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/php/FixerRunnerLauncher.php -------------------------------------------------------------------------------- /php/JsonEncoder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/php/JsonEncoder.php -------------------------------------------------------------------------------- /php/Patcher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/php/Patcher.php -------------------------------------------------------------------------------- /php/assets/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/php/assets/Dockerfile -------------------------------------------------------------------------------- /php/assets/fixer-runner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/php/assets/fixer-runner -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/tsconfig.json -------------------------------------------------------------------------------- /web/Configuration.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Configuration.ts -------------------------------------------------------------------------------- /web/EventBus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/EventBus.ts -------------------------------------------------------------------------------- /web/Export/ExporterInterface.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Export/ExporterInterface.ts -------------------------------------------------------------------------------- /web/Export/Exporters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Export/Exporters.ts -------------------------------------------------------------------------------- /web/Export/JsonExporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Export/JsonExporter.ts -------------------------------------------------------------------------------- /web/Export/LaravelPintExporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Export/LaravelPintExporter.ts -------------------------------------------------------------------------------- /web/Export/PhpArrayExporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Export/PhpArrayExporter.ts -------------------------------------------------------------------------------- /web/Export/PhpCsExporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Export/PhpCsExporter.ts -------------------------------------------------------------------------------- /web/Export/PhpECSExporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Export/PhpECSExporter.ts -------------------------------------------------------------------------------- /web/Export/StyleCIExporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Export/StyleCIExporter.ts -------------------------------------------------------------------------------- /web/Export/YamlExporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Export/YamlExporter.ts -------------------------------------------------------------------------------- /web/ExportImport/LaravelPint.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/ExportImport/LaravelPint.ts -------------------------------------------------------------------------------- /web/Fixer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Fixer.ts -------------------------------------------------------------------------------- /web/FixerOrSetAndFixerInterface.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/FixerOrSetAndFixerInterface.ts -------------------------------------------------------------------------------- /web/FixerOrSetInterface.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/FixerOrSetInterface.ts -------------------------------------------------------------------------------- /web/FixerSet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/FixerSet.ts -------------------------------------------------------------------------------- /web/Import/AutoDetectImporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Import/AutoDetectImporter.ts -------------------------------------------------------------------------------- /web/Import/ImporterInterface.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Import/ImporterInterface.ts -------------------------------------------------------------------------------- /web/Import/Importers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Import/Importers.ts -------------------------------------------------------------------------------- /web/Import/JsonImporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Import/JsonImporter.ts -------------------------------------------------------------------------------- /web/Import/LaravelPintImporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Import/LaravelPintImporter.ts -------------------------------------------------------------------------------- /web/Import/ObjectImporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Import/ObjectImporter.ts -------------------------------------------------------------------------------- /web/Import/PhpECSImporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Import/PhpECSImporter.ts -------------------------------------------------------------------------------- /web/Import/PhpImporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Import/PhpImporter.ts -------------------------------------------------------------------------------- /web/Import/YamlImporter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Import/YamlImporter.ts -------------------------------------------------------------------------------- /web/LocationHash.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/LocationHash.ts -------------------------------------------------------------------------------- /web/PCFDataDefinitions.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/PCFDataDefinitions.ts -------------------------------------------------------------------------------- /web/PersistentStorage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/PersistentStorage.ts -------------------------------------------------------------------------------- /web/Utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Utils.ts -------------------------------------------------------------------------------- /web/Version.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/Version.ts -------------------------------------------------------------------------------- /web/VersionComparison.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/VersionComparison.ts -------------------------------------------------------------------------------- /web/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/app.scss -------------------------------------------------------------------------------- /web/app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/app.ts -------------------------------------------------------------------------------- /web/components/App.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/App.vue -------------------------------------------------------------------------------- /web/components/CompareVersions.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/CompareVersions.vue -------------------------------------------------------------------------------- /web/components/ConfigureFixer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/ConfigureFixer.vue -------------------------------------------------------------------------------- /web/components/Export.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/Export.vue -------------------------------------------------------------------------------- /web/components/FixerLink.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/FixerLink.vue -------------------------------------------------------------------------------- /web/components/FixerSetLink.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/FixerSetLink.vue -------------------------------------------------------------------------------- /web/components/GridView.Fixer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/GridView.Fixer.vue -------------------------------------------------------------------------------- /web/components/GridView.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/GridView.vue -------------------------------------------------------------------------------- /web/components/Help.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/Help.vue -------------------------------------------------------------------------------- /web/components/Import.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/Import.vue -------------------------------------------------------------------------------- /web/components/Prism.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/Prism.vue -------------------------------------------------------------------------------- /web/components/TableView.Fixer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/TableView.Fixer.vue -------------------------------------------------------------------------------- /web/components/TableView.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/TableView.vue -------------------------------------------------------------------------------- /web/components/ViewDifference.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/ViewDifference.vue -------------------------------------------------------------------------------- /web/components/ViewFixer.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/ViewFixer.vue -------------------------------------------------------------------------------- /web/components/ViewFixerSet.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/ViewFixerSet.vue -------------------------------------------------------------------------------- /web/components/configure/DefaultFixerOptionValue.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/configure/DefaultFixerOptionValue.vue -------------------------------------------------------------------------------- /web/components/configure/OptionValueFromJson.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/configure/OptionValueFromJson.vue -------------------------------------------------------------------------------- /web/components/configure/OptionValueFromList.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/configure/OptionValueFromList.vue -------------------------------------------------------------------------------- /web/components/configure/OptionValueFromListMulti.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/components/configure/OptionValueFromListMulti.vue -------------------------------------------------------------------------------- /web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/index.html -------------------------------------------------------------------------------- /web/shim.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/web/shim.d.ts -------------------------------------------------------------------------------- /webpack.mix.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mlocati/php-cs-fixer-configurator/HEAD/webpack.mix.js --------------------------------------------------------------------------------