Skip to content

Commit

Permalink
Security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed May 7, 2020
1 parent eca83ca commit 67776f0
Show file tree
Hide file tree
Showing 5 changed files with 1,338 additions and 1,399 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4

cache:
directories:
Expand Down
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ RESET := $(shell tput -Txterm sgr0)

test: lint phpcs phpunit phpstan phpmd

## Install dependencies
install:
composer install --prefer-source --no-interaction --no-suggest
composer install --prefer-dist --no-interaction --no-suggest

## Install dependencies with docker
install-docker:
docker run --rm -it --volume $(pwd):/app prooph/composer:7.1 install --prefer-source --no-interaction --no-suggest
docker run --rm -it --volume `pwd`:/app prooph/composer:7.1 install --prefer-dist --no-interaction --no-suggest

## Run PHP unit tests
phpunit:
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
},
"require-dev": {
"codeclimate/php-test-reporter": "^0.4.4",
"friendsofphp/php-cs-fixer": "^2.1",
"jakub-onderka/php-console-highlighter": "^0.3.2",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"friendsofphp/php-cs-fixer": "^2.16",
"php-parallel-lint/php-console-highlighter": "^0.4",
"php-parallel-lint/php-parallel-lint": "^1.2",
"larapack/dd": "^1.1",
"phpmd/phpmd": "^2.6",
"phpstan/phpstan": "^0.6.4",
"phpmd/phpmd": "^2.8",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^2.8"
"squizlabs/php_codesniffer": "^3.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 67776f0

Please sign in to comment.