Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 7f6e260

Browse files
authored
Upgrade tests tools (#32)
* Upgrade friendsofphp/php-cs-fixer (v2.7.1 => v2.15.0) * Upgrade scrutinizer/ocular (1.4.0 => 1.5.2) * Upgrade guzzlehttp/guzzle (6.3.0 => 6.3.3)
1 parent 944d6c8 commit 7f6e260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
}
2626
},
2727
"require-dev": {
28-
"guzzlehttp/guzzle": "~6.2",
29-
"scrutinizer/ocular": "~1.1",
30-
"friendsofphp/php-cs-fixer": "~2.0"
28+
"guzzlehttp/guzzle": "^6.3.3",
29+
"scrutinizer/ocular": "^1.5.2",
30+
"friendsofphp/php-cs-fixer": "^2.15"
3131
},
3232
"autoload-dev": {
3333
"psr-4": {

0 commit comments

Comments
 (0)