Skip to content

Commit

Permalink
Merge pull request #25 from tomsix/main
Browse files Browse the repository at this point in the history
Added laravel 11 Support
  • Loading branch information
kulbakin authored Apr 12, 2024
2 parents 8c276ba + 0a64c8c commit 47f2cac
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-10",
"description": "Browscap-PHP integration for Laravel 5-11",
"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|| ^10.0",
"illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0|| ^10.0|| ^11.0",
"browscap/browscap-php": "^6.0 || ^7.0"
},
"autoload": {
Expand Down

0 comments on commit 47f2cac

Please sign in to comment.