Skip to content

Commit 0c72a5d

Browse files
author
Nicholas Roberts
committed
drop backwards support for framework and module-page-cache
1 parent 81f4c11 commit 0c72a5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "sectionio/metrics",
3-
"description": "Improve website performance metrics for the Section.io Magento environment.",
3+
"description": "Improve website performance metrics for the $
44
"type": "magento2-module",
55
"version": "104.0.5",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
12-
"magento/framework": "~100.0 || ~101.0 || ~102.0|| ~103.0|| ~104.0"
11+
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
12+
"magento/framework": "~102.0.3|| ~103.0|| ~104.0",
13+
"magento/module-page-cache": "~100.3.3"
1314
},
1415
"autoload": {
1516
"files": [ "registration.php" ],
1617
"psr-4": {
1718
"Sectionio\\Metrics\\": ""
1819
}
1920
}
20-
}
21-
21+
}

0 commit comments

Comments
 (0)