endroid / documenter-bundle
Endroid Documenter Bundle
Fund package maintenance!
endroid
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.2
- endroid/documenter: ^1.0
- endroid/installer: ^1.2.2
- symfony/framework-bundle: ^3.4||^4.4||^5.0
- symfony/yaml: ^3.4||^4.4||^5.0
Requires (Dev)
- endroid/quality: dev-master
Suggests
- roave/security-advisories: Avoids installation of package versions with vulnerabilities
- symfony/security-checker: Checks your composer.lock for vulnerabilities
This package is auto-updated.
Last update: 2024-11-07 16:49:16 UTC
README
By endroid
...
Installation
Use Composer to install the library.
$ composer require endroid/documenter-bundle
When you use Symfony, the installer
makes sure that services are automatically wired. If this is not the case you
can find the configuration files in the .install/symfony
folder.
Configuration
...
endroid_documenter:
Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading.
License
This source code is subject to the MIT license bundled in the file LICENSE.