Skip to content

Commit

Permalink
Merge pull request #25 from maurobonfietti/0.14.0
Browse files Browse the repository at this point in the history
Version 0.14.0
  • Loading branch information
maurobonfietti committed Jun 20, 2020
2 parents 35cf60e + 165f4ea commit dd6b4a0
Show file tree
Hide file tree
Showing 6 changed files with 401 additions and 934 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: php

php:
- '7.3'
- '7.4'

services:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Used technologies: `PHP 7, Slim 4, MySQL, PHPUnit, dotenv, Docker & Docker Compo

### Requirements:

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

Expand Down Expand Up @@ -73,7 +73,7 @@ $ docker-compose down
```


## :inbox_tray: DEPENDENCIES:
## :package: DEPENDENCIES:

### LIST OF REQUIRE DEPENDENCIES:

Expand Down
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@
}
],
"require": {
"php": "^7.3",
"pimple/pimple": "^3.2",
"slim/psr7": "^0.5.0",
"slim/slim": "^4.5",
"vlucas/phpdotenv": "^2.4"
},
"require-dev": {
"maurobonfietti/skel-api-slim-php-crud-generator": "dev-master",
"nunomaduro/phpinsights": "dev-master",
"phpunit/phpunit": "9.2",
"nunomaduro/phpinsights": "^1.14",
"phpunit/phpunit": "^9.0",
"symfony/console": "^4.4"
},
"config": {
Expand All @@ -43,6 +44,7 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-create-project-cmd": [
"php -r \"copy('.env.example', '.env');\"",
Expand Down

0 comments on commit dd6b4a0

Please sign in to comment.