Skip to content

Commit a5c43b1

Browse files
chore: release 1.11.0
1 parent 5a9fa6a commit a5c43b1

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [1.11.0](https://github.com/ymirapp/php-runtime/compare/v1.10.2...v1.11.0) (2023-11-10)
4+
5+
6+
### Features
7+
8+
* add php 8.2 ([5a9fa6a](https://github.com/ymirapp/php-runtime/commit/5a9fa6a1e949b6bccac110257951679d7d23b3af))
9+
10+
11+
### Bug Fixes
12+
13+
* remove support for `x-forwarded-for` header ([b23993e](https://github.com/ymirapp/php-runtime/commit/b23993eaa6642a4a4071fb57f73bdf69658f4a6e))

composer.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "ymirapp/php-runtime",
33
"description": "Ymir PHP runtime",
4-
"keywords": ["aws", "lambda", "php"],
4+
"keywords": [
5+
"aws",
6+
"lambda",
7+
"php"
8+
],
59
"type": "project",
610
"license": "MIT",
7-
"authors" : [
11+
"authors": [
812
{
913
"name": "Carl Alexander",
1014
"email": "[email protected]",

0 commit comments

Comments
 (0)