Skip to content

Commit fa8d925

Browse files
committed
README updated
1 parent 54d17be commit fa8d925

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@ env:
1111
matrix:
1212
fast_finish: true
1313
include:
14-
- php: 7.1
15-
env: LARAVEL_VERSION=5.5.* TESTBENCH_VERSION=3.5.* PHPUNIT_VERSION=~6.0
1614
- php: 7.1
1715
env: LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
18-
- php: 7.2
19-
env: LARAVEL_VERSION=5.5.* TESTBENCH_VERSION=3.5.* PHPUNIT_VERSION=~6.0
2016
- php: 7.2
2117
env: LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
2218
- php: 7.2
2319
env: LARAVEL_VERSION=~6.0 TESTBENCH_VERSION=~4.0 PHPUNIT_VERSION=~8.0
24-
- php: 7.3
25-
env: LARAVEL_VERSION=5.5.* TESTBENCH_VERSION=3.5.* PHPUNIT_VERSION=~6.0
2620
- php: 7.3
2721
env: LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.* PHPUNIT_VERSION=~7.0
2822
- php: 7.3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Eloquent Repository package for Laravel created with total "repository pattern"
1515

1616
## Requirements
1717

18-
**Version ^2.0** - Laravel **5.5, 5.8 or ^6.0** or higher and **PHP 7.1** or higher.
18+
**Version ^2.0** - Laravel **5.8 or ^6.0** or higher and **PHP 7.1** or higher.
1919

20-
**Version ^1.0** - Laravel **5.6, 5.7** or higher and **PHP 7.1** or higher.
20+
**Version ^1.0** - Laravel **5.5, 5.6, 5.7** or higher and **PHP 7.1** or higher.
2121

2222
## Installation
2323

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
],
2323
"require": {
2424
"php": "^7.1",
25-
"illuminate/container": "5.5.*|5.8.*|^6.0",
26-
"illuminate/console": "5.5.*|5.8.*|^6.0",
27-
"illuminate/contracts": "5.5.*|5.8.*|^6.0",
28-
"illuminate/database": "5.5.*|5.8.*|^6.0",
29-
"illuminate/support": "5.5.*|5.8.*|^6.0"
25+
"illuminate/container": "5.8.*|^6.0",
26+
"illuminate/console": "5.8.*|^6.0",
27+
"illuminate/contracts": "5.8.*|^6.0",
28+
"illuminate/database": "5.8.*|^6.0",
29+
"illuminate/support": "5.8.*|^6.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "3.5.*|3.8.*|^4.0",
33-
"phpunit/phpunit": "^6.0|^7.0|^8.0"
32+
"orchestra/testbench": "3.8.*|^4.0",
33+
"phpunit/phpunit": "^7.0|^8.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)