-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
358 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": "f5b00d1a3689d04ec1d97aa12c844755", | ||
"content-hash": "1b1d4d2d037cfab1189b5a244aade82b", | ||
"packages": [ | ||
{ | ||
"name": "alchemy/zippy", | ||
|
@@ -2650,6 +2650,85 @@ | |
"source": "https://git.drupalcode.org/project/advancedqueue" | ||
} | ||
}, | ||
{ | ||
"name": "drupal/advancedqueue_runner", | ||
"version": "2.0.0-alpha5", | ||
"source": { | ||
"type": "git", | ||
"url": "https://git.drupalcode.org/project/advancedqueue_runner.git", | ||
"reference": "2.0.0-alpha5" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://ftp.drupal.org/files/projects/advancedqueue_runner-2.0.0-alpha5.zip", | ||
"reference": "2.0.0-alpha5", | ||
"shasum": "726235d25daa8395a70163c3c0d45486ec60fdef" | ||
}, | ||
"require": { | ||
"drupal/advancedqueue": "^1.0@RC", | ||
"drupal/core": "^8.8 || ^9 || ^10", | ||
"react/child-process": "^0.6.5", | ||
"react/event-loop": "^1.2" | ||
}, | ||
"require-dev": { | ||
"drupal/coder": "*", | ||
"phpunit/phpunit": "^8", | ||
"sebastian/phpcpd": "*", | ||
"squizlabs/php_codesniffer": "^3" | ||
}, | ||
"type": "drupal-module", | ||
"extra": { | ||
"drupal": { | ||
"version": "2.0.0-alpha5", | ||
"datestamp": "1693399664", | ||
"security-coverage": { | ||
"status": "not-covered", | ||
"message": "Project has not opted into security advisory coverage!" | ||
} | ||
}, | ||
"drush": { | ||
"services": { | ||
"drush.services.yml": "^9" | ||
} | ||
} | ||
}, | ||
"notification-url": "https://packages.drupal.org/8/downloads", | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"./vendor/bin/phpcs --config-set installed_paths ~/.composer/vendor/drupal/coder/coder_sniffer" | ||
], | ||
"post-update-cmd": [ | ||
"./vendor/bin/phpcs --config-set installed_paths ~/.composer/vendor/drupal/coder/coder_sniffer" | ||
], | ||
"check": [ | ||
"./vendor/bin/phpcs --standard=Drupal --ignore=*.md,vendor --extensions=php,module,inc,install,test,profile,theme,css,info .", | ||
"./vendor/bin/phpcpd --names='*.module,*.inc,*.test,*.php' --exclude=vendor ." | ||
] | ||
}, | ||
"license": [ | ||
"GPL-2.0-only" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "The University of Toronto Scarborough Library's Digital Scholarship Unit (DSU)", | ||
"homepage": "https://www.drupal.org/user/173761", | ||
"email": "[email protected]", | ||
"role": "Owner" | ||
}, | ||
{ | ||
"name": "Kyle Huynh", | ||
"homepage": "https://www.drupal.org/user/3255474", | ||
"email": "[email protected]", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"description": "This module provides a way to run Advanced queue automatically as daemon without manually using a Drush command or running a Cron job.", | ||
"homepage": "https://www.drupal.org/project/advancedqueue_runner", | ||
"support": { | ||
"source": "https://git.drupalcode.org/project/advancedqueue_runner", | ||
"issues": "https://www.drupal.org/project/issues/advancedqueue_runner" | ||
} | ||
}, | ||
{ | ||
"name": "drupal/allow_only_one", | ||
"version": "1.0.2", | ||
|
@@ -13776,6 +13855,53 @@ | |
}, | ||
"time": "2022-02-21T22:40:16+00:00" | ||
}, | ||
{ | ||
"name": "evenement/evenement", | ||
"version": "v3.0.2", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/igorw/evenement.git", | ||
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/igorw/evenement/zipball/0a16b0d71ab13284339abb99d9d2bd813640efbc", | ||
"reference": "0a16b0d71ab13284339abb99d9d2bd813640efbc", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=7.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9 || ^6" | ||
}, | ||
"type": "library", | ||
"autoload": { | ||
"psr-4": { | ||
"Evenement\\": "src/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Igor Wiedler", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"description": "Événement is a very simple event dispatching library for PHP", | ||
"keywords": [ | ||
"event-dispatcher", | ||
"event-emitter" | ||
], | ||
"support": { | ||
"issues": "https://github.com/igorw/evenement/issues", | ||
"source": "https://github.com/igorw/evenement/tree/v3.0.2" | ||
}, | ||
"time": "2023-08-08T05:53:35+00:00" | ||
}, | ||
{ | ||
"name": "ezyang/htmlpurifier", | ||
"version": "v4.16.0", | ||
|
@@ -19413,6 +19539,235 @@ | |
}, | ||
"time": "2019-03-08T08:55:37+00:00" | ||
}, | ||
{ | ||
"name": "react/child-process", | ||
"version": "v0.6.5", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/reactphp/child-process.git", | ||
"reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/reactphp/child-process/zipball/e71eb1aa55f057c7a4a0d08d06b0b0a484bead43", | ||
"reference": "e71eb1aa55f057c7a4a0d08d06b0b0a484bead43", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"evenement/evenement": "^3.0 || ^2.0 || ^1.0", | ||
"php": ">=5.3.0", | ||
"react/event-loop": "^1.2", | ||
"react/stream": "^1.2" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35", | ||
"react/socket": "^1.8", | ||
"sebastian/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0" | ||
}, | ||
"type": "library", | ||
"autoload": { | ||
"psr-4": { | ||
"React\\ChildProcess\\": "src" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Christian Lück", | ||
"email": "[email protected]", | ||
"homepage": "https://clue.engineering/" | ||
}, | ||
{ | ||
"name": "Cees-Jan Kiewiet", | ||
"email": "[email protected]", | ||
"homepage": "https://wyrihaximus.net/" | ||
}, | ||
{ | ||
"name": "Jan Sorgalla", | ||
"email": "[email protected]", | ||
"homepage": "https://sorgalla.com/" | ||
}, | ||
{ | ||
"name": "Chris Boden", | ||
"email": "[email protected]", | ||
"homepage": "https://cboden.dev/" | ||
} | ||
], | ||
"description": "Event-driven library for executing child processes with ReactPHP.", | ||
"keywords": [ | ||
"event-driven", | ||
"process", | ||
"reactphp" | ||
], | ||
"support": { | ||
"issues": "https://github.com/reactphp/child-process/issues", | ||
"source": "https://github.com/reactphp/child-process/tree/v0.6.5" | ||
}, | ||
"funding": [ | ||
{ | ||
"url": "https://github.com/WyriHaximus", | ||
"type": "github" | ||
}, | ||
{ | ||
"url": "https://github.com/clue", | ||
"type": "github" | ||
} | ||
], | ||
"time": "2022-09-16T13:41:56+00:00" | ||
}, | ||
{ | ||
"name": "react/event-loop", | ||
"version": "v1.4.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/reactphp/event-loop.git", | ||
"reference": "6e7e587714fff7a83dcc7025aee42ab3b265ae05" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/6e7e587714fff7a83dcc7025aee42ab3b265ae05", | ||
"reference": "6e7e587714fff7a83dcc7025aee42ab3b265ae05", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"php": ">=5.3.0" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.6 || ^5.7 || ^4.8.36" | ||
}, | ||
"suggest": { | ||
"ext-pcntl": "For signal handling support when using the StreamSelectLoop" | ||
}, | ||
"type": "library", | ||
"autoload": { | ||
"psr-4": { | ||
"React\\EventLoop\\": "src/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Christian Lück", | ||
"email": "[email protected]", | ||
"homepage": "https://clue.engineering/" | ||
}, | ||
{ | ||
"name": "Cees-Jan Kiewiet", | ||
"email": "[email protected]", | ||
"homepage": "https://wyrihaximus.net/" | ||
}, | ||
{ | ||
"name": "Jan Sorgalla", | ||
"email": "[email protected]", | ||
"homepage": "https://sorgalla.com/" | ||
}, | ||
{ | ||
"name": "Chris Boden", | ||
"email": "[email protected]", | ||
"homepage": "https://cboden.dev/" | ||
} | ||
], | ||
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.", | ||
"keywords": [ | ||
"asynchronous", | ||
"event-loop" | ||
], | ||
"support": { | ||
"issues": "https://github.com/reactphp/event-loop/issues", | ||
"source": "https://github.com/reactphp/event-loop/tree/v1.4.0" | ||
}, | ||
"funding": [ | ||
{ | ||
"url": "https://opencollective.com/reactphp", | ||
"type": "open_collective" | ||
} | ||
], | ||
"time": "2023-05-05T10:11:24+00:00" | ||
}, | ||
{ | ||
"name": "react/stream", | ||
"version": "v1.3.0", | ||
"source": { | ||
"type": "git", | ||
"url": "https://github.com/reactphp/stream.git", | ||
"reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66" | ||
}, | ||
"dist": { | ||
"type": "zip", | ||
"url": "https://api.github.com/repos/reactphp/stream/zipball/6fbc9672905c7d5a885f2da2fc696f65840f4a66", | ||
"reference": "6fbc9672905c7d5a885f2da2fc696f65840f4a66", | ||
"shasum": "" | ||
}, | ||
"require": { | ||
"evenement/evenement": "^3.0 || ^2.0 || ^1.0", | ||
"php": ">=5.3.8", | ||
"react/event-loop": "^1.2" | ||
}, | ||
"require-dev": { | ||
"clue/stream-filter": "~1.2", | ||
"phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" | ||
}, | ||
"type": "library", | ||
"autoload": { | ||
"psr-4": { | ||
"React\\Stream\\": "src/" | ||
} | ||
}, | ||
"notification-url": "https://packagist.org/downloads/", | ||
"license": [ | ||
"MIT" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Christian Lück", | ||
"email": "[email protected]", | ||
"homepage": "https://clue.engineering/" | ||
}, | ||
{ | ||
"name": "Cees-Jan Kiewiet", | ||
"email": "[email protected]", | ||
"homepage": "https://wyrihaximus.net/" | ||
}, | ||
{ | ||
"name": "Jan Sorgalla", | ||
"email": "[email protected]", | ||
"homepage": "https://sorgalla.com/" | ||
}, | ||
{ | ||
"name": "Chris Boden", | ||
"email": "[email protected]", | ||
"homepage": "https://cboden.dev/" | ||
} | ||
], | ||
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", | ||
"keywords": [ | ||
"event-driven", | ||
"io", | ||
"non-blocking", | ||
"pipe", | ||
"reactphp", | ||
"readable", | ||
"stream", | ||
"writable" | ||
], | ||
"support": { | ||
"issues": "https://github.com/reactphp/stream/issues", | ||
"source": "https://github.com/reactphp/stream/tree/v1.3.0" | ||
}, | ||
"funding": [ | ||
{ | ||
"url": "https://opencollective.com/reactphp", | ||
"type": "open_collective" | ||
} | ||
], | ||
"time": "2023-06-16T10:52:11+00:00" | ||
}, | ||
{ | ||
"name": "robrichards/xmlseclibs", | ||
"version": "3.1.1", | ||
|
@@ -27687,5 +28042,5 @@ | |
"platform-overrides": { | ||
"php": "8.1" | ||
}, | ||
"plugin-api-version": "2.3.0" | ||
"plugin-api-version": "2.6.0" | ||
} |