Skip to content

Commit a1a82b6

Browse files
committed
feat!: refactor connection resolvers
1 parent 5a8d04c commit a1a82b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vendor/composer/installed.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?php return array(
22
'root' => array(
33
'name' => 'harness-software/wp-graphql-gravity-forms',
4-
'pretty_version' => 'dev-main',
5-
'version' => 'dev-main',
6-
'reference' => '2dcb7eccf958334e42aed2becfeb5ae6efec4319',
4+
'pretty_version' => '1.0.0+no-version-set',
5+
'version' => '1.0.0.0',
6+
'reference' => NULL,
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
1010
'dev' => false,
1111
),
1212
'versions' => array(
1313
'harness-software/wp-graphql-gravity-forms' => array(
14-
'pretty_version' => 'dev-main',
15-
'version' => 'dev-main',
16-
'reference' => '2dcb7eccf958334e42aed2becfeb5ae6efec4319',
14+
'pretty_version' => '1.0.0+no-version-set',
15+
'version' => '1.0.0.0',
16+
'reference' => NULL,
1717
'type' => 'wordpress-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)