2019-06-08 15:53:26 +03:00
{
2019-10-28 21:59:09 +03:00
"name" : "rss-bridge/rss-bridge" ,
chore: upgrade dependencies and improve package.json (#2648)
* chore: update composer dependencies
$ composer update
Loading composer repositories with package information
Updating dependencies
Info from https://repo.packagist.org: #StandWithUkraine
Lock file operations: 0 installs, 8 updates, 0 removals
- Upgrading doctrine/instantiator (1.4.0 => 1.4.1)
- Upgrading myclabs/deep-copy (1.10.2 => 1.11.0)
- Upgrading phpdocumentor/reflection-docblock (5.2.2 => 5.3.0)
- Upgrading phpdocumentor/type-resolver (1.4.0 => 1.6.1)
- Upgrading phpspec/prophecy (1.13.0 => v1.15.0)
- Upgrading phpunit/php-file-iterator (2.0.4 => 2.0.5)
- Upgrading sebastian/exporter (3.1.3 => 3.1.4)
- Upgrading symfony/polyfill-ctype (v1.23.0 => v1.25.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 8 updates, 0 removals
- Upgrading symfony/polyfill-ctype (v1.23.0 => v1.25.0): Extracting archive
- Upgrading phpdocumentor/type-resolver (1.4.0 => 1.6.1): Extracting archive
- Upgrading phpdocumentor/reflection-docblock (5.2.2 => 5.3.0): Extracting archive
- Upgrading sebastian/exporter (3.1.3 => 3.1.4): Extracting archive
- Upgrading phpunit/php-file-iterator (2.0.4 => 2.0.5): Extracting archive
- Upgrading doctrine/instantiator (1.4.0 => 1.4.1): Extracting archive
- Upgrading phpspec/prophecy (1.13.0 => v1.15.0): Extracting archive
- Upgrading myclabs/deep-copy (1.10.2 => 1.11.0): Extracting archive
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
16 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
* chore: add dev-dependency squizlabs/php_codesniffer (phpcs)
$ composer require --dev squizlabs/php_codesniffer
Info from https://repo.packagist.org: #StandWithUkraine
Using version ^3.6 for squizlabs/php_codesniffer
./composer.json has been updated
Running composer update squizlabs/php_codesniffer
Loading composer repositories with package information
Updating dependencies
Info from https://repo.packagist.org: #StandWithUkraine
Lock file operations: 1 install, 0 updates, 0 removals
- Locking squizlabs/php_codesniffer (3.6.2)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing squizlabs/php_codesniffer (3.6.2): Extracting archive
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
16 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
* chore: add package type => "project" in composer.json
2022-04-13 22:04:27 +03:00
"type" : "project" ,
2019-10-28 21:59:09 +03:00
"description" : "RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one. It can be used on webservers or as a stand-alone application in CLI mode." ,
"keywords" : [
"php" ,
"rss" ,
"bridge" ,
"rss-bridge" ,
"atom" ,
"html" ,
"json" ,
"feed" ,
"cli"
] ,
"homepage" : "https://github.com/rss-bridge/rss-bridge/" ,
"license" : "UNLICENSE" ,
"support" : {
"issues" : "https://github.com/rss-bridge/rss-bridge/issues/" ,
2022-04-10 22:58:29 +03:00
"docs" : "https://rss-bridge.github.io/rss-bridge/" ,
2019-10-28 21:59:09 +03:00
"source" : "https://github.com/rss-bridge/rss-bridge/" ,
"rss" : "https://github.com/RSS-Bridge/rss-bridge/commits/master.atom"
} ,
2019-06-08 15:53:26 +03:00
"require" : {
2022-06-19 22:45:33 +03:00
"php" : ">=7.4" ,
2019-10-28 21:59:09 +03:00
"ext-mbstring" : "*" ,
"ext-curl" : "*" ,
"ext-openssl" : "*" ,
"ext-libxml" : "*" ,
"ext-simplexml" : "*" ,
2023-10-16 03:58:03 +03:00
"ext-dom" : "*" ,
2023-09-24 19:15:14 +03:00
"ext-json" : "*"
2019-10-28 21:59:09 +03:00
} ,
"require-dev" : {
2022-05-09 21:52:02 +03:00
"phpunit/phpunit" : "^9" ,
chore: upgrade dependencies and improve package.json (#2648)
* chore: update composer dependencies
$ composer update
Loading composer repositories with package information
Updating dependencies
Info from https://repo.packagist.org: #StandWithUkraine
Lock file operations: 0 installs, 8 updates, 0 removals
- Upgrading doctrine/instantiator (1.4.0 => 1.4.1)
- Upgrading myclabs/deep-copy (1.10.2 => 1.11.0)
- Upgrading phpdocumentor/reflection-docblock (5.2.2 => 5.3.0)
- Upgrading phpdocumentor/type-resolver (1.4.0 => 1.6.1)
- Upgrading phpspec/prophecy (1.13.0 => v1.15.0)
- Upgrading phpunit/php-file-iterator (2.0.4 => 2.0.5)
- Upgrading sebastian/exporter (3.1.3 => 3.1.4)
- Upgrading symfony/polyfill-ctype (v1.23.0 => v1.25.0)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 0 installs, 8 updates, 0 removals
- Upgrading symfony/polyfill-ctype (v1.23.0 => v1.25.0): Extracting archive
- Upgrading phpdocumentor/type-resolver (1.4.0 => 1.6.1): Extracting archive
- Upgrading phpdocumentor/reflection-docblock (5.2.2 => 5.3.0): Extracting archive
- Upgrading sebastian/exporter (3.1.3 => 3.1.4): Extracting archive
- Upgrading phpunit/php-file-iterator (2.0.4 => 2.0.5): Extracting archive
- Upgrading doctrine/instantiator (1.4.0 => 1.4.1): Extracting archive
- Upgrading phpspec/prophecy (1.13.0 => v1.15.0): Extracting archive
- Upgrading myclabs/deep-copy (1.10.2 => 1.11.0): Extracting archive
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
16 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
* chore: add dev-dependency squizlabs/php_codesniffer (phpcs)
$ composer require --dev squizlabs/php_codesniffer
Info from https://repo.packagist.org: #StandWithUkraine
Using version ^3.6 for squizlabs/php_codesniffer
./composer.json has been updated
Running composer update squizlabs/php_codesniffer
Loading composer repositories with package information
Updating dependencies
Info from https://repo.packagist.org: #StandWithUkraine
Lock file operations: 1 install, 0 updates, 0 removals
- Locking squizlabs/php_codesniffer (3.6.2)
Writing lock file
Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing squizlabs/php_codesniffer (3.6.2): Extracting archive
Package phpunit/php-token-stream is abandoned, you should avoid using it. No replacement was suggested.
Generating autoload files
16 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
* chore: add package type => "project" in composer.json
2022-04-13 22:04:27 +03:00
"squizlabs/php_codesniffer" : "^3.6"
2019-10-28 21:59:09 +03:00
} ,
"suggest" : {
2024-02-10 00:51:10 +03:00
"php-webdriver/webdriver" : "Required for Selenium usage" ,
2019-10-28 21:59:09 +03:00
"ext-memcached" : "Allows to use memcached as cache type" ,
2020-11-08 10:22:41 +03:00
"ext-sqlite3" : "Allows to use an SQLite database for caching" ,
2022-08-06 23:46:28 +03:00
"ext-zip" : "Required for FDroidRepoBridge" ,
2023-10-16 03:58:03 +03:00
"ext-intl" : "Required for OLXBridge"
2022-04-26 02:59:50 +03:00
} ,
2022-06-08 00:22:33 +03:00
"autoload-dev" : {
"psr-4" : {
"RssBridge\\Tests\\" : "tests"
}
} ,
2022-04-26 02:59:50 +03:00
"scripts" : {
"test" : "./vendor/bin/phpunit" ,
"lint" : "./vendor/bin/phpcs --standard=phpcs.xml --warning-severity=0 --extensions=php -p ./" ,
"compat" : "./vendor/bin/phpcs --standard=phpcompatibility.xml --warning-severity=0 --extensions=php -p ./"
2019-06-08 15:53:26 +03:00
}
}