Skip to content

Commit f6d5d4d

Browse files
authored
Update composer.json
Updated the required PHP version in the composer.json file to 7.2.5
1 parent 606de96 commit f6d5d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "An easy to use caching library that uses Symfony's FilesystemAdapter under the hood.",
44
"type": "library",
55
"require": {
6-
"php": ">=5.4.0",
6+
"php": ">=7.2.5",
77
"symfony/cache": "^5.1"
88
},
99
"license": "MIT",

0 commit comments

Comments
 (0)