Skip to content

Commit

Permalink
Merge pull request #24 from tomsix/main
Browse files Browse the repository at this point in the history
Added laravel 10 Support
  • Loading branch information
kulbakin authored Jul 20, 2023
2 parents 6c05d95 + 16b47ab commit 8c276ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "propa/laravel-browscap",
"description": "Browscap-PHP integration for Laravel 5-9",
"description": "Browscap-PHP integration for Laravel 5-10",
"keywords": ["laravel", "browscap", "browscap-php", "user-agent", "browser"],
"license": "MIT",
"authors": [
Expand All @@ -11,7 +11,7 @@
],
"require": {
"php": "^7.1.0 || ^8.0",
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0|| ^10.0",
"browscap/browscap-php": "^6.0 || ^7.0"
},
"autoload": {
Expand Down

0 comments on commit 8c276ba

Please sign in to comment.