Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
陆云峰 committed Nov 26, 2021
1 parent 4f606f3 commit d9e8fb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ English | [中文](./README-CN.md)
# PHP8 Attribute

<p>
<a href="https://github.com/biiiiiigmonster/php8-aop/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-7389D8.svg?style=flat" ></a>
<a href="https://github.com/biiiiiigmonster/php8-aop/releases" ><img src="https://img.shields.io/github/release/biiiiiigmonster/php8-aop.svg?color=4099DE" /></a>
<a href="https://packagist.org/packages/biiiiiigmonster/php8-aop"><img src="https://img.shields.io/packagist/dt/biiiiiigmonster/php8-aop.svg?color=" /></a>
<a href="https://github.com/biiiiiigmonster/laravel-aop/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-7389D8.svg?style=flat" ></a>
<a href="https://github.com/biiiiiigmonster/laravel-aop/releases" ><img src="https://img.shields.io/github/release/biiiiiigmonster/laravel-aop.svg?color=4099DE" /></a>
<a href="https://packagist.org/packages/biiiiiigmonster/laravel-aop"><img src="https://img.shields.io/packagist/dt/biiiiiigmonster/laravel-aop.svg?color=" /></a>
<a><img src="https://img.shields.io/badge/php-8.0+-59a9f8.svg?style=flat" /></a>
</p>

Expand All @@ -24,7 +24,7 @@ English | [中文](./README-CN.md)
# Installation

```bash
composer require biiiiiigmonster/php8-aop
composer require biiiiiigmonster/laravel-aop
```

# Introduce
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "biiiiiigmonster/php8-aop",
"name": "biiiiiigmonster/laravel-aop",
"description": "PHP8 Attribute Component",
"type": "library",
"license": "MIT",
Expand Down

0 comments on commit d9e8fb4

Please sign in to comment.