Skip to content

Commit

Permalink
Documentation & housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
Saggre committed Nov 24, 2023
1 parent 1e0d086 commit f9bb90a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.4] - 2023-11-24

### Added

- Add wiki repo as git submodule
- Composer helper scripts
- Add throws section to output

### Changed

- Set index Markdown file name to Home.md
- Removed watermark from footer

### Fixed

- Fixed issue with interface extends

## [0.1.3] - 2022-04-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ composer install
cp phpunit.xml.dist phpunit.xml

# Run PHPUnit in project root directory
composer run-tests
composer test
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"scripts": {
"run-tests": "vendor/bin/phpunit",
"test": "vendor/bin/phpunit",
"create-docs": "phpdoc && cp -r example/* docs/.wiki"
},
"license": "MIT"
Expand Down

0 comments on commit f9bb90a

Please sign in to comment.