Skip to content

Commit

Permalink
fix composer.json format
Browse files Browse the repository at this point in the history
  • Loading branch information
howyi committed Aug 21, 2017
1 parent bc074b4 commit d9dd4de
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"license": "MIT",
"authors": [
{
"name": "Hayashi Takuya",
"name": "Hayashi Takuya",
"email": "qrbys@outlook.com"
}
],
"minimum-stability": "stable",
"require": {
"php": ">=7.0.16",
"symfony/console": "~2.0 | ~3.0",
"symfony/yaml": "~2.0 | ~3.0",
"php": ">=7.0.16",
"symfony/console": "~2.0 | ~3.0",
"symfony/yaml": "~2.0 | ~3.0",
"greenlion/php-sql-parser": "^4.1"
},
"autoload": {
Expand All @@ -22,11 +22,11 @@
}
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"symfony/var-dumper": "^3.3",
"satooshi/php-coveralls": "^1.0",
"phpspec/prophecy": "^1.7",
"phpstan/phpstan": "^0.8.0",
"phpunit/phpunit": "^6.2",
"symfony/var-dumper": "^3.3",
"satooshi/php-coveralls": "^1.0",
"phpspec/prophecy": "^1.7",
"phpstan/phpstan": "^0.8.0",
"squizlabs/php_codesniffer": "^3.0"
}
}

0 comments on commit d9dd4de

Please sign in to comment.