Skip to content

Commit 5dc1b89

Browse files
authored
Add support for Laravel 10
2 parents 1c6a8e1 + de178e9 commit 5dc1b89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ I know you can get punished for this, but you are one of the hopes of those inno
1717

1818
[![GitHub release](https://img.shields.io/github/release/codezero-be/browser-locale.svg?style=flat-square)](https://github.com/codezero-be/browser-locale/releases)
1919
[![License](https://img.shields.io/packagist/l/codezero/browser-locale.svg?style=flat-square)](LICENSE.md)
20-
[![Build Status](https://img.shields.io/github/workflow/status/codezero-be/browser-locale/Tests/master?style=flat-square&logo=github&logoColor=white&label=tests)](https://github.com/codezero-be/browser-locale/actions)
20+
[![Build Status](https://img.shields.io/github/actions/workflow/status/codezero-be/browser-locale/run-tests.yml?style=flat-square&logo=github&logoColor=white&label=tests)](https://github.com/codezero-be/laravel-localized-routes/actions)
2121
[![Code Coverage](https://img.shields.io/codacy/coverage/7948f1eaee514e47b4a07f268afc630f/master?style=flat-square)](https://app.codacy.com/gh/codezero-be/browser-locale)
2222
[![Code Quality](https://img.shields.io/codacy/grade/7948f1eaee514e47b4a07f268afc630f/master?style=flat-square)](https://app.codacy.com/gh/codezero-be/browser-locale)
2323
[![Total Downloads](https://img.shields.io/packagist/dt/codezero/browser-locale.svg?style=flat-square)](https://packagist.org/packages/codezero/browser-locale)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"php": "^7.0|^8.0"
2222
},
2323
"require-dev": {
24-
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0",
24+
"illuminate/support": "^5.5|^6.0|^7.0|^8.0|^9.0|^10.0",
2525
"mockery/mockery": "^1.3.3",
2626
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0"
2727
},

0 commit comments

Comments
 (0)