Skip to content

Commit a730e5e

Browse files
committed
wip
1 parent 2ad49a9 commit a730e5e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to `laravel-translation-loader` will be documented in this file
44

5+
## 2.3.0 - 2019-02-27
6+
7+
- drop support for Laravel 5.7 and below
8+
- drop support for PHP 7.1 and below
9+
510
## 2.2.4 - 2019-02-27
611

712
- add support for Laravel 5.8

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
],
2424
"require": {
2525
"php": "^7.1",
26-
"illuminate/translation": "~5.7.0|~5.8.0"
26+
"illuminate/translation": "~5.8.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^7.4|^8.0",
30-
"orchestra/testbench": "~3.7.0|~3.8.0"
29+
"phpunit/phpunit": "^8.0",
30+
"orchestra/testbench": "~3.8.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)