diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-07-20 11:38:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-20 11:38:55 +0200 |
commit | 317fc6e684356b645ea1327c2631c7d5fc193ddd (patch) | |
tree | 9168c70fb714f99fb7db22745c7eecc1012296b9 /bin | |
parent | 0dc09439efeb01e8c56d3417922aa8fccce01ead (diff) | |
parent | 8d8d48a2bbdb5db61a210e123d99515ca4a9f52a (diff) | |
download | wallabag-317fc6e684356b645ea1327c2631c7d5fc193ddd.tar.gz wallabag-317fc6e684356b645ea1327c2631c7d5fc193ddd.tar.zst wallabag-317fc6e684356b645ea1327c2631c7d5fc193ddd.zip |
Merge pull request #2195 from wallabag/remove-bin
Remove binary from repo
Diffstat (limited to 'bin')
l--------- | bin/doctrine | 1 | ||||
l--------- | bin/doctrine-dbal | 1 | ||||
l--------- | bin/doctrine-migrations | 1 | ||||
l--------- | bin/doctrine.php | 1 | ||||
l--------- | bin/php-cs-fixer | 1 | ||||
l--------- | bin/security-checker | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/bin/doctrine b/bin/doctrine deleted file mode 120000 index 0f72e36f..00000000 --- a/bin/doctrine +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../vendor/doctrine/orm/bin/doctrine \ No newline at end of file | ||
diff --git a/bin/doctrine-dbal b/bin/doctrine-dbal deleted file mode 120000 index 110e93c5..00000000 --- a/bin/doctrine-dbal +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../vendor/doctrine/dbal/bin/doctrine-dbal \ No newline at end of file | ||
diff --git a/bin/doctrine-migrations b/bin/doctrine-migrations deleted file mode 120000 index 7184da71..00000000 --- a/bin/doctrine-migrations +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../vendor/doctrine/migrations/bin/doctrine-migrations \ No newline at end of file | ||
diff --git a/bin/doctrine.php b/bin/doctrine.php deleted file mode 120000 index b22b74da..00000000 --- a/bin/doctrine.php +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../vendor/doctrine/orm/bin/doctrine.php \ No newline at end of file | ||
diff --git a/bin/php-cs-fixer b/bin/php-cs-fixer deleted file mode 120000 index 4d771203..00000000 --- a/bin/php-cs-fixer +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../vendor/friendsofphp/php-cs-fixer/php-cs-fixer \ No newline at end of file | ||
diff --git a/bin/security-checker b/bin/security-checker deleted file mode 120000 index 85f6e8ed..00000000 --- a/bin/security-checker +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | ../vendor/sensiolabs/security-checker/security-checker \ No newline at end of file | ||