Skip to content

Commit

Permalink
Rename package rbac-spiral-db -> rbac-spiral-db
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Jan 24, 2022
1 parent 0feb4d8 commit 0bda275
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -8,13 +8,13 @@

The package provides [Spiral Database](https://github.com/spiral/database) storage for [Yii RBAC](https://github.com/yiisoft/rbac).

[![Latest Stable Version](https://poser.pugx.org/yiisoft/rbac-spiral-db/v/stable.png)](https://packagist.org/packages/yiisoft/rbac-spiral-db)
[![Total Downloads](https://poser.pugx.org/yiisoft/rbac-spiral-db/downloads.png)](https://packagist.org/packages/yiisoft/rbac-spiral-db)
[![Build status](https://github.com/yiisoft/rbac-spiral-db/workflows/build/badge.svg)](https://github.com/yiisoft/rbac-spiral-db/actions?query=workflow%3Abuild)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiisoft/rbac-spiral-db/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/rbac-spiral-db/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/yiisoft/rbac-spiral-db/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/rbac-spiral-db/?branch=master)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Frbac-spiral-db%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/rbac-spiral-db/master)
[![static analysis](https://github.com/yiisoft/rbac-spiral-db/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/rbac-spiral-db/actions?query=workflow%3A%22static+analysis%22)
[![Latest Stable Version](https://poser.pugx.org/yiisoft/rbac-cycle-db/v/stable.png)](https://packagist.org/packages/yiisoft/rbac-cycle-db)
[![Total Downloads](https://poser.pugx.org/yiisoft/rbac-cycle-db/downloads.png)](https://packagist.org/packages/yiisoft/rbac-cycle-db)
[![Build status](https://github.com/yiisoft/rbac-cycle-db/workflows/build/badge.svg)](https://github.com/yiisoft/rbac-cycle-db/actions?query=workflow%3Abuild)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/yiisoft/rbac-cycle-db/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/rbac-cycle-db/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/yiisoft/rbac-cycle-db/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/yiisoft/rbac-cycle-db/?branch=master)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Frbac-cycle-db%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/rbac-cycle-db/master)
[![static analysis](https://github.com/yiisoft/rbac-cycle-db/workflows/static%20analysis/badge.svg)](https://github.com/yiisoft/rbac-cycle-db/actions?query=workflow%3A%22static+analysis%22)

## General usage

Expand Down
6 changes: 3 additions & 3 deletions composer.json
@@ -1,5 +1,5 @@
{
"name": "yiisoft/rbac-spiral-db",
"name": "yiisoft/rbac-cycle-db",
"type": "library",
"description": "Yii RBAC Spiral Database storage",
"keywords": [
Expand All @@ -12,11 +12,11 @@
"homepage": "https://www.yiiframework.com/",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/rbac-spiral-db/issues?state=open",
"issues": "https://github.com/yiisoft/rbac-cycle-db/issues?state=open",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "irc://irc.freenode.net/yii",
"source": "https://github.com/yiisoft/rbac-spiral-db"
"source": "https://github.com/yiisoft/rbac-cycle-db"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 0bda275

Please sign in to comment.