Skip to content

Commit c7f2067

Browse files
committed
Updated dependencies.
1 parent b0c42b1 commit c7f2067

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": ">=7.1.0",
1818
"hassankhan/config": "^2.0.0",
19-
"setbased/helper-cast": "^1.2.0"
19+
"setbased/helper-cast": "^2.0.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^7.0.0 || ^8.0.0",

src/TypedConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
namespace SetBased\Config;
55

66
use Noodlehaus\Config;
7-
use SetBased\Abc\Helper\Cast;
8-
use SetBased\Abc\Helper\InvalidCastException;
7+
use SetBased\Helper\Cast;
8+
use SetBased\Helper\InvalidCastException;
99

1010
/**
1111
* A strong typed configuration reader and writer.

src/TypedConfigException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
namespace SetBased\Config;
55

6-
use SetBased\Abc\Helper\Cast;
6+
use SetBased\Helper\Cast;
77

88
/**
99
* Strong typed configuration exception.

0 commit comments

Comments
 (0)