Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lireincore committed Mar 23, 2017
1 parent ce17295 commit bbaa264
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "lireincore/ymlparser",
"description": "YML (Yandex Market Language) parser",
"version": "3.2.1",
"type": "library",
"keywords": ["yml", "parser", "yandex", "market"],
"homepage": "https://github.com/lireincore/ymlparser",
"license": "MIT",
"support": {
"issues": "https://github.com/lireincore/imgcache/issues",
"source": "https://github.com/lireincore/imgcache"
"issues": "https://github.com/lireincore/ymlparser/issues",
"source": "https://github.com/lireincore/ymlparser"
},
"authors": [
{
Expand All @@ -20,9 +19,6 @@
"php": ">=5.5",
"ext-xmlreader": "*"
},
"require-dev": {
"phpunit/phpunit": "~5.0"
},
"autoload": {
"psr-4": {
"LireinCore\\YMLParser\\": "src"
Expand Down

0 comments on commit bbaa264

Please sign in to comment.