diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 380796e..26c130c 100644 --- a/composer.json +++ b/composer.json @@ -1,16 +1,16 @@ { "name": "bartlett/php-compatinfo-db", - "description": "Reference Database to be used with php-compatinfo library", + "description": "Reference Database of all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions", "keywords": ["compatibility", "database", "reference"], "type": "library", "license": "BSD-3-Clause", - "homepage": "http://bartlett.laurent-laville.org/php-compatinfo/", + "homepage": "https://github.com/llaville/php-compatinfo-db", "support": { "source": "https://github.com/llaville/php-compatinfo-db", "issues": "https://github.com/llaville/php-compatinfo-db/issues" }, "require": { - "php": "^7.2|^8.0", + "php": "^7.3|^8.0", "ext-json": "*", "ext-pcre": "*", "ext-pdo": "*", @@ -19,11 +19,13 @@ "composer/package-versions-deprecated": "^1.8", "composer/semver": "^1.0|^2.0|^3.0", "doctrine/orm": "^2.7", + "doctrine/dbal": "^2.13.1||^3.1.1", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.4|^5.0", "symfony/console": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0", + "symfony/finder": "^4.4|^5.0", "symfony/messenger": "^4.4|^5.0", "symfony/process": "^4.4|^5.0", "symfony/requirements-checker": "^2.0", @@ -77,7 +79,7 @@ "scripts-descriptions": { "setup-database": "Initializes SQLite database from JSON files in data directory." }, - "minimum-stability": "dev", + "minimum-stability": "stable", "prefer-stable": true, "config": { "sort-packages": true, |