d06249aecd
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
19 lines
342 B
JSON
19 lines
342 B
JSON
{
|
|
"name": "bit-badger/feed-reader-central",
|
|
"minimum-stability": "beta",
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"bit-badger/pdo-document": "^1",
|
|
"ext-curl": "*",
|
|
"ext-dom": "*",
|
|
"ext-pdo": "*",
|
|
"ext-readline": "*",
|
|
"ext-sqlite3": "*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FeedReaderCentral\\": "lib/"
|
|
}
|
|
}
|
|
}
|