From f4e635cc8358be3662bf253ed3e362cea15540ac Mon Sep 17 00:00:00 2001 From: Sven Luijten Date: Fri, 4 Oct 2024 13:29:17 +0200 Subject: [PATCH] Bump version to 1.0-alpha2 --- .github/workflows/tempest-clean-quality-control.yml | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tempest-clean-quality-control.yml b/.github/workflows/tempest-clean-quality-control.yml index da05fda..5f99516 100644 --- a/.github/workflows/tempest-clean-quality-control.yml +++ b/.github/workflows/tempest-clean-quality-control.yml @@ -25,7 +25,7 @@ jobs: run: composer init -ns dev - name: Require Tempest - run: composer require tempest/framework:1.0-alpha1 + run: composer require tempest/framework:1.0-alpha2 - name: List Installed Dependencies run: composer show -D @@ -40,4 +40,4 @@ jobs: run: php ./tempest serve & - name: Try GET request - run: curl http://localhost:8000 \ No newline at end of file + run: curl http://localhost:8000 diff --git a/composer.json b/composer.json index 31b37d0..c7f67e9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "tempest/app", "require": { - "tempest/framework": "1.0-alpha1" + "tempest/framework": "1.0-alpha2" }, "require-dev": { "phpunit/phpunit": "^10.2",