Skip to content

Commit

Permalink
Merge pull request #3 from sajadsdi/1.x
Browse files Browse the repository at this point in the history
[Change] composer dependencies and is now support on laravel 11
  • Loading branch information
sajadsdi authored Apr 23, 2024
2 parents c99a32b + 14efe5a commit b566a45
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2024-04-23

### Added

- No addition.

### Changed

- Change composer dependencies and is now support on laravel 11.

### Fixed

- No Fix.

## [1.0.2] - 2024-02-07

### Added
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^8.0|^9.0|^10.0"
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
}
}

0 comments on commit b566a45

Please sign in to comment.