Skip to content

Commit 5a63809

Browse files
committed
Attempt to fix Requires conflict.
1 parent f5c9cc4 commit 5a63809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ProcessGraphQL.module

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ class ProcessGraphQL extends Process implements Module {
2020
'autoload' => 'process=ProcessTemplate',
2121
'icon' => 'object-group',
2222
'requires' => array(
23-
'PHP>=5.5.x',
24-
'ProcessWire>=3.x.x'
23+
'PHP>=5.6.0',
24+
'ProcessWire>=3.0.62'
2525
),
2626
);
2727
}

0 commit comments

Comments
 (0)