Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
Fix composer casing issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Uren committed Jun 6, 2016
1 parent 3434728 commit 946e786
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,10 +1,10 @@
{
"name": "HandsetDetection/laravel51-provider",
"name": "handsetdetection/laravel51-provider",
"description": "A Laravel 5.1 service provider for the HandsetDetection v4.x PHP API kit",
"license": "MIT",
"require": {
"laravel/framework": "5.1",
"HandsetDetection/php-apikit": "4.*"
"handsetdetection/php-apikit": "4.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 946e786

Please sign in to comment.