Skip to content

Commit

Permalink
Bump to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freearhey committed Apr 24, 2020
1 parent accd36d commit 9c03f45
Showing 1 changed file with 25 additions and 17 deletions.
42 changes: 25 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,41 @@
{
"name": "freearhey/wikidata",
"description": "A PHP client for working with Wikidata API.",
"keywords": ["wikidata", "client", "php"],
"homepage": "https://github.com/freearhey/wikidata",
"license": "MIT",
"version": "3.3.0",
"name": "freearhey/wikidata",
"description": "A PHP client for working with Wikidata API.",
"keywords": [
"wikidata",
"client",
"php"
],
"homepage": "https://github.com/freearhey/wikidata",
"license": "MIT",
"version": "3.4.0",
"authors": [
{
"name": "Arhey",
"role": "developer"
}
],
"require": {
"tightenco/collect": "^6.4",
"guzzlehttp/guzzle": "^6.3"
"tightenco/collect": "^6.4",
"guzzlehttp/guzzle": "^6.3"
},
"autoload": {
"psr-4": {
"Wikidata\\": "src"
},
"files": ["src/helpers.php"]
"psr-4": {
"Wikidata\\": "src"
},
"files": [
"src/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Wikidata\\Tests\\": "tests"
"Wikidata\\Tests\\": "tests"
},
"files": ["src/helpers.php"]
"files": [
"src/helpers.php"
]
},
"require-dev": {
"phpunit/phpunit": "^6.5"
}
"require-dev": {
"phpunit/phpunit": "^6.5"
}
}

0 comments on commit 9c03f45

Please sign in to comment.