Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BSN4 authored Sep 14, 2017
1 parent 273884e commit 29efa2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": [
"Laravel", "Visits", "Counter", "Package", "Redis", "Cache", "Php", "Bareq"
],
"homepage": "https://github.com/phpfalcon/Bareq",
"homepage": "https://github.com/if4lcon/Bareq",
"license": "MIT",
"authors": [
{
Expand All @@ -23,7 +23,7 @@
},
"autoload": {
"psr-4": {
"phpfalcon\\Bareq\\": "src"
"if4lcon\\Bareq\\": "src"
},
"files": [
"src/helpers.php"
Expand All @@ -40,10 +40,10 @@
},
"laravel": {
"providers": [
"phpfalcon\\Bareq\\BareqServiceProvider"
"if4lcon\\Bareq\\BareqServiceProvider"
],
"aliases": {
"Visits": "phpfalcon\\Bareq\\Visits"
"Visits": "if4lcon\\Bareq\\Visits"
}
}
},
Expand Down

0 comments on commit 29efa2c

Please sign in to comment.