Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Feb 27, 2024
1 parent df0c2ae commit 490d014
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "matriphe/larinfo",
"description": "Display system information (IP address, OS, versions) for Laravel.",
"type": "library",
"keywords":[
"keywords": [
"laravel",
"larinfo",
"ipinfo",
Expand All @@ -13,12 +13,12 @@
"php": "^8.1",
"ext-pdo": "*",
"davidepastore/ipinfo": "^0.6",
"laravel/framework": "^10.0",
"laravel/framework": "^10.0|^11.0",
"linfo/linfo": "^4.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^8.0"
"orchestra/testbench": "^8.0|^9.0"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 490d014

Please sign in to comment.