Skip to content

Commit eedcebe

Browse files
committed
Change package requirement
1 parent 322143e commit eedcebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
],
1212
"require": {
1313
"php": ">=7.0.0",
14-
"php-decimal/php-decimal": "^0.0.1"
14+
"php-decimal/php-decimal": "^1.0.0"
1515
},
1616
"autoload": {
1717
"psr4": {
18-
"Decimal\\": "src"
18+
"Decimal\\": "src/"
1919
},
2020
"files": [
2121
"src/helpers.php"

0 commit comments

Comments
 (0)