Skip to content

Commit 82e1675

Browse files
committed
Release 5.0.3
1 parent f79817d commit 82e1675

File tree

3 files changed

+7111
-1
lines changed

3 files changed

+7111
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes for chatgpt-integration
22

3+
## 5.0.3 - 2024-04-29
4+
5+
### Fixed
6+
- Incorrect PHP setting in composer.js
7+
- Added missing composer.lock
8+
39
## 5.0.2 - 2024-04-15
410

511
### Fixed

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"config": {
3939
"sort-packages": true,
4040
"platform": {
41-
"php": "8.0.2"
41+
"php": "8.2.0"
4242
},
4343
"allow-plugins": {
4444
"yiisoft/yii2-composer": true,

0 commit comments

Comments
 (0)