Skip to content

Commit

Permalink
Merge pull request #60 from nguyenanhung/v4.x
Browse files Browse the repository at this point in the history
V4.x
  • Loading branch information
nguyenanhung authored Sep 21, 2024
2 parents 114af96 + f729fae commit c1d8e31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[![Latest Stable Version](https://poser.pugx.org/nguyenanhung/my-debug/v)](https://packagist.org/packages/nguyenanhung/my-debug)
[![Latest Unstable Version](https://poser.pugx.org/nguyenanhung/my-debug/v/unstable)](https://packagist.org/packages/nguyenanhung/my-debug)
[![License](https://poser.pugx.org/nguyenanhung/my-debug/license)](https://packagist.org/packages/nguyenanhung/my-debug)
[![PHP Version Require](http://poser.pugx.org/nguyenanhung/my-debug/require/php)](https://packagist.org/packages/nguyenanhung/my-debug)
[![Total Downloads](https://poser.pugx.org/nguyenanhung/my-debug/downloads)](https://packagist.org/packages/nguyenanhung/my-debug)
[![Monthly Downloads](https://poser.pugx.org/nguyenanhung/my-debug/d/monthly)](https://packagist.org/packages/nguyenanhung/my-debug)
[![Daily Downloads](https://poser.pugx.org/nguyenanhung/my-debug/d/daily)](https://packagist.org/packages/nguyenanhung/my-debug)
[![Latest Stable Version](https://img.shields.io/packagist/v/nguyenanhung/my-debug.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-debug)
[![Total Downloads](https://img.shields.io/packagist/dt/nguyenanhung/my-debug.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-debug)
[![Daily Downloads](https://img.shields.io/packagist/dd/nguyenanhung/my-debug.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-debug)
[![Monthly Downloads](https://img.shields.io/packagist/dm/nguyenanhung/my-debug.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-debug)
[![License](https://img.shields.io/packagist/l/nguyenanhung/my-debug.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/my-debug)
[![PHP Version Require](https://img.shields.io/packagist/dependency-v/nguyenanhung/my-debug/php)](https://packagist.org/packages/nguyenanhung/my-debug)

# My Debug

Expand Down
2 changes: 1 addition & 1 deletion src/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
interface Project
{
const VERSION = '4.0.7';
const VERSION = '4.0.8';

/**
* Hàm lấy thông tin phiên bản Packages
Expand Down

0 comments on commit c1d8e31

Please sign in to comment.