Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EcoinTest committed Apr 17, 2018
1 parent 93ea81b commit 2dc37d5
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "djoudi/client",
"name": "php-xapi/client",
"type": "library",
"description": "client library for the Experience API (xAPI)",
"keywords": ["xAPI", "Experience API", "Tin Can API", "client"],
Expand All @@ -11,14 +11,7 @@
"homepage": "https://github.com/xabbuh"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/djoudi/model.git"
}

],


"require": {
"php": ">=5.4.0",
"php-http/client-common": "^1.0",
Expand All @@ -27,10 +20,10 @@
"php-http/message": "^1.0",
"php-http/message-factory": "^1.0",
"php-xapi/exception": "^0.1.0",
"djoudi/model": "^1.0 || ^2.0",
"php-xapi/model": "^1.0 || ^2.0",
"php-xapi/serializer": "^2.0",
"php-xapi/serializer-implementation": "^2.0",
"djoudi/symfony-serializer": "^2.0",
"php-xapi/symfony-serializer": "^2.0",
"psr/http-message": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 2dc37d5

Please sign in to comment.