Skip to content

Commit

Permalink
Merge pull request #32 from Activisme-be/develop
Browse files Browse the repository at this point in the history
Laravel 9 + new version
  • Loading branch information
Tjoosten authored Jul 21, 2022
2 parents 7a6f0b3 + 0c40e01 commit 2b1d996
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## V3.1.1 - 2022-07-21

- Added Laravel 9 Support

## v3.1.0 - 2021-06-10

### Added
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"license": "MIT",
"require": {
"php": "^7.4|^8.0",
"blade-ui-kit/blade-icons": "^1.1.1",
"illuminate/support": "^8.0"
"blade-ui-kit/blade-icons": "^1.0",
"illuminate/support": "^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"ext-dom": "*",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
Expand Down

0 comments on commit 2b1d996

Please sign in to comment.