Skip to content

Commit

Permalink
Merge pull request #140 from maurobonfietti/2.15.0
Browse files Browse the repository at this point in the history
Version 2.15.0
  • Loading branch information
maurobonfietti authored Nov 24, 2021
2 parents 7f3cac5 + aff2abd commit a70cc90
Show file tree
Hide file tree
Showing 17 changed files with 3,756 additions and 3,577 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- '7.4.0'
- '8.0.0'

services:
Expand Down Expand Up @@ -34,4 +33,4 @@ before_script:

script:
- vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml --whitelist src
- if [ $(phpenv version-name) = "7.4" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
- if [ $(phpenv version-name) = "8.0" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Mini-series of videos about Slim PHP (Spanish Audio :sound: :es: :argentina:).
- [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.
- [vimeo/psalm](https://github.com/vimeo/psalm): A static analysis tool for finding errors in PHP applications.
- [rector/rector](https://github.com/rectorphp/rector): Instant Upgrades and Instant Refactoring of any PHP 5.3+ code.


## :traffic_light: TESTING:
Expand Down
1 change: 1 addition & 0 deletions README_SPANISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Mini serie de videos acerca de Slim 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.
- [vimeo/psalm](https://github.com/vimeo/psalm): Una herramienta de análisis estático para encontrar errores en aplicaciones PHP.
- [rector/rector](https://github.com/rectorphp/rector): Actualizaciones y refactorización instantánea de cualquier código PHP 5.3+.


## :traffic_light: TESTING:
Expand Down
13 changes: 5 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^7.4 || ^8.0",
"composer/composer": "1.10.23",
"php": "^8.0",
"firebase/php-jwt": "^5.0",
"palanik/corsslim": "dev-slim3",
"predis/predis": "^1.1",
Expand All @@ -33,18 +32,16 @@
"vlucas/phpdotenv": "^5.1"
},
"require-dev": {
"nunomaduro/phpinsights": "^1.14",
"nunomaduro/phpinsights": "^2.0",
"pestphp/pest": "^1.7",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan": "^1.2",
"phpunit/phpunit": "^9.0",
"rector/rector": "^0.12.4",
"vimeo/psalm": "^3.15"
},
"config": {
"sort-packages": true,
"process-timeout": 0,
"platform": {
"php": "7.4.0"
}
"process-timeout": 0
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a70cc90

Please sign in to comment.