We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1591273 commit f6c84deCopy full SHA for f6c84de
composer.json
@@ -23,7 +23,7 @@
23
},
24
"require": {
25
"php": "^8.3.0 || ^8.4.0",
26
- "conedevelopment/root": "^2.6.0"
+ "conedevelopment/root": "^2.8.0"
27
28
"require-dev": {
29
"fakerphp/faker": "^1.9.1",
src/Bazar.php
@@ -14,7 +14,7 @@ abstract class Bazar
14
*
15
* @var string
16
*/
17
- public const VERSION = '1.4.2';
+ public const VERSION = '1.4.3';
18
19
/**
20
* The currency in use.
0 commit comments