Skip to content

Commit

Permalink
Merge 7f00427 into e83ae9d
Browse files Browse the repository at this point in the history
  • Loading branch information
alextartan committed Feb 10, 2020
2 parents e83ae9d + 7f00427 commit 9ddaee8
Show file tree
Hide file tree
Showing 23 changed files with 717 additions and 1,116 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
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
],
"minimum-stability": "stable",
"require": {
"php": "^7.2",
"php": "^7.4",
"ext-readline": "*",
"psr/log": "^1.1.0",
"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 9ddaee8

Please sign in to comment.