added simple math and charts modules

This commit is contained in:
2024-12-10 23:53:23 +01:00
parent 62a5f3c97c
commit 688ff42752
196 changed files with 20285 additions and 8 deletions

View File

@@ -1,15 +1,24 @@
<?php return array(
'root' => array(
'name' => 'farmos/project',
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '62a5f3c97c55bae97ffe5b46a8cdb83a78581319',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
'dev' => true,
),
'versions' => array(
'andileco/eval-math' => array(
'pretty_version' => '3.0.1',
'version' => '3.0.1.0',
'reference' => '52ff5728ad51961a630cc957328764cb02ab5c51',
'type' => 'library',
'install_path' => __DIR__ . '/../andileco/eval-math',
'aliases' => array(),
'dev_requirement' => false,
),
'asm89/stack-cors' => array(
'pretty_version' => 'v2.2.0',
'version' => '2.2.0.0',
@@ -244,6 +253,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'drupal/charts' => array(
'pretty_version' => '5.1.1',
'version' => '5.1.1.0',
'reference' => '5.1.1',
'type' => 'drupal-module',
'install_path' => __DIR__ . '/../../web/modules/charts',
'aliases' => array(),
'dev_requirement' => false,
),
'drupal/coder' => array(
'pretty_version' => '8.3.26',
'version' => '8.3.26.0',
@@ -685,6 +703,15 @@
'aliases' => array(),
'dev_requirement' => false,
),
'drupal/views_simple_math_field' => array(
'pretty_version' => '3.0.2',
'version' => '3.0.2.0',
'reference' => '3.0.2',
'type' => 'drupal-module',
'install_path' => __DIR__ . '/../../web/modules/views_simple_math_field',
'aliases' => array(),
'dev_requirement' => false,
),
'drush/drush' => array(
'pretty_version' => '12.5.3',
'version' => '12.5.3.0',
@@ -740,9 +767,9 @@
'dev_requirement' => false,
),
'farmos/project' => array(
'pretty_version' => '1.0.0+no-version-set',
'version' => '1.0.0.0',
'reference' => null,
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '62a5f3c97c55bae97ffe5b46a8cdb83a78581319',
'type' => 'project',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),