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

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
update composer.json
  • Loading branch information
prisis committed May 1, 2018
1 parent 459f66a commit d067381
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "narrowspark/configurators",
"type": "library",
"type": "discovery-configurator",
"description": "Discovery configurators for the narrowspark framework",
"keywords": [
"narrowspark",
Expand All @@ -23,11 +23,11 @@
"require-dev": {
"composer/composer": "^1.6",
"mockery/mockery": "^1.0.0",
"narrowspark/php-cs-fixer-config": "^2.1",
"narrowspark/testing-helper": "^6.0",
"phpstan/phpstan": "^0.9",
"phpstan/phpstan-phpunit": "^0.9",
"phpunit/phpunit": "^7.0"
"narrowspark/php-cs-fixer-config": "^2.1.0",
"narrowspark/testing-helper": "^6.0.0",
"phpstan/phpstan": "^0.9.0",
"phpstan/phpstan-phpunit": "^0.9.0",
"phpunit/phpunit": "^7.0.0"
},
"config": {
"optimize-autoloader": true,
Expand All @@ -53,7 +53,7 @@
"phpstan": "phpstan analyse -c phpstan.neon -l 7 src --memory-limit=-1"
},
"support": {
"issues": "https://github.com/narrowspark/mimetypes/issues",
"source": "https://github.com/narrowspark/mimetypes"
"issues": "https://github.com/narrowspark/configurators/issues",
"source": "https://github.com/narrowspark/configurators"
}
}

0 comments on commit d067381

Please sign in to comment.