Skip to content

Commit c4a6cf3

Browse files
committed
Another attempt to fix the installation via class name from modules directory.
1 parent 5a5c479 commit c4a6cf3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ProcessGraphQL.module

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ class ProcessGraphQL extends Process implements Module {
1313
{
1414
return array(
1515
'title' => 'GraphQL',
16-
'version' => '0.23.3',
16+
'version' => '0.23.4',
1717
'summary' => 'GraphQL for ProcessWire.',
1818
'href' => 'https://github.com/dadish/ProcessGraphql',
1919
'singular' => true,
2020
'autoload' => 'process=ProcessTemplate',
2121
'icon' => 'object-group',
22-
'requires' => array( "PHP>=5.6.0", "ProcessWire>=3.0.62", ""),
23-
'installs' => array(""),
22+
'requires' => array("PHP>=5.6.0", "ProcessWire>=3.0.62"),
2423
);
2524
}
2625

0 commit comments

Comments
 (0)