diff --git a/.travis.yml b/.travis.yml index 79683903..bc648517 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,5 @@ language: php -php: -# - 5.3 # requires old distro, see below - - 5.4 - - 5.5 - - 5.6 - - 7.0 - - 7.1 - - 7.2 - - hhvm - # lock distro so new future defaults will not break the build dist: trusty @@ -17,8 +7,17 @@ matrix: include: - php: 5.3 dist: precise + - php: 5.4 + - php: 5.5 + - php: 5.6 + - php: 7.0 + - php: 7.1 + - php: 7.2 + - php: 7.3 + - php: 7.4 + - php: hhvm-3.18 allow_failures: - - php: hhvm + - php: hhvm-3.18 install: - composer install --no-interaction diff --git a/composer.json b/composer.json index 90586b7f..b56807fc 100644 --- a/composer.json +++ b/composer.json @@ -10,16 +10,22 @@ "require": { "php": ">=5.3.8", "react/cache": "^1.0", - "react/dns": "^1.0", + "react/dns": "^1.3", "react/event-loop": "^1.0", "react/promise": "^2.1 || ^1.2", "react/promise-stream": "^1.1.1", - "react/socket": "^1.0", + "react/promise-timer": "^1.6", + "react/socket": "^1.4", "react/stream": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^4.8.35", "clue/block-react": "^1.1", - "clue/stream-filter": "^1.3" + "clue/stream-filter": "^1.3", + "phpunit/phpunit": "^7.0 || ^6.0 || ^5.7 || ^4.8.35" + }, + "config": { + "preferred-install": { + "react/*": "source" + } } } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4954d676..4dc40d79 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,22 +1,13 @@ - + - + ./vendor/react/*/tests/ - - ./vendor/react/socket/tests/ConnectorTest.php - ./vendor/react/socket/tests/DnsConnectorTest.php + + ./vendor/react/dns/tests/FunctionalResolverTest.php + ./vendor/react/dns/tests/Query/CoopExecutorTest.php + ./vendor/react/dns/tests/Query/SelectiveTransportExecutorTest.php pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy