Skip to content

Commit

Permalink
Merge pull request #66 from php-api-clients/wyrihaximus-async-test-ut…
Browse files Browse the repository at this point in the history
…ilities

Build up on wyrihaximus/async-test-utilities
  • Loading branch information
WyriHaximus authored Jan 20, 2019
2 parents 1ce92dd + 5310e33 commit 692e7d3
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 211 deletions.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php declare(strict_types=1);

use ApiClients\Tools\TestUtilities\PhpCsFixerConfig;
use ApiClients\Tools\CsFixerConfig\PhpCsFixerConfig;

return (function ()
{
Expand Down
11 changes: 1 addition & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,7 @@
"require": {
"php": "^7.2",
"api-clients/cs-fixer-config": "^1.1.1",
"clue/block-react": "^1.3",
"composer/composer": "^1.8",
"friendsofphp/php-cs-fixer": "^2.14",
"infection/infection": "^0.11.4",
"jakub-onderka/php-console-highlighter": "^0.4",
"jakub-onderka/php-parallel-lint": "^1.0.0",
"localheinz/composer-normalize": "^1.0.0",
"nunomaduro/collision": "^2.1",
"phpstan/phpstan": "^0.10.7 || ^0.11",
"phpunit/phpunit": "^7.5"
"wyrihaximus/async-test-utilities": "^1.0.1"
},
"require-dev": {},
"config": {
Expand Down
154 changes: 141 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 692e7d3

Please sign in to comment.