Skip to content

Commit

Permalink
upgrade phel 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Jun 22, 2024
1 parent b59d188 commit abada52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"require": {
"php": ">=8.2",
"ext-readline": "*",
"phel-lang/phel-lang": "^0.13",
"chemaclass/phel-cli-gui": "^0.2"
"phel-lang/phel-lang": "^0.15",
"chemaclass/phel-cli-gui": "^0.3"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
Expand Down
4 changes: 2 additions & 2 deletions phel-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

declare(strict_types=1);

use Phel\Config\PhelBuildConfig;
use Phel\Config\PhelConfig;
use Phel\Config\PhelOutConfig;

return (new PhelConfig())
->setSrcDirs(['src'])
->setTestDirs(['tests'])
->setVendorDir('vendor')
->setOut((new PhelOutConfig())
->setBuildConfig((new PhelBuildConfig())
->setMainPhelNamespace('phel-snake\main')
->setMainPhpPath('out/main.php'))
->setIgnoreWhenBuilding(['local.phel'])
Expand Down

0 comments on commit abada52

Please sign in to comment.