Skip to content

Commit

Permalink
Merge pull request #25 from luyadev/release
Browse files Browse the repository at this point in the history
Release PRs and php 8.2 compatibility with useragent parser library
  • Loading branch information
nadar authored Oct 31, 2023
2 parents 8aaaab7 + 0fbde1f commit 0a4730c
Show file tree
Hide file tree
Showing 3 changed files with 1,080 additions and 951 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 2.2.4 (31. October 2023)

+ Use nadar/parser for php 8.2 compatibility
+ [#24](https://github.com/luyadev/luya-module-errorapi/pull/24) Added indonesia language

## 2.2.3 (16. December 2021)

+ [#20](https://github.com/luyadev/luya-module-errorapi/pull/20) Fixed Data::getTrace() PHP Notice: Undefined index: class.
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"whichbrowser/parser": "^2.0"
"nadar/parser": "^1.0"
},
"require-dev" : {
"luyadev/luya-testsuite" : "^2.0",
Expand All @@ -31,7 +31,11 @@
"config": {
"fxp-asset": {
"enabled": false
}
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"luyadev/luya-composer": true
}
},
"repositories": [
{
Expand Down
Loading

0 comments on commit 0a4730c

Please sign in to comment.