These changes are mostly in underlying libraries; however, this now uses the [inspired by F#](https://git.bitbadger.solutions/bit-badger/inspired-by-fsharp) library to handle the feed parsing pipeline and optional return values Reviewed-on: #26
177 lines
6.2 KiB
JSON
177 lines
6.2 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "2966efd32e555ad8b63351673e75b5a5",
|
|
"packages": [
|
|
{
|
|
"name": "bit-badger/inspired-by-fsharp",
|
|
"version": "v1.0.0-beta2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.bitbadger.solutions/bit-badger/inspired-by-fsharp",
|
|
"reference": "fad428a4e40b606987499b17bb2d5b7d4b04502d"
|
|
},
|
|
"require": {
|
|
"php": "^8.2"
|
|
},
|
|
"require-dev": {
|
|
"phpoption/phpoption": "^1",
|
|
"phpunit/phpunit": "^11"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BitBadger\\InspiredByFSharp\\": "./src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel J. Summers",
|
|
"email": "daniel@bitbadger.solutions",
|
|
"homepage": "https://bitbadger.solutions",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP utility classes whose functionality is inspired by their F# counterparts",
|
|
"keywords": [
|
|
"option",
|
|
"result"
|
|
],
|
|
"support": {
|
|
"email": "daniel@bitbadger.solutions",
|
|
"rss": "https://git.bitbadger.solutions/bit-badger/inspired-by-fsharp.rss",
|
|
"source": "https://git.bitbadger.solutions/bit-badger/inspired-by-fsharp"
|
|
},
|
|
"time": "2024-07-29T17:58:33+00:00"
|
|
},
|
|
{
|
|
"name": "bit-badger/pdo-document",
|
|
"version": "v1.0.0-beta9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.bitbadger.solutions/bit-badger/pdo-document",
|
|
"reference": "9e0e663811d9dbbdb94a2c04ce8b874e91a7c85b"
|
|
},
|
|
"require": {
|
|
"bit-badger/inspired-by-fsharp": "^1",
|
|
"ext-pdo": "*",
|
|
"netresearch/jsonmapper": "^4",
|
|
"php": ">=8.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11",
|
|
"square/pjson": "^0.5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BitBadger\\PDODocument\\": "./src",
|
|
"BitBadger\\PDODocument\\Query\\": "./src/Query",
|
|
"BitBadger\\PDODocument\\Mapper\\": "./src/Mapper"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel J. Summers",
|
|
"email": "daniel@bitbadger.solutions",
|
|
"homepage": "https://bitbadger.solutions",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Treat SQLite and PostgreSQL as document stores",
|
|
"keywords": [
|
|
"database",
|
|
"document",
|
|
"pdo",
|
|
"postgresql",
|
|
"sqlite"
|
|
],
|
|
"support": {
|
|
"docs": "https://bitbadger.solutions/open-source/pdo-document/",
|
|
"email": "daniel@bitbadger.solutions",
|
|
"rss": "https://git.bitbadger.solutions/bit-badger/pdo-document.rss",
|
|
"source": "https://git.bitbadger.solutions/bit-badger/pdo-document"
|
|
},
|
|
"time": "2024-07-29T20:57:51+00:00"
|
|
},
|
|
{
|
|
"name": "netresearch/jsonmapper",
|
|
"version": "v4.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cweiske/jsonmapper.git",
|
|
"reference": "132c75c7dd83e45353ebb9c6c9f591952995bbf0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/132c75c7dd83e45353ebb9c6c9f591952995bbf0",
|
|
"reference": "132c75c7dd83e45353ebb9c6c9f591952995bbf0",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-pcre": "*",
|
|
"ext-reflection": "*",
|
|
"ext-spl": "*",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
|
|
"squizlabs/php_codesniffer": "~3.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"JsonMapper": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"OSL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Weiske",
|
|
"email": "cweiske@cweiske.de",
|
|
"homepage": "http://github.com/cweiske/jsonmapper/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Map nested JSON structures onto PHP classes",
|
|
"support": {
|
|
"email": "cweiske@cweiske.de",
|
|
"issues": "https://github.com/cweiske/jsonmapper/issues",
|
|
"source": "https://github.com/cweiske/jsonmapper/tree/v4.4.1"
|
|
},
|
|
"time": "2024-01-31T06:18:54+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "beta",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=8.2",
|
|
"ext-curl": "*",
|
|
"ext-dom": "*",
|
|
"ext-pdo": "*",
|
|
"ext-readline": "*",
|
|
"ext-sqlite3": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.6.0"
|
|
}
|