Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from articstudio/develop
Browse files Browse the repository at this point in the history
v1.0.1 release
  • Loading branch information
marcmascort authored Apr 30, 2017
2 parents e8427b2 + 224c95f commit 0d58d7b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ composer.phar
/nbproject

# Logs
/logs
/logs/*
!/logs/.gitkeep

# Repositories
/repositories
/repositories/*
!/repositories/.gitkeep

# App
Expand Down
1 change: 1 addition & 0 deletions logs/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

18 changes: 0 additions & 18 deletions public/test.php

This file was deleted.

1 change: 1 addition & 0 deletions repositories/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion src/Deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Pimple\Container;
use Articstudio\Bitbucket\Change;
use Articstudio\Bitbucket\Exception\Deploy\NotFoundException;
use Articstudio\Bitbucket\System\Directory;
use Articstudio\Bitbucket\System\Filesystem\Directory;
use RuntimeException;
use Monolog\Logger;
use Monolog\Handler\NativeMailerHandler;
Expand Down
3 changes: 1 addition & 2 deletions src/System/Filesystem/Directory.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php

namespace Articstudio\Bitbucket\System;
namespace Articstudio\Bitbucket\System\Filesystem;

use RecursiveDirectoryIterator;
use RecursiveIteratorIterator;
use SplFileInfo;

class Directory {

Expand Down
2 changes: 1 addition & 1 deletion src/System/Filesystem/Disk.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Articstudio\Bitbucket\System;
namespace Articstudio\Bitbucket\System\Filesystem;

class Disk {

Expand Down
2 changes: 1 addition & 1 deletion src/System/Filesystem/File.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Articstudio\Bitbucket\System;
namespace Articstudio\Bitbucket\System\Filesystem;

class File {

Expand Down

0 comments on commit 0d58d7b

Please sign in to comment.