Skip to content

Commit

Permalink
Drop support for L5.7 and lower + PHP 7.1 and lower
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Feb 27, 2019
1 parent 8db5d2f commit b1733bf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- 7.3

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

All notable changes to `spatie/laravel-activitylog` will be documented in this file

## 3.3.0 - 2019-02-27

- drop support for Laravel 5.7 and lower
- drop support for PHP 7.1 and lower

## 3.2.2 - 2019-02-27

- add support for Laravel 5.8
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Expand Up @@ -25,16 +25,16 @@
}
],
"require": {
"php" : "^7.1",
"illuminate/config": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"php" : "^7.2",
"illuminate/config": "~5.8.0",
"illuminate/database": "~5.8.0",
"illuminate/support": "~5.8.0",
"spatie/string": "^2.1"
},
"require-dev": {
"ext-json": "*",
"phpunit/phpunit": "^7.4 | ^8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit": "^7.5|^8.0",
"orchestra/testbench": "~3.8.0",
"scrutinizer/ocular": "^1.5"
},
"autoload": {
Expand Down

0 comments on commit b1733bf

Please sign in to comment.