Skip to content

Commit 624dafa

Browse files
authored
Merge branch 'master' into deprecations
2 parents a12a0d0 + 95b4e32 commit 624dafa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/github-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Build API documentation
2525
run: |
26-
curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.5.0/phpDocumentor.phar
27-
php phpDocumentor.phar --directory src/ --target docs/api
26+
curl -LO https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.8.1/phpDocumentor.phar
27+
php phpDocumentor.phar --directory src/ --target docs/api --visibility=public,protected
2828
2929
- name: Deploy to GithHub Pages
3030
uses: peaceiris/actions-gh-pages@v3

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com)
6-
and this project adheres to [Semantic Versioning](https://semver.org).
6+
and this project adheres to [Semantic Versioning](https://semver.org). Thia is always true of the master branch. Some earlier branches remain supported and security fixes are applied to them; if the security fix represents a breaking change, it may have to be applied as a minor or patch version.
77

88
## TBD - 5.0.0
99

0 commit comments

Comments
 (0)