Skip to content

Commit bded5a7

Browse files
committed
chore(deps): bump the processwire version requirement to >= 3.0.210
1 parent ec2a84f commit bded5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ProcessGraphQL extends Process implements Module {
2121
'singular' => true,
2222
'autoload' => 'process=ProcessTemplate',
2323
'icon' => 'object-group',
24-
'requires' => array("PHP>=7.2", "ProcessWire>=3.0.62"),
24+
'requires' => array("PHP>=7.2", "ProcessWire>=3.0.210"),
2525
);
2626
}
2727

0 commit comments

Comments
 (0)