diff options
Diffstat (limited to 'vendor/symfony/console/README.md')
| -rw-r--r-- | vendor/symfony/console/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/vendor/symfony/console/README.md b/vendor/symfony/console/README.md new file mode 100644 index 0000000..92f70e7 --- /dev/null +++ b/vendor/symfony/console/README.md | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | Console Component | ||
| 2 | ================= | ||
| 3 | |||
| 4 | The Console component eases the creation of beautiful and testable command line | ||
| 5 | interfaces. | ||
| 6 | |||
| 7 | Sponsor | ||
| 8 | ------- | ||
| 9 | |||
| 10 | Help Symfony by [sponsoring][1] its development! | ||
| 11 | |||
| 12 | Resources | ||
| 13 | --------- | ||
| 14 | |||
| 15 | * [Documentation](https://symfony.com/doc/current/components/console.html) | ||
| 16 | * [Contributing](https://symfony.com/doc/current/contributing/index.html) | ||
| 17 | * [Report issues](https://github.com/symfony/symfony/issues) and | ||
| 18 | [send Pull Requests](https://github.com/symfony/symfony/pulls) | ||
| 19 | in the [main Symfony repository](https://github.com/symfony/symfony) | ||
| 20 | |||
| 21 | Credits | ||
| 22 | ------- | ||
| 23 | |||
| 24 | `Resources/bin/hiddeninput.exe` is a third party binary provided within this | ||
| 25 | component. Find sources and license at https://github.com/Seldaek/hidden-input. | ||
| 26 | |||
| 27 | [1]: https://symfony.com/sponsor | ||
