Merge pull request #25179 from nextcloud/backport/25176/stable19
[stable19] Add "composer.lock" for acceptance tests to git
This commit is contained in:
commit
7ac754cbba
|
@ -153,7 +153,6 @@ Vagrantfile
|
|||
clover.xml
|
||||
|
||||
# Tests - dependencies
|
||||
tests/acceptance/composer.lock
|
||||
tests/acceptance/vendor/
|
||||
|
||||
composer.phar
|
||||
|
|
|
@ -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": {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue