Skip to content

Commit 00bd7db

Browse files
committed
Fix phar for 0.4.6
1 parent 1bf0188 commit 00bd7db

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

box.json.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"kherge",
3030
"justinrainbow",
3131
"phine",
32-
"symfony",
3332
"mikey179",
3433
"phpunit",
3534
"herrera-io/annotations",

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
class Client extends \GuzzleHttp\Client implements \Psr\Log\LoggerAwareInterface
3737
{
38-
const VERSION = "0.4.5";
38+
const VERSION = "0.4.6";
3939

4040
/**
4141
* @const int Default Timeout in seconds

0 commit comments

Comments
 (0)