Skip to content

Commit

Permalink
Fix: Run 'composer normalize'
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and ondrejmirtes committed Dec 20, 2019
1 parent 91eabf9 commit 0eaf8af
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "phpstan/extension-installer",
"type": "composer-plugin",
"description": "Composer plugin for automatic installation of PHPStan extensions",
"license": [
"MIT"
],
"type": "composer-plugin",
"require": {
"php": "^7.1",
"composer-plugin-api": "^1.1",
Expand All @@ -14,18 +14,18 @@
"composer/composer": "^1.8",
"consistence/coding-standard": "^3.8",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^1.0",
"phpstan/phpstan-strict-rules": "^0.11",
"slevomat/coding-standard": "^5.0.4",
"phing/phing": "^2.16",
"ergebnis/composer-normalize": "^2.0.2"
"phpstan/phpstan-strict-rules": "^0.11",
"slevomat/coding-standard": "^5.0.4"
},
"extra": {
"class": "PHPStan\\ExtensionInstaller\\Plugin"
},
"autoload": {
"psr-4": {
"PHPStan\\ExtensionInstaller\\": "src/"
}
},
"extra": {
"class": "PHPStan\\ExtensionInstaller\\Plugin"
}
}

0 comments on commit 0eaf8af

Please sign in to comment.