Skip to content

Commit

Permalink
Corrected Laravel framework version constraints (#12)
Browse files Browse the repository at this point in the history
* Corrected Laravel framework version constraints

* Updated changelog
  • Loading branch information
frankieeedeee authored Apr 9, 2022
1 parent 0e0f8de commit d99837e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to `google-chat` will be documented in this file

## 2.0.1 - 2022-04-09
- Corrected Laravel Framework version constraints, preventing installations on Laravel versions >=9.1

## 2.0.0 - 2022-02-12
- Upgraded to support Laravel 9.x (Minimum of 9.0.2 due to an [unintended breaking change](https://github.com/laravel/framework/pull/40880))
- Dropped support for PHP 7.3 and 7.4
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"require": {
"php": ">=8.0",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"illuminate/notifications": "~9.0.2",
"illuminate/support": "~9.0.2"
"illuminate/notifications": "^9.0.2",
"illuminate/support": "^9.0.2"
},
"require-dev": {
"orchestra/testbench": "^7.0",
Expand Down

0 comments on commit d99837e

Please sign in to comment.