diff --git a/README.md b/README.md index cb20140..65ca778 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Dynamite - AWS DynamoDB fixtures [![Build Status](https://img.shields.io/github/actions/workflow/status/misantron/dynamite/build.yml?style=flat-square)](https://github.com/misantron/dynamite/actions) -[![Code Coverage](https://img.shields.io/codacy/coverage/14793b443be444dbb19c02ddca1b0118.svg?style=flat-square)](https://app.codacy.com/gh/misantron/dynamite/files) -[![Code Quality](https://img.shields.io/codacy/grade/14793b443be444dbb19c02ddca1b0118.svg?style=flat-square)](https://app.codacy.com/gh/misantron/dynamite) +[![Code Coverage](https://img.shields.io/codecov/c/gh/misantron/dynamite.svg?style=flat-square)](https://app.codecov.io/gh/misantron/dynamite) [![Packagist](https://img.shields.io/packagist/v/misantron/dynamite.svg?style=flat-square)](https://packagist.org/packages/misantron/dynamite) Provide a simple way to manage and execute the loading of data fixtures for AWS DynamoDB storage. diff --git a/composer.json b/composer.json index 379d5e6..1d87daf 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ }, "extra": { "branch-alias": { - "dev-main": "1.0.x-dev" + "dev-main": "2.0.x-dev" } } }