Remove unused dependencies

This commit is contained in:
Daniel Winning 2025-04-26 14:52:02 +01:00
parent ab18af5b5b
commit b235a1c95a

View file

@ -13,13 +13,9 @@
} }
}, },
"require": { "require": {
"loomlabs/utility.collection": "^1.1",
"symfony/console": "^7.2", "symfony/console": "^7.2",
"symfony/yaml": "^7.2" "symfony/yaml": "^7.2"
}, },
"require-dev": {
"phpunit/phpunit": "^12.1"
},
"bin": [ "bin": [
"bin/loom" "bin/loom"
], ],