Skip to content

Commit

Permalink
Laravel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaoda committed Sep 12, 2020
1 parent 0ed4468 commit 10d5c34
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
build
composer.phar
composer.lock
.phpunit.result.cache
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

All notable changes to `gitter` will be documented in this file

## 2.2.0 - 2020-09-12

- Laravel 8

## 2.1.0 - 2020-04-26

- Laravel 7.x
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -14,15 +14,15 @@
],
"require": {
"php": "^7.2.5",
"guzzlehttp/guzzle": "^6.2",
"illuminate/queue": "5.5 - 5.8 || ^6.0 || ^7.0",
"illuminate/notifications": "5.5 - 5.8 || ^6.0 || ^7.0",
"illuminate/support": "5.5 - 5.8 || ^6.0 || ^7.0"
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/queue": "5.1 - 5.8|^6.0|^7.0|^8.0",
"illuminate/notifications": "5.1 - 5.8|^6.0|^7.0|^8.0",
"illuminate/support": "5.1 - 5.8|^6.0|^7.0|^8.0"

},
"require-dev": {
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.2"
"phpunit/phpunit": "^9.3",
"mockery/mockery": "^1.3.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 10d5c34

Please sign in to comment.