Skip to content

Commit

Permalink
feat: attempt n1 to upgrade to latest phel
Browse files Browse the repository at this point in the history
  • Loading branch information
mabasic committed Aug 27, 2023
1 parent 64f0c77 commit 3e1e721
Show file tree
Hide file tree
Showing 9 changed files with 406 additions and 422 deletions.
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
/vendor/
data/
out/
PhelGenerated/
var/
vendor/

!PhelGenerated/.gitkeep
*.cache
.phel-repl-history
gacela*.php
phel-config-local.php

node_modules
public/*.map
public/js/*.map
public/css/*.map
.env
.env.production
phel-config-local.php
/dist/

13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
"minimum-stability": "dev",
"require": {
"php": "^8.1",
"aws/aws-sdk-php": "^3.231",
"aws/aws-sdk-php": "^3.279",
"erusev/parsedown-extra": "^0.8.1",
"mabasic/phel-json": "^0.5",
"phel-lang/phel-lang": "v0.7.0",
"rakibtg/sleekdb": "^2.13",
"phel-lang/phel-lang": "v0.11.0",
"rakibtg/sleekdb": "^2.15",
"spatie/yaml-front-matter": "^2.0",
"vlucas/phpdotenv": "^5.4"
"vlucas/phpdotenv": "^5.5"
},
"config": {
"optimize-autoloader": true,
Expand All @@ -33,6 +32,6 @@
"test": "vendor/bin/phel test",
"compile": "vendor/bin/phel compile",
"compile:no-cache": "vendor/bin/phel compile --no-cache",
"format": "vendor/bin/phel format src/ tests/"
"format": "vendor/bin/phel format"
}
}
}
Loading

0 comments on commit 3e1e721

Please sign in to comment.