Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gremo/symfony-qa-pack
A Symfony QA (Quality Assurance) tools pack
https://github.com/gremo/symfony-qa-pack
metapackage symfony
Last synced: about 1 month ago
JSON representation
A Symfony QA (Quality Assurance) tools pack
- Host: GitHub
- URL: https://github.com/gremo/symfony-qa-pack
- Owner: gremo
- License: isc
- Created: 2024-07-01T07:35:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T08:31:32.000Z (5 months ago)
- Last Synced: 2024-09-30T17:21:21.643Z (about 2 months ago)
- Topics: metapackage, symfony
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Symfony QA pack
A [Symfony](https://symfony.com) QA (Quality Assurance) tools pack.
## 🚀 Quick start
```bash
composer require gremo/symfony-qa-pack
```
> [!NOTE]
> Enable the plugin `phpstan/extension-installer` by answering "y" when Composer asks to add it to your allow-plugins configuration.## 📦 Packages
PackageVersionPackagistphpstan/extension-installer*https://packagist.org/packages/phpstan/extension-installer
phpstan/phpstan-deprecation-rules*https://packagist.org/packages/phpstan/phpstan-deprecation-rules
phpstan/phpstan-doctrine*https://packagist.org/packages/phpstan/phpstan-doctrine
phpstan/phpstan-symfony*https://packagist.org/packages/phpstan/phpstan-symfony
phpstan/phpstan*https://packagist.org/packages/phpstan/phpstan
squizlabs/php_codesniffer*https://packagist.org/packages/squizlabs/php_codesniffer## ❤️ Contributing
All types of contributions are encouraged and valued. See the [contributing](.github/CONTRIBUTING.md) guidelines, the community looks forward to your contributions!
## 📘 License
Released under the terms of the [ISC License](LICENSE).