Skip to content

Commit

Permalink
[TASK] #3 | Introduce ScriptHelper class for usage in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiYang committed Oct 2, 2018
1 parent 3ba8c8d commit c634cbf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Classes/Composer/ScriptHelper.php
@@ -0,0 +1,21 @@
<?php
declare(strict_types=1);

namespace KamiYang\ProjectVersion\Composer;

use Composer\Script\Event;

/**
* Easy access helper for composer.json
*/
class ScriptHelper
{
/**
* @param \Composer\Script\Event $event
* @internal
*/
public static function generateVersionFile(Event $event)
{

}
}

0 comments on commit c634cbf

Please sign in to comment.