File tree Expand file tree Collapse file tree 3 files changed +9
-15
lines changed
Expand file tree Collapse file tree 3 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 1111matrix :
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments