1.1.2 - Fix for SQLite build #3

Merged
Danny merged 2 commits from dev into main 2025-04-26 13:52:25 +00:00
Showing only changes of commit b235a1c95a - Show all commits

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"
], ],