Skip to content

Commit

Permalink
Merge pull request #131 from maurobonfietti/2.9.0
Browse files Browse the repository at this point in the history
Version 2.9.0
  • Loading branch information
maurobonfietti authored Jan 25, 2021
2 parents 8262e67 + 525f935 commit b9debbd
Show file tree
Hide file tree
Showing 21 changed files with 1,789 additions and 2,275 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ Mini-series of videos about Slim PHP (Spanish Audio :sound: :es: :argentina:).
- [phpstan/phpstan](https://github.com/phpstan/phpstan): PHPStan - PHP Static Analysis Tool.
- [pestphp/pest](https://github.com/pestphp/pest): Pest is an elegant PHP Testing Framework with a focus on simplicity.
- [nunomaduro/phpinsights](https://github.com/nunomaduro/phpinsights): Instant PHP quality checks from your console.
- [rector/rector](https://github.com/rectorphp/rector): Instant Upgrades and Instant Refactoring of any PHP 5.3+ code.
- [vimeo/psalm](https://github.com/vimeo/psalm): A static analysis tool for finding errors in PHP applications.


Expand All @@ -145,11 +144,11 @@ Run all PHPUnit tests with `composer test`.
```bash
$ composer test
> phpunit
PHPUnit 9.5.0 by Sebastian Bergmann and contributors.
PHPUnit 9.5.1 by Sebastian Bergmann and contributors.

....................................................... 55 / 55 (100%)

Time: 00:00.184, Memory: 16.00 MB
Time: 00:00.194, Memory: 16.00 MB

OK (55 tests, 340 assertions)
```
Expand Down
5 changes: 2 additions & 3 deletions README_SPANISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ Mini serie de videos acerca de Slim PHP.
- [phpstan/phpstan](https://github.com/phpstan/phpstan): PHPStan, herramienta de análisis estático para PHP.
- [pestphp/pest](https://github.com/pestphp/pest): Pest es un elegante PHP Testing Framework con un enfoque en la simplicidad.
- [nunomaduro/phpinsights](https://github.com/nunomaduro/phpinsights): Comprobaciones instantáneas de calidad PHP desde su consola.
- [rector/rector](https://github.com/rectorphp/rector): Actualizaciones instantáneas y refactorización instantánea de cualquier código PHP 5.3+.
- [vimeo/psalm](https://github.com/vimeo/psalm): Una herramienta de análisis estático para encontrar errores en aplicaciones PHP.


Expand All @@ -145,11 +144,11 @@ Ejecutar los tests PHPUnit con `composer test`.
```bash
$ composer test
> phpunit
PHPUnit 9.5.0 by Sebastian Bergmann and contributors.
PHPUnit 9.5.1 by Sebastian Bergmann and contributors.

....................................................... 55 / 55 (100%)

Time: 00:00.184, Memory: 16.00 MB
Time: 00:00.194, Memory: 16.00 MB

OK (55 tests, 340 assertions)
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"vlucas/phpdotenv": "^5.1"
},
"require-dev": {
"nunomaduro/phpinsights": "^1.14",
"pestphp/pest": "^0.1.5",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^9.0",
"rector/rector": "^0.9.3",
"vimeo/psalm": "^3.15"
},
"config": {
Expand Down
Loading

0 comments on commit b9debbd

Please sign in to comment.