- PHP 8.4+ & Composer
Install:
composer install
Tests live in test/ (override via phel-config.php).
See also Getting Started guide.
Full suite:
./vendor/bin/phel test
Specific test:
./vendor/bin/phel test test/clojure/core_test/abs.cljc
If runner crashes before report, re-run with --testdox or -v to locate failing test.
See Phel testing docs.
composer.json tracks dev-main (latest phel-lang HEAD):
{
"require": {
"phel-lang/phel-lang": "dev-main"
},
"minimum-stability": "dev"
}Pull latest:
composer update phel-lang/phel-lang
Pin specific commit (optional):
composer require "phel-lang/phel-lang:dev-main#<commit-hash>"