Skip to content

Commit f6c84de

Browse files
committed
wip
1 parent 1591273 commit f6c84de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"require": {
2525
"php": "^8.3.0 || ^8.4.0",
26-
"conedevelopment/root": "^2.6.0"
26+
"conedevelopment/root": "^2.8.0"
2727
},
2828
"require-dev": {
2929
"fakerphp/faker": "^1.9.1",

src/Bazar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ abstract class Bazar
1414
*
1515
* @var string
1616
*/
17-
public const VERSION = '1.4.2';
17+
public const VERSION = '1.4.3';
1818

1919
/**
2020
* The currency in use.

0 commit comments

Comments
 (0)