├── .github ├── FUNDING.yml ├── lock.yaml └── stale.yaml ├── .gitignore ├── .phpstorm.meta.php ├── composer.json └── patches ├── squizlabs-php-codesniffer-tests-standards-abstractsniffunittest-php.patch ├── symfony-dependency-injection-definition-php.patch └── symfony-dependency-injection-loader-yamlfileloader-php.patch /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deprecated-packages/symplify/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deprecated-packages/symplify/HEAD/.github/lock.yaml -------------------------------------------------------------------------------- /.github/stale.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deprecated-packages/symplify/HEAD/.github/stale.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deprecated-packages/symplify/HEAD/.gitignore -------------------------------------------------------------------------------- /.phpstorm.meta.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deprecated-packages/symplify/HEAD/.phpstorm.meta.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deprecated-packages/symplify/HEAD/composer.json -------------------------------------------------------------------------------- /patches/squizlabs-php-codesniffer-tests-standards-abstractsniffunittest-php.patch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /patches/symfony-dependency-injection-definition-php.patch: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /patches/symfony-dependency-injection-loader-yamlfileloader-php.patch: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------