Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dev: removed stuff only needed for testing
  • Loading branch information
lacrioque committed Nov 22, 2017
1 parent 254a20b commit b05a8e7
Show file tree
Hide file tree
Showing 32 changed files with 13 additions and 4,866 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -90,8 +90,10 @@ enabletests
## Ignore test tmp files
/tests/data/tmp/**

## Ignore composer.lock to always reinstall all dependancies
## Ignore files and dependencies for testing
composer.lock
third_party/facebook/**/*
third_party/symphony/process/**/*

## Ignore any hidden folder/files (except explicitly defined)
## such as various IDE folders .idea .netbeans .vscode
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -17,7 +17,6 @@
"issues" : "https://www.limesurvey.org/de/community-hilfe/bug-tracker",
"forum" : "https://www.limesurvey.org/de/community-hilfe/forum"
},
"minimum-stability" : "dev",
"autoload": {
"psr-4": {
"LimeSurvey\\PluginManager\\": [
Expand Down
20 changes: 10 additions & 10 deletions third_party/composer/installed.json
@@ -1,27 +1,27 @@
[
{
"name": "symfony/process",
"version": "dev-master",
"version_normalized": "9999999-dev",
"version": "v3.3.13",
"version_normalized": "3.3.13.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "937744f90ebc4de3f82b568be6101b78b2e3afb4"
"reference": "a56a3989fb762d7b19a0cf8e7693ee99a6ffb78d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/937744f90ebc4de3f82b568be6101b78b2e3afb4",
"reference": "937744f90ebc4de3f82b568be6101b78b2e3afb4",
"url": "https://api.github.com/repos/symfony/process/zipball/a56a3989fb762d7b19a0cf8e7693ee99a6ffb78d",
"reference": "a56a3989fb762d7b19a0cf8e7693ee99a6ffb78d",
"shasum": ""
},
"require": {
"php": "^7.1.3"
"php": "^5.5.9|>=7.0.8"
},
"time": "2017-11-21T17:31:29+00:00",
"time": "2017-11-13T15:31:11+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
"dev-master": "3.3-dev"
}
},
"installation-source": "source",
Expand Down Expand Up @@ -52,8 +52,8 @@
},
{
"name": "facebook/webdriver",
"version": "dev-community",
"version_normalized": "dev-community",
"version": "1.5.0",
"version_normalized": "1.5.0.0",
"source": {
"type": "git",
"url": "https://github.com/facebook/php-webdriver.git",
Expand Down
1 change: 0 additions & 1 deletion third_party/facebook/webdriver
Submodule webdriver deleted from 86b5ca
3 changes: 0 additions & 3 deletions third_party/symfony/process/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions third_party/symfony/process/Exception/ExceptionInterface.php

This file was deleted.

21 changes: 0 additions & 21 deletions third_party/symfony/process/Exception/InvalidArgumentException.php

This file was deleted.

21 changes: 0 additions & 21 deletions third_party/symfony/process/Exception/LogicException.php

This file was deleted.

54 changes: 0 additions & 54 deletions third_party/symfony/process/Exception/ProcessFailedException.php

This file was deleted.

69 changes: 0 additions & 69 deletions third_party/symfony/process/Exception/ProcessTimedOutException.php

This file was deleted.

21 changes: 0 additions & 21 deletions third_party/symfony/process/Exception/RuntimeException.php

This file was deleted.

88 changes: 0 additions & 88 deletions third_party/symfony/process/ExecutableFinder.php

This file was deleted.

0 comments on commit b05a8e7

Please sign in to comment.