Skip to content

Commit 09c44ec

Browse files
authored
Merge pull request #66 from chihiro-adachi/update-version
バージョンを更新
2 parents 6fa3304 + 54dae1c commit 09c44ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ install:
5050
#- cinst mysql
5151
#- SET PATH=C:\tools\mysql\current\bin\;%PATH%
5252
# Set PHP.
53-
- cinst php --version 7.2.8 --allow-empty-checksums
53+
- cinst php --version 7.2.14 --allow-empty-checksums
5454
- SET PATH=C:\tools\php72\;%PATH%
5555
- copy C:\tools\php72\php.ini-production C:\tools\php72\php.ini
5656
- echo date.timezone="Asia/Tokyo" >> C:\tools\php72\php.ini

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ec-cube/RelatedProduct4",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "関連商品プラグイン",
55
"type": "eccube-plugin",
66
"require": {

0 commit comments

Comments
 (0)