Skip to content

Commit c3cf5c5

Browse files
author
andreicotaga
committed
Test cases
1 parent 36c514a commit c3cf5c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=5.6.0",
12+
"php": ">=7.1.0",
1313
"ext-json": "*",
1414
"ext-openssl": "*"
1515
},
@@ -33,7 +33,7 @@
3333
"sort-packages": true,
3434
"optimize-autoloader": true,
3535
"platform": {
36-
"php": "5.6.0"
36+
"php": "7.1.0"
3737
}
3838
}
39-
}
39+
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Retargeting SDK is a software development tool for E-Commerce platforms that simplifies the implementation of Retargeting extension.
55

66
## Minimum requirements
7-
The Retargeting SDK requires at least PHP version 5.4.0 and it's also compatible with PHP >= 7.0.0.
7+
The Retargeting SDK requires at least PHP version 7.1.0 or greater.
88

99
## How to install
1010
Clone the repository in your platform root folder.

0 commit comments

Comments
 (0)