Browse Source

Update tooling

span
J. King 3 years ago
parent
commit
7327e55a50
  1. 1
      RoboFile.php
  2. 25
      vendor-bin/csfixer/composer.lock
  3. 2
      vendor-bin/phpunit/composer.json
  4. 767
      vendor-bin/phpunit/composer.lock
  5. 2
      vendor-bin/robo/composer.json
  6. 769
      vendor-bin/robo/composer.lock

1
RoboFile.php

@ -128,6 +128,7 @@ class RoboFile extends \Robo\Tasks {
}
protected function runTests(string $executor, string $set, array $args): Result {
error_reporting(0);
switch ($set) {
case "typical":
$set = ["--exclude-group", "optional"];

25
vendor-bin/csfixer/composer.lock

@ -302,16 +302,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v2.18.2",
"version": "v2.18.3",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
"reference": "18f8c9d184ba777380794a389fabc179896ba913"
"reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/18f8c9d184ba777380794a389fabc179896ba913",
"reference": "18f8c9d184ba777380794a389fabc179896ba913",
"url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ab99202fccff2a9f97592fbe1b5c76dd06df3513",
"reference": "ab99202fccff2a9f97592fbe1b5c76dd06df3513",
"shasum": ""
},
"require": {
@ -373,6 +373,7 @@
"tests/Test/IntegrationCaseFactoryInterface.php",
"tests/Test/InternalIntegrationCaseFactory.php",
"tests/Test/IsIdenticalConstraint.php",
"tests/Test/TokensWithObservedTransformers.php",
"tests/TestCase.php"
]
},
@ -393,7 +394,7 @@
"description": "A tool to automatically fix PHP code style",
"support": {
"issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.2"
"source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v2.18.3"
},
"funding": [
{
@ -401,7 +402,7 @@
"type": "github"
}
],
"time": "2021-01-26T00:22:21+00:00"
"time": "2021-03-10T19:39:05+00:00"
},
{
"name": "php-cs-fixer/diff",
@ -608,16 +609,16 @@
},
{
"name": "symfony/console",
"version": "v5.2.4",
"version": "v5.2.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "d6d0cc30d8c0fda4e7b213c20509b0159a8f4556"
"reference": "938ebbadae1b0a9c9d1ec313f87f9708609f1b79"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/d6d0cc30d8c0fda4e7b213c20509b0159a8f4556",
"reference": "d6d0cc30d8c0fda4e7b213c20509b0159a8f4556",
"url": "https://api.github.com/repos/symfony/console/zipball/938ebbadae1b0a9c9d1ec313f87f9708609f1b79",
"reference": "938ebbadae1b0a9c9d1ec313f87f9708609f1b79",
"shasum": ""
},
"require": {
@ -685,7 +686,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v5.2.4"
"source": "https://github.com/symfony/console/tree/v5.2.5"
},
"funding": [
{
@ -701,7 +702,7 @@
"type": "tidelift"
}
],
"time": "2021-02-23T10:08:49+00:00"
"time": "2021-03-06T13:42:15+00:00"
},
{
"name": "symfony/deprecation-contracts",

2
vendor-bin/phpunit/composer.json

@ -1,5 +1,5 @@
{
"require": {
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.5 | ^9.0"
}
}

767
vendor-bin/phpunit/composer.lock

File diff suppressed because it is too large

2
vendor-bin/robo/composer.json

@ -1,5 +1,5 @@
{
"require": {
"consolidation/robo": "^1.1"
"consolidation/robo": "^3.0"
}
}

769
vendor-bin/robo/composer.lock

File diff suppressed because it is too large
Loading…
Cancel
Save