File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 2323 - LARAVEL_VERSION="6.2"
2424 - LARAVEL_VERSION="6.3"
2525 - LARAVEL_VERSION="6.4"
26+ - LARAVEL_VERSION="6.5"
2627
2728# matrix:
2829# exclude:
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ See [compatibility docs](docs/compatibility.md) for details about backward compa
1111 * Entries in ` classes ` config array can now have ` pri ` (default 0) to enforce order while
1212 merging config with built-in configuration.
1313 * Persian translation (Thanks to @FaridAghili ).
14+ * Added Laravel 6.5 to Travis-CI unit tests.
1415
1516* v6.3.1 (2019-11-06)
1617 * Fixed config merging helper causing certain user settings to be lost.
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " marcin-orlowski/laravel-api-response-builder" ,
3+ "autoload" : {
4+ "psr-4" : {
5+ "MarcinOrlowski\\ ResponseBuilder\\ " : " src" ,
6+ "MarcinOrlowski\\ ResponseBuilder\\ Tests\\ " : " tests"
7+ }
8+ },
9+ "require" : {
10+ "php" : " >=7.2" ,
11+ "laravel/framework" : " ^6.5"
12+ },
13+ "require-dev" : {
14+ "marcin-orlowski/phpunit-extra-asserts" : " ^1.0" ,
15+ "orchestra/testbench" : " ^4.0" ,
16+ "phpunit/phpunit" : " ^8.0" ,
17+ "phpunit/php-code-coverage" : " ^7.0" ,
18+ "codacy/coverage" : " ^1.0"
19+ }
20+ }
You can’t perform that action at this time.
0 commit comments