diff --git a/.doctrine-project.json b/.doctrine-project.json new file mode 100644 index 00000000000..9fb3d836c74 --- /dev/null +++ b/.doctrine-project.json @@ -0,0 +1,49 @@ +{ + "active": true, + "name": "Database Abstraction Layer", + "shortName": "DBAL", + "slug": "dbal", + "docsSlug": "doctrine-dbal", + "versions": [ + { + "name": "3.0", + "branchName": "develop", + "slug": "latest", + "upcoming": true + }, + { + "name": "2.9", + "branchName": "master", + "slug": "2.9", + "upcoming": true + }, + { + "name": "2.8", + "branchName": "2.8", + "slug": "2.8", + "current": true, + "aliases": [ + "current", + "stable" + ] + }, + { + "name": "2.7", + "branchName": "2.7", + "slug": "2.7", + "maintained": false + }, + { + "name": "2.6", + "branchName": "2.6", + "slug": "2.6", + "maintained": false + }, + { + "name": "2.5", + "branchName": "2.5", + "slug": "2.5", + "maintained": false + } + ] +} diff --git a/composer.json b/composer.json index 01c5abc97ec..7eef54c0c1d 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,17 @@ { "name": "doctrine/dbal", "type": "library", - "description": "Database Abstraction Layer", - "keywords": ["dbal", "database", "persistence", "queryobject"], + "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", + "keywords": [ + "php", + "mysql", + "pgsql", + "dbal", + "database", + "abstraction", + "persistence", + "queryobject" + ], "homepage": "http://www.doctrine-project.org", "license": "MIT", "authors": [