teakowa / composer-template
The template for create Composer project
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Makefile
Requires
- php: ^7.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- nunomaduro/collision: ^3.0
- nunomaduro/phpinsights: ^1.11
- phpstan/phpstan: ^0.11.8
- phpunit/phpunit: ^8.0
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-11-10 18:41:21 UTC
README
The template for create Composer library.
Remember remove or modify following information:
- Namespace in
composer.json
and files insrc
ortests
directories - Project name and description and author name in
composer.json
- Mergify setting in
.mergify.yml
- Travis CI setting in
.travis.yml
- Issue-Label Bot setting in
.github/issue_label_bot.yaml
- Stale setting in
.github/stale.yml
- Github Actions setting in
.github/workflows
- The badges links and this checklist in README.md file
- Author in LICENSE file
LICENSE
The code in this repository, unless otherwise noted, is under the terms of both the Anti 996 License and the Apache License (Version 2.0).