File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : true
1515 matrix :
16- php : ['8.2 ', '8.3 ', '8.4 ']
16+ php : ['8.3 ', '8.4 ', '8.5 ']
1717 stability : [prefer-lowest, prefer-stable]
1818
1919 steps :
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ A package to register multilingual routes for your application.
1010
1111| Version | Laravel Version |
1212| ------------- | ------------- |
13+ | v6 | 13.x |
1314| v5 | 12.x |
1415| v4 | 10.x, 11.x |
1516| v3 | 9.x |
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ^8.2 " ,
23- "chinleung/laravel-locales" : " ^2 .0" ,
24- "illuminate/support" : " ^12 .0"
22+ "php" : " ^8.3 " ,
23+ "chinleung/laravel-locales" : " ^3 .0" ,
24+ "illuminate/support" : " ^13 .0"
2525 },
2626 "require-dev" : {
27- "orchestra/testbench" : " ^8.0|^9.0|^10 .0" ,
28- "phpunit/phpunit" : " ^9 .5.10|^10.5|^11.5.3 "
27+ "orchestra/testbench" : " ^11 .0" ,
28+ "phpunit/phpunit" : " ^11 .5.3|^12.0 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
You can’t perform that action at this time.
0 commit comments