Skip to content

Commit

Permalink
drop support for L5.7 and below, PHP 7.1 and PHPUnit 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Feb 27, 2019
1 parent 93c7d57 commit 4d4ad57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 7.1
- 7.2
- 7.3

Expand Down
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 `laravel-feed` will be documented in this file

## 2.2.0 - 2019-02-27
- drop support for L5.7 and below, PHP 7.1 and PHPUnit 7

## 2.1.2 - 2019-02-27
- Added: Laravel 5.8 compatibility

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
}
],
"require": {
"php" : "^7.1",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
"php" : "^7.2",
"laravel/framework": "~5.8.0",
"nesbot/carbon": "^1.0"
},
"require-dev": {
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit": "^6.0|^7.0",
"orchestra/testbench": "~3.8.0",
"phpunit/phpunit": "^8.0",
"spatie/phpunit-snapshot-assertions": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 4d4ad57

Please sign in to comment.