Skip to content

Commit 4319296

Browse files
Laravel 7 (#28)
* Laravel 7 * PHPUnit update * Laravel 7 (#28)
1 parent 44cc515 commit 4319296

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 1.0.4 - 2020-03-11
6+
7+
- Laravel 7 support
8+
59
## 1.0.3 - 2019-09-05
610

711
- Laravel 6 support

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
}
2323
],
2424
"require": {
25-
"php": ">=7.2",
26-
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
25+
"php": ">=7.2.5",
26+
"laravel/framework": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
2727
},
2828
"require-dev": {
2929
"orchestra/testbench": "~3.8|^4.0",
3030
"mockery/mockery": "^0.9.4 || ~1.0",
31-
"phpunit/phpunit": "~8.0"
31+
"phpunit/phpunit": "~8.5"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)