Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenanhung committed Sep 21, 2024
1 parent 67913eb commit 0b5adb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[![Latest Stable Version](http://poser.pugx.org/nguyenanhung/database/v)](https://packagist.org/packages/nguyenanhung/database) [![Total Downloads](http://poser.pugx.org/nguyenanhung/database/downloads)](https://packagist.org/packages/nguyenanhung/database) [![Latest Unstable Version](http://poser.pugx.org/nguyenanhung/database/v/unstable)](https://packagist.org/packages/nguyenanhung/database) [![License](http://poser.pugx.org/nguyenanhung/database/license)](https://packagist.org/packages/nguyenanhung/database) [![PHP Version Require](http://poser.pugx.org/nguyenanhung/database/require/php)](https://packagist.org/packages/nguyenanhung/database)
[![Latest Stable Version](https://img.shields.io/packagist/v/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database)
[![Total Downloads](https://img.shields.io/packagist/dt/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database)
[![Daily Downloads](https://img.shields.io/packagist/dd/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database)
[![Monthly Downloads](https://img.shields.io/packagist/dm/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database)
[![License](https://img.shields.io/packagist/l/nguyenanhung/database.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/database)
[![PHP Version Require](https://img.shields.io/packagist/dependency-v/nguyenanhung/database/php)](https://packagist.org/packages/nguyenanhung/database)

# Database

Expand Down
4 changes: 2 additions & 2 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
interface Environment
{
public const PROJECT_NAME = 'My Database Packages by HungNG';
public const VERSION = '4.0.6';
public const LAST_MODIFIED = '2024-09-12';
public const VERSION = '4.0.7';
public const LAST_MODIFIED = '2024-09-22';
public const AUTHOR_NAME = 'Hung Nguyen';
public const AUTHOR_EMAIL = 'dev@nguyenanhung.com';
public const AUTHOR_URL = 'https://nguyenanhung.com';
Expand Down

0 comments on commit 0b5adb5

Please sign in to comment.