Skip to content

Commit

Permalink
composer json updated for packagist
Browse files Browse the repository at this point in the history
  • Loading branch information
the-provost committed Jun 23, 2024
1 parent e4aaa92 commit eed9b92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

This tool analyzes Laravel migration files and generates a summary of the database structure, including an Entity-Relationship Diagram (ERD) using Mermaid.js syntax.

[![npm version](https://img.shields.io/npm/v/laravel-db-summary.svg?style=badge)](https://www.npmjs.com/package/laravel-db-summary)
[![Packagist Version](https://img.shields.io/packagist/v/the-provost/laravel-summdb.svg?style=flat-square)](https://packagist.org/packages/the-provost/laravel-summdb)

[![License](https://img.shields.io/github/license/the-provost/laravel-summDB.svg?style=badge)](LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/the-provost/laravel-summDB.svg?style=badge)](https://github.com/the-provost/laravel-summdb/stargazers)
[![GitHub tag](https://img.shields.io/github/tag/the-provost/laravel-summDB.svg?style=badge)](https://github.com/the-provost/laravel-summdb/tags)

#### NPM
[![npm version](https://img.shields.io/npm/v/laravel-db-summary.svg?style=badge)](https://www.npmjs.com/package/laravel-db-summary)
![NPM Downloads](https://img.shields.io/npm/dt/laravel-db-summary)

#### COMPOSER
[![Packagist Version](https://img.shields.io/packagist/v/the-provost/laravel-summdb.svg?style=flat-square)](https://packagist.org/packages/the-provost/laravel-summdb)
![Composer Downloads](https://img.shields.io/packagist/dt/the-provost/laravel-summdb?style=flat-square)

---

### Package Name
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
}
],
"require": {
"php": "^7.3|^8.3",
"laravel/framework": "^8.0|^9.0|^10.0"
"php": "*",
"laravel/framework": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down

0 comments on commit eed9b92

Please sign in to comment.