We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06a8ff0 + f4e635c commit 9e441f0Copy full SHA for 9e441f0
.github/workflows/tempest-clean-quality-control.yml
@@ -25,7 +25,7 @@ jobs:
25
run: composer init -ns dev
26
27
- name: Require Tempest
28
- run: composer require tempest/framework:1.0-alpha1
+ run: composer require tempest/framework:1.0-alpha2
29
30
- name: List Installed Dependencies
31
run: composer show -D
@@ -40,4 +40,4 @@ jobs:
40
run: php ./tempest serve &
41
42
- name: Try GET request
43
- run: curl http://localhost:8000
+ run: curl http://localhost:8000
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tempest/app",
3
"require": {
4
- "tempest/framework": "1.0-alpha1"
+ "tempest/framework": "1.0-alpha2"
5
},
6
"require-dev": {
7
"phpunit/phpunit": "^10.2",
0 commit comments