Skip to content

Commit 31c664e

Browse files
authored
Bump react/cache from 0.6.0 to 1.0.0 (#21)
Bump react/cache from 0.6.0 to 1.0.0
2 parents 943c98f + 79908c9 commit 31c664e

File tree

4 files changed

+9
-137
lines changed

4 files changed

+9
-137
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php declare(strict_types=1);
22

3-
use ApiClients\Tools\TestUtilities\PhpCsFixerConfig;
43
use PhpCsFixer\Config;
4+
use WyriHaximus\CsFixerConfig\PhpCsFixerConfig;
55

66
return (function (): Config
77
{

appveyor.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"require": {
1212
"php": "^7.2",
1313
"clue/redis-react": "^2.0 || ^1.0 || ^0.5.1",
14-
"react/cache": "^0.6.0"
14+
"react/cache": "^0.6.0 || ^1.0.0"
1515
},
1616
"require-dev": {
17-
"api-clients/test-utilities": "^5.4"
17+
"wyrihaximus/async-test-utilities": "^1.1"
1818
},
1919
"autoload": {
2020
"psr-4": {

composer.lock

Lines changed: 6 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)