v1.2 #3

Manually merged
jhodges merged 25 commits from develop into master 2019-09-07 08:53:26 +01:00
Showing only changes of commit 5eb7e5f872 - Show all commits

View File

@ -3,7 +3,7 @@ Simple PHP library to interface with Gitea API
Designed to make a "Bot" for manipulating labels on issues. Designed to make a "Bot" for manipulating labels on issues.
## Create New Project (optional) ## Create New Project (optional)
You only need to do this if you dont already have a composer project. You only need to do this if you don't already have a composer project. Use the following commands, or create your composer.json manually.
```bash ```bash
mkdir bot mkdir bot
cd bot cd bot