Browse Source

Update tooling

master
J. King 4 years ago
parent
commit
8d59721728
  1. 2
      tests/cases/HttpClientTest.php
  2. 32
      vendor-bin/csfixer/composer.lock
  3. 4
      vendor-bin/phpunit/composer.json
  4. 875
      vendor-bin/phpunit/composer.lock
  5. 30
      vendor-bin/robo/composer.lock

2
tests/cases/HttpClientTest.php

@ -53,7 +53,7 @@ class ParserTest extends \PHPUnit\Framework\TestCase {
} }
yield "httpStatus".$a => ["httpStatus".$a, $out]; yield "httpStatus".$a => ["httpStatus".$a, $out];
} }
foreach ([600, 999, 1000, 1401] as $a) { foreach ([600, 999, 1000, 2401] as $a) {
yield "httpStatus".$a => ["httpStatus".$a, 500]; yield "httpStatus".$a => ["httpStatus".$a, 500];
} }
yield "httpStatus000401" => ["httpStatus000401", 401]; yield "httpStatus000401" => ["httpStatus000401", 401];

32
vendor-bin/csfixer/composer.lock

@ -602,16 +602,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "00bed125812716d09b163f0727ef33bb49bf3448" "reference": "34ac555a3627e324b660e318daa07572e1140123"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/00bed125812716d09b163f0727ef33bb49bf3448", "url": "https://api.github.com/repos/symfony/console/zipball/34ac555a3627e324b660e318daa07572e1140123",
"reference": "00bed125812716d09b163f0727ef33bb49bf3448", "reference": "34ac555a3627e324b660e318daa07572e1140123",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -691,7 +691,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-30T20:35:19+00:00" "time": "2020-06-15T12:59:21+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -755,7 +755,7 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
@ -913,7 +913,7 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
@ -977,7 +977,7 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -1040,7 +1040,7 @@
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
@ -1696,7 +1696,7 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
@ -1832,7 +1832,7 @@
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
@ -1896,16 +1896,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "90c2a5103f07feb19069379f3abdcdbacc7753a9" "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/90c2a5103f07feb19069379f3abdcdbacc7753a9", "url": "https://api.github.com/repos/symfony/string/zipball/ac70459db781108db7c6d8981dd31ce0e29e3298",
"reference": "90c2a5103f07feb19069379f3abdcdbacc7753a9", "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1977,7 +1977,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-20T17:43:50+00:00" "time": "2020-06-11T12:16:36+00:00"
} }
], ],
"aliases": [], "aliases": [],

4
vendor-bin/phpunit/composer.json

@ -3,9 +3,7 @@
"phpunit/phpunit": "^9.0", "phpunit/phpunit": "^9.0",
"symfony/yaml": "^5.0", "symfony/yaml": "^5.0",
"guzzlehttp/guzzle": "^6.5", "guzzlehttp/guzzle": "^6.5",
"guzzlehttp/psr7": "^1.6" "guzzlehttp/psr7": "^1.6",
},
"require": {
"phake/phake": "^3.1" "phake/phake": "^3.1"
} }
} }

875
vendor-bin/phpunit/composer.lock

File diff suppressed because it is too large

30
vendor-bin/robo/composer.lock

@ -807,16 +807,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "00bed125812716d09b163f0727ef33bb49bf3448" "reference": "34ac555a3627e324b660e318daa07572e1140123"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/00bed125812716d09b163f0727ef33bb49bf3448", "url": "https://api.github.com/repos/symfony/console/zipball/34ac555a3627e324b660e318daa07572e1140123",
"reference": "00bed125812716d09b163f0727ef33bb49bf3448", "reference": "34ac555a3627e324b660e318daa07572e1140123",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -896,7 +896,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-30T20:35:19+00:00" "time": "2020-06-15T12:59:21+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -960,7 +960,7 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
@ -1118,7 +1118,7 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
@ -1182,7 +1182,7 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
@ -1689,7 +1689,7 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
@ -1825,16 +1825,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.1.0", "version": "v5.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "90c2a5103f07feb19069379f3abdcdbacc7753a9" "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/90c2a5103f07feb19069379f3abdcdbacc7753a9", "url": "https://api.github.com/repos/symfony/string/zipball/ac70459db781108db7c6d8981dd31ce0e29e3298",
"reference": "90c2a5103f07feb19069379f3abdcdbacc7753a9", "reference": "ac70459db781108db7c6d8981dd31ce0e29e3298",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1906,11 +1906,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2020-05-20T17:43:50+00:00" "time": "2020-06-11T12:16:36+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v4.4.9", "version": "v4.4.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",

Loading…
Cancel
Save