added simple math and charts modules
This commit is contained in:
150
composer.lock
generated
150
composer.lock
generated
@@ -4,8 +4,54 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "103f9b8db31610ca1687c620aeec857d",
|
||||
"content-hash": "b863e8929cb118de1242b4471666ad20",
|
||||
"packages": [
|
||||
{
|
||||
"name": "andileco/eval-math",
|
||||
"version": "3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/andileco/eval-math.git",
|
||||
"reference": "52ff5728ad51961a630cc957328764cb02ab5c51"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/andileco/eval-math/zipball/52ff5728ad51961a630cc957328764cb02ab5c51",
|
||||
"reference": "52ff5728ad51961a630cc957328764cb02ab5c51",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"php-coveralls/php-coveralls": "^2",
|
||||
"phpunit/phpunit": "^5"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Andileco\\Util\\EvalMath\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"description": "EvalMath",
|
||||
"keywords": [
|
||||
"EvalMath"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/andileco/eval-math/issues",
|
||||
"source": "https://github.com/andileco/eval-math/tree/3.0.1"
|
||||
},
|
||||
"time": "2022-07-21T21:04:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
"version": "v2.2.0",
|
||||
@@ -1339,6 +1385,58 @@
|
||||
"issues": "https://www.drupal.org/project/issues/admin_toolbar"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/charts",
|
||||
"version": "5.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/charts.git",
|
||||
"reference": "5.1.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/charts-5.1.1.zip",
|
||||
"reference": "5.1.1",
|
||||
"shasum": "81529ec926462ddc62e9f9f78d47b036af566b6b"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^10.3 || ^11"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "5.1.1",
|
||||
"datestamp": "1733170631",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "andileco",
|
||||
"homepage": "https://www.drupal.org/user/2054544"
|
||||
},
|
||||
{
|
||||
"name": "nikathone",
|
||||
"homepage": "https://www.drupal.org/user/2421800"
|
||||
},
|
||||
{
|
||||
"name": "quicksketch",
|
||||
"homepage": "https://www.drupal.org/user/35821"
|
||||
}
|
||||
],
|
||||
"description": "A charting API for Drupal that provides chart elements and integration with Views.",
|
||||
"homepage": "https://www.drupal.org/project/charts",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/charts"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_update",
|
||||
"version": "2.0.0-alpha4",
|
||||
@@ -3415,6 +3513,56 @@
|
||||
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/views_simple_math_field",
|
||||
"version": "3.0.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/views_simple_math_field.git",
|
||||
"reference": "3.0.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/views_simple_math_field-3.0.2.zip",
|
||||
"reference": "3.0.2",
|
||||
"shasum": "6620ee614bbaf68b9c26227e01c74299be47a6d8"
|
||||
},
|
||||
"require": {
|
||||
"andileco/eval-math": "^3.0.1",
|
||||
"drupal/core": "^8.7|^9.0 || ^10 || ^11"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "3.0.2",
|
||||
"datestamp": "1719379402",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "andileco",
|
||||
"homepage": "https://www.drupal.org/user/2054544"
|
||||
},
|
||||
{
|
||||
"name": "Beakerboy",
|
||||
"homepage": "https://www.drupal.org/user/1700098"
|
||||
}
|
||||
],
|
||||
"description": "Math operations over selected fields",
|
||||
"homepage": "https://www.drupal.org/project/views_simple_math_field",
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/views_simple_math_field",
|
||||
"issues": "https://www.drupal.org/project/issues/views_simple_math_field"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drush/drush",
|
||||
"version": "12.5.3",
|
||||
|
||||
Reference in New Issue
Block a user