Skip to content

Commit

Permalink
Added composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiashu committed Apr 18, 2015
1 parent 38be886 commit ebc67f6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "andreiashu/Expedia-PHP-API",
"description": "Fork of https://github.com/dyatlov/Expedia-PHP-API (thanks dyatlov)",
"keywords": ["expedia", "ean", "hotels"],
"homepage": "https://github.com/andreiashu/Expedia-PHP-API",
"license": "MIT",
"authors": [

{
"name": "Vitaly Dyatlov",
"email": " [email protected]"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-4": {"Dyatlov\\Expedia": "Dyatlov/Expedia"}
}
}

0 comments on commit ebc67f6

Please sign in to comment.