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 4, 2018
1 parent 29ed1a7 commit daf8a32
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
"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 @@ -19,7 +27,7 @@
"php-http/message": "^1.0",
"php-http/message-factory": "^1.0",
"php-xapi/exception": "^0.1.0",
"php-xapi/model": "^1.0 || ^2.0",
"djoudi/model": "^1.0 || ^2.0",
"php-xapi/serializer": "^2.0",
"php-xapi/serializer-implementation": "^2.0",
"php-xapi/symfony-serializer": "^2.0",
Expand Down

0 comments on commit daf8a32

Please sign in to comment.