Skip to content

Commit ca6b19c

Browse files
committed
Delegate global helpers to global package
1 parent 7eee6fd commit ca6b19c

File tree

2 files changed

+3
-53
lines changed

2 files changed

+3
-53
lines changed

composer.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,12 @@
1111
],
1212
"require": {
1313
"php": ">=7.0.0",
14-
"php-decimal/php-decimal": "^1.1.0"
14+
"php-decimal/php-decimal": "^1.1.0",
15+
"php-decimal/globals": "^1.1.0"
1516
},
1617
"autoload": {
1718
"psr-4": {
1819
"Decimal\\": "src/"
19-
},
20-
"files": [
21-
"src/helpers.php"
22-
]
20+
}
2321
}
2422
}

src/helpers.php

-48
This file was deleted.

0 commit comments

Comments
 (0)