|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "34e9ae84574e390dfa8cb4730b02b335",
|
|
|
+ "content-hash": "4dfb620248442ec9331de11387b41bc7",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "algolia/places",
|
|
@@ -5663,31 +5663,30 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "drupal/csv_serialization",
|
|
|
- "version": "2.1.0",
|
|
|
+ "version": "3.0.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://git.drupalcode.org/project/csv_serialization.git",
|
|
|
- "reference": "8.x-2.1"
|
|
|
+ "reference": "3.0.1"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://ftp.drupal.org/files/projects/csv_serialization-8.x-2.1.zip",
|
|
|
- "reference": "8.x-2.1",
|
|
|
- "shasum": "10b8629a5808ed1ecf358d5ca7054d6c14a476d4"
|
|
|
+ "url": "https://ftp.drupal.org/files/projects/csv_serialization-3.0.1.zip",
|
|
|
+ "reference": "3.0.1",
|
|
|
+ "shasum": "05367f75a98fc3b92660c6de3852a6ebc39252e2"
|
|
|
},
|
|
|
"require": {
|
|
|
- "drupal/core": "^8 || ^9",
|
|
|
- "league/csv": "^9.1"
|
|
|
+ "drupal/core": "^9.4",
|
|
|
+ "league/csv": "^9.7"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
|
|
|
"drupal/coder": "^8.3"
|
|
|
},
|
|
|
"type": "drupal-module",
|
|
|
"extra": {
|
|
|
"drupal": {
|
|
|
- "version": "8.x-2.1",
|
|
|
- "datestamp": "1655054417",
|
|
|
+ "version": "3.0.1",
|
|
|
+ "datestamp": "1698701716",
|
|
|
"security-coverage": {
|
|
|
"status": "covered",
|
|
|
"message": "Covered by Drupal's security advisory policy"
|
|
@@ -5695,6 +5694,14 @@
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
|
|
+ "scripts": {
|
|
|
+ "phpcs": [
|
|
|
+ "vendor/bin/phpcs"
|
|
|
+ ],
|
|
|
+ "test": [
|
|
|
+ "@phpcs"
|
|
|
+ ]
|
|
|
+ },
|
|
|
"license": [
|
|
|
"GPL-2.0-or-later"
|
|
|
],
|
|
@@ -5702,6 +5709,10 @@
|
|
|
{
|
|
|
"name": "Matthew Grasmick",
|
|
|
"homepage": "https://www.drupal.org/user/455714"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "markdorison",
|
|
|
+ "homepage": "https://www.drupal.org/user/346106"
|
|
|
}
|
|
|
],
|
|
|
"description": "Provides CSV as a serialization format.",
|