Skip to content

Commit

Permalink
v0.35.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Jul 12, 2024
1 parent 860f65c commit 891b06c
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.35.4] - 2024-07-12
### Fixed
- Fixed Schdeule time in class `Schedule::schduler()` must equal with `Facades\Schedule::class` time.

## [0.35.3] - 2024-07-11
### Fixed
- Fiexed typo method name `CronCommand::getSchedule()`.
Expand Down
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,20 @@
]
},
"replace": {
"sonypradana/collection": "0.35.3",
"sonypradana/console": "0.35.3",
"sonypradana/container": "0.35.3",
"sonypradana/cron": "0.35.3",
"sonypradana/database": "0.35.3",
"sonypradana/file": "0.35.3",
"sonypradana/http": "0.35.3",
"sonypradana/router": "0.35.3",
"sonypradana/security": "0.35.3",
"sonypradana/support": "0.35.3",
"sonypradana/template": "0.35.3",
"sonypradana/text": "0.35.3",
"sonypradana/time": "0.35.3",
"sonypradana/view": "0.35.3"
"sonypradana/collection": "0.35.4",
"sonypradana/console": "0.35.4",
"sonypradana/container": "0.35.4",
"sonypradana/cron": "0.35.4",
"sonypradana/database": "0.35.4",
"sonypradana/file": "0.35.4",
"sonypradana/http": "0.35.4",
"sonypradana/router": "0.35.4",
"sonypradana/security": "0.35.4",
"sonypradana/support": "0.35.4",
"sonypradana/template": "0.35.4",
"sonypradana/text": "0.35.4",
"sonypradana/time": "0.35.4",
"sonypradana/view": "0.35.4"
},
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion src/System/Console/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": "^8.0",
"sonypradana/validator": "^0.8",
"sonypradana/text": "^0.35.3"
"sonypradana/text": "^0.35.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/System/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "^8.0",
"sonypradana/collection": "^0.35.3"
"sonypradana/collection": "^0.35.4"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/System/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"require": {
"php": "^8.0",
"sonypradana/validator": "^0.8",
"sonypradana/collection": "^0.35.3",
"sonypradana/macroable": "^0.35.3",
"sonypradana/text": "^0.35.3"
"sonypradana/collection": "^0.35.4",
"sonypradana/macroable": "^0.35.4",
"sonypradana/text": "^0.35.4"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/System/Router/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"require": {
"php": "^8.0",
"sonypradana/collection": "^0.35.3",
"sonypradana/http": "^0.35.3",
"sonypradana/text": "^0.35.3"
"sonypradana/collection": "^0.35.4",
"sonypradana/http": "^0.35.4",
"sonypradana/text": "^0.35.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/System/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": "^8.0",
"sonypradana/integrate": "^0.35",
"sonypradana/macroable": "^0.35.3"
"sonypradana/macroable": "^0.35.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/System/Text/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"require": {
"php": "^8.0",
"ext-mbstring": "*",
"sonypradana/macroable": "^0.35.3"
"sonypradana/macroable": "^0.35.4"
},
"autoload": {
"psr-4": {
Expand Down
6 changes: 3 additions & 3 deletions src/System/Time/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
],
"require": {
"php": "^8.0",
"sonypradana/collection": "^0.35.3",
"sonypradana/support": "^0.35.3",
"sonypradana/text": "^0.35.3"
"sonypradana/collection": "^0.35.4",
"sonypradana/support": "^0.35.4",
"sonypradana/text": "^0.35.4"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/System/View/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"require": {
"php": "^8.0",
"sonypradana/http": "^0.35.3"
"sonypradana/http": "^0.35.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 891b06c

Please sign in to comment.