Skip to content

Commit

Permalink
Laravel 7 (#28)
Browse files Browse the repository at this point in the history
* Laravel 7

* PHPUnit update

* Laravel 7 (#28)
  • Loading branch information
absolutezeroo authored Mar 15, 2020
1 parent 44cc515 commit 4319296
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 @@ -2,6 +2,10 @@

All notable changes to `qcod/laravel-gamify` will be documented in this file

## 1.0.4 - 2020-03-11

- Laravel 7 support

## 1.0.3 - 2019-09-05

- Laravel 6 support
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
}
],
"require": {
"php": ">=7.2",
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
"php": ">=7.2.5",
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
},
"require-dev": {
"orchestra/testbench": "~3.8|^4.0",
"mockery/mockery": "^0.9.4 || ~1.0",
"phpunit/phpunit": "~8.0"
"phpunit/phpunit": "~8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4319296

Please sign in to comment.