mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 06:10:22 +02:00
[core] Drop php 5.6 and php 7.0 support (#2224)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"rss": "https://github.com/RSS-Bridge/rss-bridge/commits/master.atom"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6",
|
||||
"php": ">=7.1",
|
||||
"ext-mbstring": "*",
|
||||
"ext-curl": "*",
|
||||
"ext-openssl": "*",
|
||||
@@ -30,7 +30,7 @@
|
||||
"ext-json": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6 || ^7"
|
||||
"phpunit/phpunit": "^7"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-memcached": "Allows to use memcached as cache type",
|
||||
|
Reference in New Issue
Block a user