Skip to content

Commit 2bdc0f5

Browse files
feat: php: ^7.2 || ^8.0
1 parent 6ef241f commit 2bdc0f5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.0",
20-
"webarchitect609/bitrix-cache": "^1.1"
19+
"php": "^7.2 || ^8.0",
20+
"webarchitect609/bitrix-cache": "^1.8"
21+
},
22+
"require-dev": {
23+
"roave/security-advisories": "dev-latest"
2124
},
2225
"autoload": {
2326
"psr-4": {

0 commit comments

Comments
 (0)