We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2a84f commit bded5a7Copy full SHA for bded5a7
1 file changed
ProcessGraphQL.module
@@ -21,7 +21,7 @@ class ProcessGraphQL extends Process implements Module {
21
'singular' => true,
22
'autoload' => 'process=ProcessTemplate',
23
'icon' => 'object-group',
24
- 'requires' => array("PHP>=7.2", "ProcessWire>=3.0.62"),
+ 'requires' => array("PHP>=7.2", "ProcessWire>=3.0.210"),
25
);
26
}
27
0 commit comments