Skip to content

Commit

Permalink
move out mborne/remote-git (closes #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mborne committed Nov 25, 2018
1 parent 1b21d34 commit 2066a7f
Show file tree
Hide file tree
Showing 26 changed files with 44 additions and 1,594 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Some command line options provide a basic customization options. You may also us

PHP 7.2 version is recommanded as it is the current LTS with the longest support (see [PHP - Supported Versions](http://php.net/supported-versions.php))

Meanwhile [7.1, 7.2 and 7.3 are tested throw Travis CI](https://travis-ci.org/mborne/satis-gitlab)
Meanwhile [5.6, 7.1, 7.2 and 7.3 are tested throw Travis CI](https://travis-ci.org/mborne/satis-gitlab)


## Testing
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
},
"autoload-dev": {
"psr-4": {
"MBO\\SatisGitlab\\Tests\\": "tests/SatisGitlab",
"MBO\\RemoteGit\\Tests\\": "tests/RemoteGit"
"MBO\\SatisGitlab\\Tests\\": "tests"
}
},
"bin": [
"bin/satis-gitlab"
],
"require": {
"guzzlehttp/guzzle": "~6.0",
"mborne/remote-git": "~0.1",
"symfony/console": "^3.4",
"composer/satis": "^1.0"
},
Expand Down
42 changes: 41 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

78 changes: 0 additions & 78 deletions src/MBO/RemoteGit/ClientFactory.php

This file was deleted.

37 changes: 0 additions & 37 deletions src/MBO/RemoteGit/ClientInterface.php

This file was deleted.

114 changes: 0 additions & 114 deletions src/MBO/RemoteGit/ClientOptions.php

This file was deleted.

Loading

0 comments on commit 2066a7f

Please sign in to comment.