teleport icon indicating copy to clipboard operation
teleport copied to clipboard

fix deprecated Composer\Script\CommandEvent and update dependencies

Open netProphET opened this issue 8 years ago • 0 comments

Composer was complaining about the event dependencies injected into Teleport\Composer methods.

This PR

  • adds the Composer project to require-dev so Composer's classes can be introspected in the IDE
  • replaces deprecated Composer\Script\CommandEvent with Composer\Script\Event
  • updates other dependencies in composer.lock

netProphET avatar Jun 30 '16 16:06 netProphET