Skip to content

Commit

Permalink
Added L5.3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 23, 2016
1 parent f8f5136 commit 027fbf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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 `spatie/laravel-activitylog` will be documented in this file

## 1.7.1 - 2016-08-23
- Added L5.3 compatibility

## 1.7.0 - 2016-08-17
- Added `enabled` option in the config file.

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@
],
"require": {
"php" : "^7.0",
"illuminate/config": "^5.2",
"illuminate/database": "^5.2.6",
"illuminate/support": "^5.2",
"illuminate/config": "^5.2|^5.3",
"illuminate/database": "^5.2.6|^5.3",
"illuminate/support": "^5.2|^5.3",
"spatie/string": "^2.1"

},
"require-dev": {
"phpunit/phpunit": "5.*",
"orchestra/testbench": "^3.2"
"orchestra/testbench": "3.3.x-dev",
"orchestra/database": "3.3.x-dev"
},
"autoload": {
"psr-4": {
Expand All @@ -49,7 +50,6 @@
"Spatie\\Activitylog\\Test\\": "tests"
}
},

"scripts": {
"test": "vendor/bin/phpunit"
},
Expand Down

0 comments on commit 027fbf3

Please sign in to comment.