We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cc515 commit 4319296Copy full SHA for 4319296
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to `qcod/laravel-gamify` will be documented in this file
4
5
+## 1.0.4 - 2020-03-11
6
+
7
+- Laravel 7 support
8
9
## 1.0.3 - 2019-09-05
10
11
- Laravel 6 support
composer.json
@@ -22,13 +22,13 @@
22
}
23
],
24
"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"
+ "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"
27
},
28
"require-dev": {
29
"orchestra/testbench": "~3.8|^4.0",
30
"mockery/mockery": "^0.9.4 || ~1.0",
31
- "phpunit/phpunit": "~8.0"
+ "phpunit/phpunit": "~8.5"
32
33
"autoload": {
34
"psr-4": {
0 commit comments