Skip to content

Commit

Permalink
Changed composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
desh901 committed Feb 21, 2019
1 parent 5693e1a commit 6b41167
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "elevenlab/sdk-boilerplate",
"name": "moveaxlab/sdk-boilerplate",
"description": "Useful Boilerplate library that can be used to build PHP SDKs for your application",
"type": "library",
"keywords": ["php", "sdk", "boilerplate"],
Expand All @@ -20,7 +20,7 @@
"guzzlehttp/guzzle": "^6.3",
"psr/simple-cache": "^1.0",
"nesbot/carbon": "^1.36",
"elevenlab/validation-php": "^2.0"
"moveaxlab/validation-php": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
Expand All @@ -38,11 +38,5 @@
"classmap": [
"tests/TestCase.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "[email protected]:chainside/validation-php.git"
}
]
}
}

0 comments on commit 6b41167

Please sign in to comment.