diff --git a/.doctrine-project.json b/.doctrine-project.json index 4cf47201..2816e185 100644 --- a/.doctrine-project.json +++ b/.doctrine-project.json @@ -3,6 +3,12 @@ "shortName": "DoctrineMongoDBBundle", "slug": "doctrine-mongodb-bundle", "versions": [ + { + "name": "4.4", + "branchName": "4.4.x", + "slug": "latest", + "upcoming": true + }, { "name": "4.3", "branchName": "4.3.x", diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 4d8a840f..6bb02565 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -4,11 +4,9 @@ on: pull_request: branches: - "*.x" - - "master" push: branches: - "*.x" - - "master" jobs: coding-standards: diff --git a/composer.json b/composer.json index 74607159..1f6c6159 100644 --- a/composer.json +++ b/composer.json @@ -56,10 +56,5 @@ }, "config": { "sort-packages": true - }, - "extra": { - "branch-alias": { - "dev-master": "4.1.x-dev" - } } }