Skip to content

Commit

Permalink
TE-9955 Update PHP min version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 9, 2021
1 parent 52f568a commit 9d0ec6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProductList Module
[![Latest Stable Version](https://poser.pugx.org/spryker/product-list/v/stable.svg)](https://packagist.org/packages/spryker/product-list)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.3-8892BF.svg)](https://php.net/)
[![Minimum PHP Version](https://img.shields.io/badge/php-%3E%3D%207.4-8892BF.svg)](https://php.net/)

ProductList provides infrastructure and functionality to handle white/black lists of a concrete products for a specific merchants.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "ProductList module",
"license": "proprietary",
"require": {
"php": ">=7.3",
"php": ">=7.4",
"spryker/cart-extension": "^1.5.0 || ^2.1.0 || ^4.0.0",
"spryker/category": "^3.0.0 || ^4.0.0 || ^5.0.0",
"spryker/kernel": "^3.33.0",
Expand Down

0 comments on commit 9d0ec6c

Please sign in to comment.