Skip to content

Commit a56a11f

Browse files
authored
Drop PHP 7.1 support (#197)
1 parent f5c3411 commit a56a11f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.1
54
- 7.2
65
- 7.3
76
- 7.4

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `laravel-love` will be documented in this file.
44

55
## [Unreleased]
66

7+
## [8.8.1] - 2021-04-03
8+
9+
### Removed
10+
11+
- ([#197]) Dropped PHP 7.1 support
12+
713
## [8.8.0] - 2021-04-03
814

915
### Removed
@@ -481,7 +487,8 @@ Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to
481487

482488
- Initial release
483489

484-
[Unreleased]: https://github.com/cybercog/laravel-love/compare/8.8.0...master
490+
[Unreleased]: https://github.com/cybercog/laravel-love/compare/8.8.1...master
491+
[8.8.1]: https://github.com/cybercog/laravel-love/compare/8.8.0...8.8.1
485492
[8.8.0]: https://github.com/cybercog/laravel-love/compare/8.7.1...8.8.0
486493
[8.7.1]: https://github.com/cybercog/laravel-love/compare/8.7.0...8.7.1
487494
[8.7.0]: https://github.com/cybercog/laravel-love/compare/8.6.1...8.7.0
@@ -528,6 +535,7 @@ Follow [upgrade instructions](UPGRADING.md#from-v5-to-v6) to migrate database to
528535
[1.1.1]: https://github.com/cybercog/laravel-love/compare/1.1.0...1.1.1
529536
[1.1.0]: https://github.com/cybercog/laravel-love/compare/1.0.0...1.1.0
530537

538+
[#197]: https://github.com/cybercog/laravel-love/pull/197
531539
[#196]: https://github.com/cybercog/laravel-love/pull/196
532540
[#187]: https://github.com/cybercog/laravel-love/pull/187
533541
[#186]: https://github.com/cybercog/laravel-love/pull/186

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"docs": "https://laravel-love.readme.io"
4747
},
4848
"require": {
49-
"php": "^7.1.3|^8.0",
49+
"php": "^7.2.5|^8.0",
5050
"illuminate/database": "^6.20.14|^7.30.4|^8.24",
5151
"illuminate/support": "^6.0|^7.0|^8.0"
5252
},

0 commit comments

Comments
 (0)