File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ matrix:
1717 env : ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
1818 - php : 7.2
1919 env : ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.*
20+ - php : 7.3
21+ env : ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.*
2022 - php : 7.3
2123 env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
2224 - php : 7.3
@@ -27,6 +29,8 @@ matrix:
2729 env : ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
2830 - php : 7.3
2931 env : ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.*
32+ - php : 7.4
33+ env : ILLUMINATE_VERSION=8.* TESTBENCH_VERSION=6.*
3034 - php : 7.4
3135 env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
3236 - php : 7.4
Original file line number Diff line number Diff line change 22
33All Notable changes to ** Laravel Localized Routes** will be documented in this file.
44
5+ ## 2.3.0 (2020-09-07)
6+
7+ - Add support for Laravel 8
8+
59## 2.2.6 (2020-03-03)
610
711- Add support for Laravel 7
Original file line number Diff line number Diff line change 2323 "php" : " ^7.1" ,
2424 "0.0.0/composer-include-files" : " ^1.5" ,
2525 "codezero/laravel-localizer" : " ^1.1" ,
26- "illuminate/support" : " ^5.6|^6.0|^7.0"
26+ "illuminate/support" : " ^5.6|^6.0|^7.0|^8.0 "
2727 },
2828 "require-dev" : {
2929 "mockery/mockery" : " ^1.3" ,
30- "orchestra/testbench" : " ^3.6|^4.0|^5.0" ,
30+ "orchestra/testbench" : " ^3.6|^4.0|^5.0|^6.0 " ,
3131 "phpunit/phpunit" : " ^7.0|^8.0|^9.0"
3232 },
3333 "scripts" : {
5858 "sort-packages" : true ,
5959 "optimize-autoloader" : true
6060 },
61- "minimum-stability" : " stable " ,
61+ "minimum-stability" : " dev " ,
6262 "prefer-stable" : true
6363}
You can’t perform that action at this time.
0 commit comments