Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Remove symfony/var-dumper dependency on dev, updated keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdemirburak committed Sep 24, 2016
1 parent 97ba435 commit 61742e4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"description": "Unoffical SkyScanner PHP API",
"keywords": [
"skyscanner",
"php",
"api",
"sdk",
"flights"
"flight",
"travel",
"trip"
],
"homepage": "https://github.com/ozdemirburak/skyscanner-php",
"license": "MIT",
Expand All @@ -24,8 +25,11 @@
"symfony/console": "~2.8|~3.1"
},
"require-dev": {
"phpunit/phpunit" : "~4.0|~5.0",
"symfony/var-dumper": "~2.8|~3.1"
"phpunit/phpunit" : "~4.0|~5.0"
},
"suggest": {
"symfony/var-dumper": "Better exploring and dumping for the PHP variables.",
"nesbot/carbon": "Makes date/datetime objects easier to handle."
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 61742e4

Please sign in to comment.