Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_NAME="Quantum PHP Framework"
APP_VERSION=2.9.9
APP_VERSION=3.0.0
DB_DRIVER=mysql
DB_HOST=localhost
DB_NAME=
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

## [3.0.0] - 2026-05-28

### Changed
- Upgraded downstream framework dependency from `quantum/framework` `dev-master` to stable `3.0.0`.
- Updated `.env.example` default `APP_VERSION` from `2.9.9` to `3.0.0`.

### Notes
- This release aligns the downstream project with upstream `quantum/framework` `3.0.0`.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "project",
"require": {
"php": "^7.4 || ^8.0",
"quantum/framework": "dev-master",
"quantum/framework": "^3.0.0",
Comment thread
armanist marked this conversation as resolved.
"fakerphp/faker": "^1.15",
"bluemmb/faker-picsum-photos-provider": "^2.0",
"ottaviano/faker-gravatar": "^0.3.0",
Expand Down
Loading