Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4.x #60

Merged
merged 2 commits into from
Sep 21, 2024
Merged

V4.x #60

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading