Skip to content

Commit

Permalink
Composer installer update
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Aug 10, 2017
1 parent 2becc2d commit c3bf149
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CHANGELOG

4.0.0-alpha9.pre
---------------
* Composer installer update
* Translate

4.0.0-alpha8
Expand Down
4 changes: 2 additions & 2 deletions src/console/Composer.php → src/composer/Installer.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

namespace skeeks\cms\console;
namespace skeeks\cms\composer;

use Composer\Script\Event;
use Composer\Installer\PackageEvent;
use skeeks\cms\components\Cms;
use skeeks\cms\helpers\FileHelper;

class Composer
class Installer
{
public static function postInstall(Event $event)
{
Expand Down

0 comments on commit c3bf149

Please sign in to comment.