Sha256: a235947665de76bf4a58158b46a1c8538abd0377ee0e80569c567dbdf131063c
Contents?: true
Size: 416 Bytes
Versions: 42
Compression:
Stored size: 416 Bytes
Contents
<?php /* * This file is part of Composer. * * (c) Nils Adermann <naderman@naderman.de> * Jordi Boggiano <j.boggiano@seld.be> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Composer\Script; /** * The Command Event. * * @deprecated use Composer\Script\Event instead */ class CommandEvent extends Event { }
Version data entries
42 entries across 42 versions & 1 rubygems