Merge pull request #25176 from nextcloud/add-composer-lock-for-acceptance-tests-to-git

Add "composer.lock" for acceptance tests to git
This commit is contained in:
Morris Jobke 2021-01-18 12:49:36 +01:00 committed by GitHub
commit cfe098ee6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2774 additions and 4 deletions

1
.gitignore vendored
View File

@ -156,7 +156,6 @@ Vagrantfile
clover.xml
# Tests - dependencies
tests/acceptance/composer.lock
tests/acceptance/vendor/
composer.phar

View File

@ -1,10 +1,10 @@
{
"require-dev": {
"behat/behat": "^3.0",
"behat/behat": "3.7.0",
"behat/mink": "1.7.1",
"behat/mink-extension": "*",
"behat/mink-extension": "2.3.1",
"behat/mink-selenium2-driver": "1.3.1",
"phpunit/phpunit": "~4.6"
"phpunit/phpunit": "4.8.36"
},
"autoload": {
"psr-4": {

2771
tests/acceptance/composer.lock generated Normal file

File diff suppressed because it is too large Load Diff