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!
This commit is contained in:
Harald Eilertsen
2024-01-07 19:46:14 +01:00
parent 659a8c967c
commit 0a31fc176c
6 changed files with 14 additions and 2043 deletions

View File

@@ -3,7 +3,7 @@
'name' => 'zotlabs/hubzilla',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ed0d2fed66355a289d50a96023c67da4682a44be',
'reference' => '659a8c967cff97e81c3b8defe047437838b7dff4',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -331,7 +331,7 @@
'zotlabs/hubzilla' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'ed0d2fed66355a289d50a96023c67da4682a44be',
'reference' => '659a8c967cff97e81c3b8defe047437838b7dff4',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),