Skip to content

Commit

Permalink
Merge pull request #24 from maurobonfietti/0.13.0
Browse files Browse the repository at this point in the history
Version 0.13.0
  • Loading branch information
maurobonfietti committed Jun 15, 2020
2 parents 9faebb9 + abb19ad commit 35cf60e
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 111 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ Used technologies: `PHP 7, Slim 4, MySQL, PHPUnit, dotenv, Docker & Docker Compo

## :gear: QUICK INSTALL:

### Pre Requisite:
### Requirements:

- PHP.
- Composer.
- MySQL/MariaDB.
- or Docker.


### With Composer:
Expand Down Expand Up @@ -93,9 +94,9 @@ $ docker-compose down

### BY DEFAULT:

- Help: `GET /`
- Hello: `GET /`

- Status: `GET /status`
- Health Check: `GET /status`


## :heart: WOULD YOU LIKE TO SUPPORT THIS PROJECT?
Expand All @@ -107,4 +108,4 @@ You can support this project inviting me a coffee :coffee: :yum: or giving a **s

## :sunglasses: THAT'S IT!

Now go build a cool RESTful API ;-)
Now go build a cool RESTful API.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"require-dev": {
"maurobonfietti/skel-api-slim-php-crud-generator": "dev-master",
"nunomaduro/phpinsights": "dev-master",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "9.2",
"symfony/console": "^4.4"
},
"config": {
Expand Down

0 comments on commit 35cf60e

Please sign in to comment.