Skip to content

Commit

Permalink
Require Spark module
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Nov 2, 2024
1 parent b98ec9d commit 8a9664c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Spark

## 1.0.0-alpha.4 - 2024-11-02

### Changed

- Renamed “Spark Plug” to “Spark Module”.

## 1.0.0-alpha.3 - 2024-11-01

### Changed
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "putyourlightson/craft-spark",
"description": "A real-time, template-driven hypermedia framework for Craft.",
"version": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"type": "craft-plugin",
"license": "mit",
"require": {
"php": ">=8.2",
"craftcms/cms": "^5.0",
"putyourlightson/datastar-php": "1.0.1",
"putyourlightson/craft-spark-plug": "^1.0.0-alpha.1"
"putyourlightson/craft-spark-module": "^1.0.0-alpha.2"
},
"require-dev": {
"craftcms/ecs": "dev-main",
Expand Down

0 comments on commit 8a9664c

Please sign in to comment.