Skip to content

Commit

Permalink
fixing composer package name
Browse files Browse the repository at this point in the history
  • Loading branch information
leodisarli committed Nov 15, 2023
1 parent 34d2b9e commit 00a9fc1
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Latest Version](https://img.shields.io/github/v/release/not-empty/ala-microframework-php.svg?style=flat-square)](https://github.com/not-empty/ala-microframework-php/releases)
[![codecov](https://codecov.io/gh/not-empty/ala-microframework-php/graph/badge.svg?token=AEMV163UW6)](https://codecov.io/gh/not-empty/ala-microframework-php)
[![CI Build](https://img.shields.io/github/actions/workflow/status/not-empty/ala-microframework-php/php.yml)](https://github.com/not-empty/ala-microframework-php/actions/workflows/php.yml)
[![Downloads](https://img.shields.io/packagist/dt/not-empty/ala-microframework-php?logo=old&label=downloads)](https://packagist.org/packages/not-empty/ala-microframework-php)
[![Downloads](https://img.shields.io/packagist/dt/not-empty/ala-microframework-php)](https://packagist.org/packages/not-empty/ala-microframework-php)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![Packagist License (custom server)](https://img.shields.io/packagist/l/not-empty/ala-microframework-php)](https://github.com/not-empty/ala-microframework-php/blob/master/LICENSE)

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "not-empty/ala-microservice-php",
"description": "API Rest based in lumen using query builder that auto generate base code for simple crud (with automatic generated 100% unit and feature tests).",
"keywords": ["php", "laravel", "lumen", "crud", "microframework", "code-generation"],
"name": "not-empty/ala-microframework-php",
"description": "API Rest based in lumen using query builder that auto generate base code for simple crud (with automatic generated 100% unit and feature tests). To be used as a simple and fast way to implement microservices architecture",
"keywords": ["php", "laravel", "lumen", "crud", "microframework", "microservices", "code-generation"],
"license": "GPL-3.0-only",
"version" : "6.0.0",
"type": "project",
Expand Down
Loading

0 comments on commit 00a9fc1

Please sign in to comment.