Update phpunit to 7.5.1 and remove osx build from travis (#335)

* Update phpunit to 7.5.1

* Remove osx build from travis
This commit is contained in:
Arkadiusz Kondas 2018-12-18 07:53:32 +01:00 committed by GitHub
parent 1934d8af81
commit cc8e1b3753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 58 deletions

View File

@ -15,18 +15,11 @@ matrix:
- os: linux
php: '7.3'
- os: osx
osx_image: xcode7.3
language: generic
env:
- _OSX=10.11
cache:
directories:
- $HOME/.composer/cache
before_install:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then /usr/bin/env bash bin/prepare_osx_env.sh ; fi
- if [[ $DISABLE_XDEBUG == "true" ]]; then phpenv config-rm xdebug.ini; fi
install:

View File

@ -1,11 +0,0 @@
#!/usr/bin/env bash
echo "Here's the OSX environment:"
sw_vers
brew --version
echo "Updating brew..."
brew update
brew install php@7.1
brew upgrade php@7.1
brew link php@7.1 --overwrite --force

80
composer.lock generated
View File

@ -1900,16 +1900,16 @@
},
{
"name": "phpunit/phpunit",
"version": "7.5.0",
"version": "7.5.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "520723129e2b3fc1dc4c0953e43c9d40e1ecb352"
"reference": "c23d78776ad415d5506e0679723cb461d71f488f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/520723129e2b3fc1dc4c0953e43c9d40e1ecb352",
"reference": "520723129e2b3fc1dc4c0953e43c9d40e1ecb352",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c23d78776ad415d5506e0679723cb461d71f488f",
"reference": "c23d78776ad415d5506e0679723cb461d71f488f",
"shasum": ""
},
"require": {
@ -1980,7 +1980,7 @@
"testing",
"xunit"
],
"time": "2018-12-07T07:08:12+00:00"
"time": "2018-12-12T07:20:32+00:00"
},
{
"name": "psr/cache",
@ -4138,23 +4138,23 @@
},
{
"name": "symplify/better-phpdoc-parser",
"version": "v5.2.15",
"version": "v5.2.17",
"source": {
"type": "git",
"url": "https://github.com/Symplify/BetterPhpDocParser.git",
"reference": "cb8f3b2c2f5d9f514b9dde90623c897ccc6a3e8f"
"reference": "cbdae4a58aa36016160a14ff9e4283fb8169448c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Symplify/BetterPhpDocParser/zipball/cb8f3b2c2f5d9f514b9dde90623c897ccc6a3e8f",
"reference": "cb8f3b2c2f5d9f514b9dde90623c897ccc6a3e8f",
"url": "https://api.github.com/repos/Symplify/BetterPhpDocParser/zipball/cbdae4a58aa36016160a14ff9e4283fb8169448c",
"reference": "cbdae4a58aa36016160a14ff9e4283fb8169448c",
"shasum": ""
},
"require": {
"nette/utils": "^2.5",
"php": "^7.1",
"phpstan/phpdoc-parser": "^0.3",
"symplify/package-builder": "^5.2.15",
"symplify/package-builder": "^5.2.17",
"thecodingmachine/safe": "^0.1.6"
},
"require-dev": {
@ -4176,20 +4176,20 @@
"MIT"
],
"description": "Slim wrapper around phpstan/phpdoc-parser with format preserving printer",
"time": "2018-12-07T13:16:16+00:00"
"time": "2018-12-12T11:50:57+00:00"
},
{
"name": "symplify/coding-standard",
"version": "v5.2.15",
"version": "v5.2.17",
"source": {
"type": "git",
"url": "https://github.com/Symplify/CodingStandard.git",
"reference": "028c532b3822da4abff31b1554e020c88df86383"
"reference": "7e73f270bd3b41931f63b767956354f0236c45cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Symplify/CodingStandard/zipball/028c532b3822da4abff31b1554e020c88df86383",
"reference": "028c532b3822da4abff31b1554e020c88df86383",
"url": "https://api.github.com/repos/Symplify/CodingStandard/zipball/7e73f270bd3b41931f63b767956354f0236c45cc",
"reference": "7e73f270bd3b41931f63b767956354f0236c45cc",
"shasum": ""
},
"require": {
@ -4199,14 +4199,14 @@
"php": "^7.1",
"slam/php-cs-fixer-extensions": "^1.17",
"squizlabs/php_codesniffer": "^3.3",
"symplify/token-runner": "^5.2.15",
"symplify/token-runner": "^5.2.17",
"thecodingmachine/safe": "^0.1.6"
},
"require-dev": {
"nette/application": "^2.4",
"phpunit/phpunit": "^7.3",
"symplify/easy-coding-standard-tester": "^5.2.15",
"symplify/package-builder": "^5.2.15"
"symplify/easy-coding-standard-tester": "^5.2.17",
"symplify/package-builder": "^5.2.17"
},
"type": "library",
"extra": {
@ -4224,20 +4224,20 @@
"MIT"
],
"description": "Set of Symplify rules for PHP_CodeSniffer and PHP CS Fixer.",
"time": "2018-12-07T13:16:16+00:00"
"time": "2018-12-12T11:50:57+00:00"
},
{
"name": "symplify/easy-coding-standard",
"version": "v5.2.15",
"version": "v5.2.17",
"source": {
"type": "git",
"url": "https://github.com/Symplify/EasyCodingStandard.git",
"reference": "055982678422769731a7b0572a9fc10aae9609cc"
"reference": "e63f0d3d465104d730016e51aeac39cc73485c55"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Symplify/EasyCodingStandard/zipball/055982678422769731a7b0572a9fc10aae9609cc",
"reference": "055982678422769731a7b0572a9fc10aae9609cc",
"url": "https://api.github.com/repos/Symplify/EasyCodingStandard/zipball/e63f0d3d465104d730016e51aeac39cc73485c55",
"reference": "e63f0d3d465104d730016e51aeac39cc73485c55",
"shasum": ""
},
"require": {
@ -4257,14 +4257,14 @@
"symfony/finder": "^3.4|^4.1",
"symfony/http-kernel": "^3.4|^4.1",
"symfony/yaml": "^3.4|^4.1",
"symplify/coding-standard": "^5.2.15",
"symplify/package-builder": "^5.2.15",
"symplify/token-runner": "^5.2.15",
"symplify/coding-standard": "^5.2.17",
"symplify/package-builder": "^5.2.17",
"symplify/token-runner": "^5.2.17",
"thecodingmachine/safe": "^0.1.6"
},
"require-dev": {
"phpunit/phpunit": "^7.3",
"symplify/easy-coding-standard-tester": "^5.2.15"
"symplify/easy-coding-standard-tester": "^5.2.17"
},
"bin": [
"bin/ecs"
@ -4289,20 +4289,20 @@
"MIT"
],
"description": "Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.",
"time": "2018-12-07T13:16:16+00:00"
"time": "2018-12-12T11:50:57+00:00"
},
{
"name": "symplify/package-builder",
"version": "v5.2.15",
"version": "v5.2.17",
"source": {
"type": "git",
"url": "https://github.com/Symplify/PackageBuilder.git",
"reference": "978e9ac03eb4640282be4b56677e0dd8e665893d"
"reference": "4a5a771e719aeecedea2d1e631a8f6be976c7130"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Symplify/PackageBuilder/zipball/978e9ac03eb4640282be4b56677e0dd8e665893d",
"reference": "978e9ac03eb4640282be4b56677e0dd8e665893d",
"url": "https://api.github.com/repos/Symplify/PackageBuilder/zipball/4a5a771e719aeecedea2d1e631a8f6be976c7130",
"reference": "4a5a771e719aeecedea2d1e631a8f6be976c7130",
"shasum": ""
},
"require": {
@ -4337,20 +4337,20 @@
"MIT"
],
"description": "Dependency Injection, Console and Kernel toolkit for Symplify packages.",
"time": "2018-12-02T21:24:21+00:00"
"time": "2018-12-12T11:50:51+00:00"
},
{
"name": "symplify/token-runner",
"version": "v5.2.15",
"version": "v5.2.17",
"source": {
"type": "git",
"url": "https://github.com/Symplify/TokenRunner.git",
"reference": "73878adbf28a7ce974f896af4f3890a295c97d17"
"reference": "b6e2657ac326b4944d162d5c6020056bc69766b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Symplify/TokenRunner/zipball/73878adbf28a7ce974f896af4f3890a295c97d17",
"reference": "73878adbf28a7ce974f896af4f3890a295c97d17",
"url": "https://api.github.com/repos/Symplify/TokenRunner/zipball/b6e2657ac326b4944d162d5c6020056bc69766b8",
"reference": "b6e2657ac326b4944d162d5c6020056bc69766b8",
"shasum": ""
},
"require": {
@ -4359,8 +4359,8 @@
"nette/utils": "^2.5",
"php": "^7.1",
"squizlabs/php_codesniffer": "^3.3",
"symplify/better-phpdoc-parser": "^5.2.15",
"symplify/package-builder": "^5.2.15",
"symplify/better-phpdoc-parser": "^5.2.17",
"symplify/package-builder": "^5.2.17",
"thecodingmachine/safe": "^0.1.6"
},
"require-dev": {
@ -4382,7 +4382,7 @@
"MIT"
],
"description": "Set of utils for PHP_CodeSniffer and PHP CS Fixer.",
"time": "2018-12-07T13:16:16+00:00"
"time": "2018-12-12T11:50:57+00:00"
},
{
"name": "thecodingmachine/safe",