We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79817d commit 82e1675Copy full SHA for 82e1675
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Release Notes for chatgpt-integration
2
3
+## 5.0.3 - 2024-04-29
4
+
5
+### Fixed
6
+- Incorrect PHP setting in composer.js
7
+- Added missing composer.lock
8
9
## 5.0.2 - 2024-04-15
10
11
### Fixed
composer.json
@@ -38,7 +38,7 @@
38
"config": {
39
"sort-packages": true,
40
"platform": {
41
- "php": "8.0.2"
+ "php": "8.2.0"
42
},
43
"allow-plugins": {
44
"yiisoft/yii2-composer": true,
0 commit comments