Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushik CH authored Feb 18, 2020
1 parent c15ebe6 commit 4224ae0
Showing 1 changed file with 32 additions and 14 deletions.
46 changes: 32 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,40 @@
{
"name": "chk/voicesearch",
"description": "Module for searching by voice",
"description": "Magento 2 Module for searching by voice",
"require": {
"php": "^7.0|^7.1|^7.2|^7.3",
"magento/framework": "~100.1|~101.0",
"magento/module-catalog-url-rewrite": "100.1|~100.2",
"magento/module-url-rewrite": "~101.0|~100.1",
"symfony/console": "~2.3, !=2.7.0"
},
"require-dev": {
"phpunit/phpunit": "~6.2.0",
"codeclimate/php-test-reporter": "0.4.0",
"magento/marketplace-eqp": "^1.0.5"
},
"repositories": [
{ "type": "composer", "url": "https://repo.magento.com/" }
],
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"authors": [
{
"name": "Koushik CH",
"email": "contact@chkosuhik.com",
"homepage": "https://chkoushik.com",
"role": "Software Developer"
}
{
"name": "Koushik CH",
"email": "contact@chkosuhik.com",
"homepage": "https://chkoushik.com",
"role": "Software Developer"
}
],
"license": "GPL-3.0-or-later",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {},
"autoload": {
"psr-4": {
"CHK\\VoiceSearch\\": ""
}
"files": [
"registration.php"
],
"psr-4": {
"CHK\\VoiceSearch\\": ""
}
}
}

0 comments on commit 4224ae0

Please sign in to comment.