about summary refs log tree commit diff
path: root/laravel/composer.lock
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-08-27 13:28:18 +0000
committerZach DeCook <zachdecook@librem.one>2022-08-27 13:28:18 +0000
commitc4e645d6c29884b6cb0c75775ea21380befe8c75 (patch)
tree8f1bc53032162b170f49d5e30a1ac0a1574c5a48 /laravel/composer.lock
parent4f1afd6cb6506f5db479396766e3c6fb3701f6d7 (diff)
downloadprosongsa-c4e645d6c29884b6cb0c75775ea21380befe8c75.tar.gz
validation: use bible passage parser to validate verse references
Diffstat (limited to 'laravel/composer.lock')
-rw-r--r--laravel/composer.lock55
1 files changed, 54 insertions, 1 deletions
diff --git a/laravel/composer.lock b/laravel/composer.lock
index 1e438ae..22b53c8 100644
--- a/laravel/composer.lock
+++ b/laravel/composer.lock
@@ -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": "3b907af1a107655604e8aa0c881963c0",
+    "content-hash": "4fda3badf71ea48c224b53d18e783bf9",
     "packages": [
         {
             "name": "brick/math",
@@ -4520,6 +4520,59 @@
             "time": "2022-07-20T13:00:38+00:00"
         },
         {
+            "name": "techwilk/bible-verse-parser",
+            "version": "2.2.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/TechWilk/bible-verse-parser.git",
+                "reference": "9edb9a94ac44cb0e4a2815159280c7375cc91f0c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/TechWilk/bible-verse-parser/zipball/9edb9a94ac44cb0e4a2815159280c7375cc91f0c",
+                "reference": "9edb9a94ac44cb0e4a2815159280c7375cc91f0c",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.4"
+            },
+            "require-dev": {
+                "php-coveralls/php-coveralls": "^2.4",
+                "phpunit/phpunit": "^9.4"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "TechWilk\\BibleVerseParser\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Christopher Wilkinson",
+                    "email": "c@wilk.tech",
+                    "homepage": "https://wilk.tech"
+                }
+            ],
+            "description": "Parse verse textual representation into book/chapter/verse ranges",
+            "homepage": "http://github.com/techwilk/bible-verse-parser",
+            "keywords": [
+                "Passage",
+                "bible",
+                "parse",
+                "scripture",
+                "verse"
+            ],
+            "support": {
+                "issues": "https://github.com/TechWilk/bible-verse-parser/issues",
+                "source": "https://github.com/TechWilk/bible-verse-parser/tree/2.2.0"
+            },
+            "time": "2022-05-15T20:03:15+00:00"
+        },
+        {
             "name": "tijsverkoyen/css-to-inline-styles",
             "version": "2.2.4",
             "source": {