diff options
author | Mario <mario@mariovavti.com> | 2024-09-25 08:40:45 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-09-25 08:40:45 +0000 |
commit | 20ee1a5b5b74d865f5a4ef0a02ae54d45ca52ba9 (patch) | |
tree | 4a8f13462877c55ad943f9567e289aba64cf2140 /composer.lock | |
parent | 2bc088e55581bdbf9ec45f539005c37fb23d5d61 (diff) | |
parent | 2cd779cbe9b75832170bee75bc4703b872769e42 (diff) | |
download | volse-hubzilla-20ee1a5b5b74d865f5a4ef0a02ae54d45ca52ba9.tar.gz volse-hubzilla-20ee1a5b5b74d865f5a4ef0a02ae54d45ca52ba9.tar.bz2 volse-hubzilla-20ee1a5b5b74d865f5a4ef0a02ae54d45ca52ba9.zip |
Merge branch 'remove-tests-from-autoload' into 'dev'
Don't autoload test cases using composer.
See merge request hubzilla/core!2141
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/composer.lock b/composer.lock index 67bcf53b8..f4c1af599 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a3d39881eecda53834cbcb595100e00e", + "content-hash": "e15f86e41cc765cbdd319fc2cc5311fb", "packages": [ { "name": "blueimp/jquery-file-upload", @@ -4534,12 +4534,12 @@ "version": "3.6.2", "source": { "type": "git", - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", "shasum": "" }, @@ -5280,6 +5280,8 @@ "ext-sodium": "*", "ext-bcmath": "*" }, - "platform-dev": [], + "platform-dev": { + "ext-yaml": "*" + }, "plugin-api-version": "2.6.0" } |