Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer.jsonに記載されているphpのバージョンをダウンロード版と合わせる対応 #5194

Closed
wants to merge 1 commit into from

Conversation

k-yamamura
Copy link
Contributor

概要(Overview・Refs Issue)

composer.jsonに記載されているphpのバージョンをダウンロード版に記載されている7.3.30に修正

マイナーバージョン互換性保持のための制限事項チェックリスト

  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

レビュワー確認項目

  • 動作確認
  • コードレビュー
  • E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • 互換性が保持されているか
  • セキュリティ上の問題がないか

@codecov-commenter
Copy link

Codecov Report

Merging #5194 (b13c001) into 4.1 (eed7e0a) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                4.1    #5194      +/-   ##
============================================
- Coverage     68.35%   68.34%   -0.01%     
- Complexity        0     6036    +6036     
============================================
  Files           456      456              
  Lines         24945    24945              
============================================
- Hits          17050    17048       -2     
- Misses         7895     7897       +2     
Flag Coverage Δ
E2E 57.24% <ø> (?)
Unit 75.85% <ø> (?)
tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
.../Eccube/Doctrine/Common/CsvDataFixtures/Loader.php 72.50% <0.00%> (-5.00%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 52651e8...b13c001. Read the comment docs.

@chihiro-adachi
Copy link
Contributor

7.3.xである必要はありますが、パッチバージョンをどのバージョンにするかは検討させてください
また、パッケージのcomposer.jsonの定義がパッケージング時に意図せず更新されているようなので、そちらも調査・修正します。

@chihiro-adachi chihiro-adachi added this to the 4.1.1 milestone Oct 13, 2021
@nanasess
Copy link
Contributor

ここのバージョンも対応が必要そうです

ec-cube/index.php

Lines 9 to 11 in 5d05d0b

if (version_compare(PHP_VERSION, '7.1.3') < 0) {
die('Your PHP installation is too old. EC-CUBE requires at least PHP 7.1.3. See the <a href="http://www.ec-cube.net/product/system.php" target="_blank">system requirements</a> page for more information.');
}

@matsuoshi
Copy link
Contributor

こちら、#5219 で取り込まれましたのでクローズいたします。ありがとうございました。

@matsuoshi matsuoshi closed this Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants