Skip to content

Commit

Permalink
Merge pull request #6 from visto9259/1.x
Browse files Browse the repository at this point in the history
Change package name to lm-commons/rbac
  • Loading branch information
visto9259 authored Aug 9, 2024
2 parents f3113fa + 307ca12 commit 0bdafac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# ZfrRbac
# Rbac


[![Build Status](https://github.com/lm-commons/LmcRbac/actions/workflows/build_test.yml/badge.svg)](https://github.com/lm-commons/LmcRbac/actions/workflows/build_test.yml)
[![Latest Stable Version](http://poser.pugx.org/lm-commons/lmc-zfr-rbac/v)](https://packagist.org/packages/lm-commons/lmc-zfr-rbac)
[![Total Downloads](http://poser.pugx.org/lm-commons/lmc-zfr-rbac/downloads)](https://packagist.org/packages/lm-commons/lmc-zfr-rbac)
[![License](http://poser.pugx.org/lm-commons/lmc-zfr-rbac/license)](https://packagist.org/packages/lm-commons/lmc-zfr-rbac)
[![Coverage Status](https://coveralls.io/repos/github/LM-Commons/LmcZfrRbac/badge.svg?branch=1.x)](https://coveralls.io/github/LM-Commons/LmcZfrRbac?branch=1.x)
[![Build Status](https://github.com/lm-commons/rbac/actions/workflows/build_test.yml/badge.svg)](https://github.com/lm-commons/rbac/actions/workflows/build_test.yml)
[![Latest Stable Version](http://poser.pugx.org/lm-commons/rbac/v)](https://packagist.org/packages/lm-commons/rbac)
[![Total Downloads](http://poser.pugx.org/lm-commons/rbac/downloads)](https://packagist.org/packages/lm-commons/rbac)
[![License](http://poser.pugx.org/lm-commons/rbac/license)](https://packagist.org/packages/lm-commons/rbac)
[![Coverage Status](https://coveralls.io/repos/github/LM-Commons/rbac/badge.svg?branch=1.x)](https://coveralls.io/github/LM-Commons/rbac?branch=1.x)
[![Static Badge](https://img.shields.io/badge/Chat_on-Slack-blue)](https://join.slack.com/t/lm-commons/shared_invite/zt-2gankt2wj-FTS45hp1W~JEj1tWvDsUHQ)

![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Flmczfrrbac%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=Maintenance%20Status)
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Flm-commons%2Frbac%2Fproperties%2Fvalues&query=%24%5B%3A1%5D.value&label=Maintenance%20Status)

### **IMPORTANT!!**
### The only purpose of this package is to provide a version of zfr/rbac 1.2 that support PHP 8 and fixes the deprecation notices.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lm-commons/lmc-zfr-rbac",
"name": "lm-commons/rbac",
"description": "Clone of zfr/rbac v1.2.0 for PHP 8 support",
"type": "library",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"rbac",
"security"
],
"homepage": "https://github.com/lm-commons/LmcZfrRbac",
"homepage": "https://github.com/lm-commons/rbac",
"authors": [
{
"name": "Michaël Gallego",
Expand Down

0 comments on commit 0bdafac

Please sign in to comment.