Skip to content

Commit 7065630

Browse files
authored
Merge pull request #30 from aspendigital/master
Support v1 and v2 composer/installers to fix deprecation issues in php 8.4
2 parents 2328558 + cfd20c2 commit 7065630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"type": "october-plugin",
55
"licence": "MIT",
66
"require": {
7-
"composer/installers": "~1.0"
7+
"composer/installers": "^1 || ^2"
88
}
99
}

0 commit comments

Comments
 (0)