Skip to content

Commit

Permalink
Merge pull request #41 from AydinHassan/fix-event-hint
Browse files Browse the repository at this point in the history
Update deps and fix deprecated event type hint
  • Loading branch information
AydinHassan authored Dec 21, 2016
2 parents abec498 + bda2b54 commit ef9de07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"require-dev": {
"squizlabs/php_codesniffer": "~1.5",
"composer/composer": "~1.0@dev",
"composer/composer": "^1.3@dev",
"phpunit/phpunit": "~4.3",
"mikey179/vfsStream": "~1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/CoreManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Composer\Plugin\PluginInterface;
use Composer\Installer\InstallerEvents;
use Composer\Installer\PackageEvents;
use Composer\Script\PackageEvent;
use Composer\Installer\PackageEvent;
use Composer\Util\Filesystem;
use Composer\Package\PackageInterface;

Expand Down

0 comments on commit ef9de07

Please sign in to comment.