diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2024-01-07 19:46:14 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2024-01-07 20:24:52 +0100 |
commit | 0a31fc176c01e8ef85a20dfc54ffc18035e0686a (patch) | |
tree | be5008a9b7f94405c952249e473b91a185c99da6 /.gitignore | |
parent | 659a8c967cff97e81c3b8defe047437838b7dff4 (diff) | |
download | volse-hubzilla-0a31fc176c01e8ef85a20dfc54ffc18035e0686a.tar.gz volse-hubzilla-0a31fc176c01e8ef85a20dfc54ffc18035e0686a.tar.bz2 volse-hubzilla-0a31fc176c01e8ef85a20dfc54ffc18035e0686a.zip |
Remove behat as dev dependency.
As the Symphony\Yaml stuff disappeared with behat, we need another way
to load read the yaml files with database fixtures for the integration
tests.
As the php yaml extension is not distributed with PHP by default, this
creates it as another dev dependency!
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore index 482e80dca..878f33f67 100644 --- a/.gitignore +++ b/.gitignore @@ -82,20 +82,16 @@ vendor/**/Test/ vendor/sabre/*/examples/ # Exclude dev dependencies -vendor/behat/ -vendor/bin/behat vendor/bin/pdepend vendor/bin/php-parse vendor/bin/phpcbf vendor/bin/phpcs vendor/bin/phpmd vendor/bin/phpunit -vendor/bin/yaml-lint vendor/composer/pcre/ vendor/composer/xdebug-handler/ vendor/dms/ vendor/doctrine/ -vendor/fabpot/ vendor/myclabs/ vendor/nikic/ vendor/pdepend/ @@ -104,35 +100,16 @@ vendor/php-mock/ vendor/phpmd/ vendor/phpunit/ vendor/psr/container/ -vendor/psr/event-dispatcher/ vendor/sebastian/ vendor/squizlabs/ -vendor/symfony/browser-kit/ vendor/symfony/config/ -vendor/symfony/console/ -vendor/symfony/css-selector/ vendor/symfony/dependency-injection/ vendor/symfony/deprecation-contracts/ -vendor/symfony/dom-crawler/ -vendor/symfony/event-dispatcher-contracts/ -vendor/symfony/event-dispatcher/ vendor/symfony/filesystem/ -vendor/symfony/http-client-contracts/ -vendor/symfony/http-client/ -vendor/symfony/mime/ vendor/symfony/polyfill-ctype/ -vendor/symfony/polyfill-intl-grapheme/ -vendor/symfony/polyfill-intl-idn/ -vendor/symfony/polyfill-intl-normalizer/ vendor/symfony/polyfill-mbstring/ -vendor/symfony/polyfill-php72/ -vendor/symfony/polyfill-php73/ vendor/symfony/polyfill-php80/ vendor/symfony/service-contracts/ -vendor/symfony/string/ -vendor/symfony/translation-contracts/ -vendor/symfony/translation/ -vendor/symfony/yaml/ vendor/theseer/ # /info is a directory containing site-specific HTML documents /info/ |