Skip to content

Commit a51dca5

Browse files
committed
Merge branch 'hotfix/1.0.1'
2 parents 3d4eaa9 + 187f902 commit a51dca5

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v1.0.1
2+
3+
## 09/11/2022
4+
5+
1. [](#bugfix)
6+
- Bumped up PHP version to `7.4`.
7+
18
# v1.0.0
29

310
## 05/22/2022

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": ">=7.1.3"
18+
"php": ">=7.4"
1919
},
2020
"autoload": {
2121
"psr-4": {
@@ -27,7 +27,7 @@
2727
},
2828
"config": {
2929
"platform": {
30-
"php": "7.1.3"
30+
"php": "7.4"
3131
}
3232
}
3333
}

composer.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)