From 39765fe76c51d0efe7d88635ea4a5122fd2ae4ba Mon Sep 17 00:00:00 2001 From: James <78121730+itsnewtjam@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:44:11 -0400 Subject: [PATCH 1/2] fix readme (#12) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56ab4e3..59a22f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@

- newtron + + newtron +

> This is the core framework package for Newtron. @@ -24,7 +26,6 @@ Newtron is currently a work in progress. In it's current state, Newtron can supp - Two routing modes (declarative or file-based) - Middleware pipeline - Quark, a custom templating engine -- Reactor CLI tool - Error handling and logging ### 🚧 Up Next: Developer experience improvements and the signature forms system From bd07dc2b20562b12e615c01765e6e38f6e4fd62c Mon Sep 17 00:00:00 2001 From: James <78121730+itsnewtjam@users.noreply.github.com> Date: Fri, 26 Sep 2025 20:53:25 -0400 Subject: [PATCH 2/2] add license to composer.json (#14) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index d22f090..0ad2e17 100644 --- a/composer.json +++ b/composer.json @@ -4,6 +4,7 @@ "type": "library", "description": "Core framework package for Newtron", "homepage": "https://github.com/newtron-framework/core", + "license": "MIT", "authors": [ { "name": "itsnewtjam",