allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s

This commit is contained in:
2026-03-30 14:54:57 +07:00
parent 66aed7c4e8
commit b5e3a778ce
21316 changed files with 2777892 additions and 13 deletions

View File

@@ -0,0 +1,29 @@
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.1.0] - 2024-11-26
### Changed
- Add support for PHP 8.4, drop support for PHP version 7.2
### Fixed
- Add missing `composer test` command and use it in CI
- Fix deprecated usage of prophesize in phpunit tests
## [1.0.0] - 2021-03-09
- Stable release - no changes since 0.1.1
## [0.1.1] - 2020-10-21
* Allow installation with PHP 8
## [0.1.0] - 2020-08-16
First release