Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
atirtan committed Feb 10, 2020
1 parent ecd9d34 commit 7f00427
Show file tree
Hide file tree
Showing 22 changed files with 383 additions and 331 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,11 @@ cache:

matrix:
include:
- php: 7.2
- php: 7.4
env:
- CS_CHECK=true
- TEST_COVERAGE=true
- PHPSTAN=true
- php: 7.3
env:
- CS_CHECK=false
- TEST_COVERAGE=false
- PHPSTAN=false
- php: nightly
env:
- CS_CHECK=false
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"zendframework/zend-validator": "^2.10"
},
"require-dev": {
"infection/infection": "^0.13.4",
"infection/infection": "^0.15.1",
"php-coveralls/php-coveralls": "~2.1",
"phpstan/phpstan": "~0.11",
"phpstan/phpstan-strict-rules": "~0.11",
"phpstan/phpstan-phpunit": "~0.11",
"phpunit/phpunit": "^8.0",
"phpstan/phpstan": "~0.12.9",
"phpstan/phpstan-strict-rules": "~0.12.2",
"phpstan/phpstan-phpunit": "~0.12.6",
"phpunit/phpunit": "^8.5.2",
"roave/security-advisories": "dev-master",
"zendframework/zend-coding-standard": "~1.0"
"squizlabs/php_codesniffer": "^3.5.3"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 7f00427

Please sign in to comment.