kiler129
5 years ago
No known key found for this signature in database
GPG Key ID: AC4E1556B27BABA5
2 changed files with
5 additions and
4 deletions
-
.travis.yml
-
composer.json
|
|
|
@ -14,6 +14,7 @@ php: |
|
|
|
- '7.2' |
|
|
|
- '7.3' |
|
|
|
- '7.4' |
|
|
|
- '8.0' |
|
|
|
|
|
|
|
before_script: |
|
|
|
- sudo apt-get update |
|
|
|
|
|
|
|
@ -41,18 +41,18 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": "^7.2", |
|
|
|
"php": "^7.2|^8.0", |
|
|
|
"ext-sockets": "*", |
|
|
|
"divineomega/php-ssh-connection": "^2.2" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"friendsofphp/php-cs-fixer": "^2.16", |
|
|
|
"limedeck/phpunit-detailed-printer": "^5.0", |
|
|
|
"limedeck/phpunit-detailed-printer": "^6.0", |
|
|
|
"orchestra/testbench": "^4.0|^5.0", |
|
|
|
"phpstan/phpstan": "^0.12.32", |
|
|
|
"phpstan/phpstan-strict-rules": "^0.12.2", |
|
|
|
"phpunit/phpunit": "^8.0", |
|
|
|
"rector/rector": "^0.7.41", |
|
|
|
"phpunit/phpunit": "^9.0", |
|
|
|
"rector/rector": "^0.9.12", |
|
|
|
"roave/security-advisories": "dev-master", |
|
|
|
"thecodingmachine/phpstan-strict-rules": "^0.12.0", |
|
|
|
"squizlabs/php_codesniffer": "^3.5", |
|
|
|
|