Skip to content

Commit

Permalink
v0.35.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Jul 13, 2024
1 parent ee34894 commit 1d656c4
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 29 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.5] - 2024-07-13
### Added
- Added support `HTTP_AUTHORIZATION` header to `RequestFactory::class` is available in `$_SERVER`.

## [0.35.4] - 2024-07-12
### Fixed
- Fixed Schdeule time in class `Schedule::schduler()` must equal with `Facades\Schedule::class` time.
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.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"
"sonypradana/collection": "0.35.5",
"sonypradana/console": "0.35.5",
"sonypradana/container": "0.35.5",
"sonypradana/cron": "0.35.5",
"sonypradana/database": "0.35.5",
"sonypradana/file": "0.35.5",
"sonypradana/http": "0.35.5",
"sonypradana/router": "0.35.5",
"sonypradana/security": "0.35.5",
"sonypradana/support": "0.35.5",
"sonypradana/template": "0.35.5",
"sonypradana/text": "0.35.5",
"sonypradana/time": "0.35.5",
"sonypradana/view": "0.35.5"
},
"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.4"
"sonypradana/text": "^0.35.5"
},
"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.4"
"sonypradana/collection": "^0.35.5"
},
"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.4",
"sonypradana/macroable": "^0.35.4",
"sonypradana/text": "^0.35.4"
"sonypradana/collection": "^0.35.5",
"sonypradana/macroable": "^0.35.5",
"sonypradana/text": "^0.35.5"
},
"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.4",
"sonypradana/http": "^0.35.4",
"sonypradana/text": "^0.35.4"
"sonypradana/collection": "^0.35.5",
"sonypradana/http": "^0.35.5",
"sonypradana/text": "^0.35.5"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 1 addition & 2 deletions src/System/Support/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
],
"require": {
"php": "^8.0",
"sonypradana/integrate": "^0.35",
"sonypradana/macroable": "^0.35.4"
"sonypradana/macroable": "^0.35.5"
},
"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.4"
"sonypradana/macroable": "^0.35.5"
},
"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.4",
"sonypradana/support": "^0.35.4",
"sonypradana/text": "^0.35.4"
"sonypradana/collection": "^0.35.5",
"sonypradana/support": "^0.35.5",
"sonypradana/text": "^0.35.5"
},
"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.4"
"sonypradana/http": "^0.35.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1d656c4

Please sign in to comment.