Skip to content

Commit

Permalink
Merge pull request #62 from phenixphp/release/0.3.5
Browse files Browse the repository at this point in the history
Release/0.3.5
  • Loading branch information
barbosa89 authored Oct 6, 2023
2 parents aef65bf + df9b4cd commit 5b2940e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Release Notes for 0.3.x

## [v0.3.5 (2023-10-06)](https://github.com/phenixphp/phenix/compare/0.3.4...0.3.5)

### Changed
- Bump `phenixphp` framework to version `0.3.5`. ([#61](https://github.com/phenixphp/phenix/pull/61))


## [v0.3.4 (2023-10-06)](https://github.com/phenixphp/phenix/compare/0.3.3...0.3.4)

### Changed
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

Phenix is a web framework built on pure PHP, without external extensions, based on the [Amphp](https://amphp.org/) ecosystem, which provides non-blocking operations, asynchronism and parallel code execution natively. It runs in the PHP SAPI CLI and on its own server, it is simply powerful.

> **Note:** This repository contains the core code of the Phenix framework. If you want to build a web application using Phenix, visit the [application skeleton](https://github.com/phenixphp/phenix) repository.

## Learning Phenix

You can learn about Phenix in the official [documentation](https://phenix.omarbarbosa.com) and discover the power of asynchronous and concurrent applications in native PHP.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}],
"require": {
"php": "^8.1",
"phenixphp/framework": "^0.3.4"
"phenixphp/framework": "^0.3.5"
},
"require-dev": {
"amphp/phpunit-util": "^v3.0.0-beta.3",
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b2940e

Please sign in to comment.