Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/composer.lock')
| -rw-r--r-- | laravel/composer.lock | 55 |
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": { |