Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dyanakiev committed Oct 16, 2020
1 parent 3cd5369 commit 4265e71
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,5 +1,5 @@
{
"name": "dimitar/mylarinfocustom",
"name": "dyanakiev/mylarinfocustom",
"description": "Display system information (IP address, OS, versions) for Laravel.",
"type": "library",
"keywords":[
Expand All @@ -12,7 +12,7 @@
"require": {
"php": "^7.1",
"davidepastore/ipinfo": "^0.4",
"laravel/framework": "^5.0 | ^6.0 | ^7.0" | ^8.0",
"laravel/framework": "^5.0 | ^6.0 | ^7.0 | ^8.0",
"linfo/linfo": "^4.0"
},
"require-dev": {
Expand Down

0 comments on commit 4265e71

Please sign in to comment.