Skip to content

Commit 2ce1b75

Browse files
andysnellclaude
andcommitted
FORKING PROJECT: Remove temporary local http-tortilla development scaffolding
Remove the path repository block and dev-main version alias from composer.json, replacing with the standard ^3.0 constraint. Remove the extra http-tortilla volume mount from compose.yml. These were temporary workarounds for developing against an unpublished local copy of wickedbyte/http-tortilla. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 93cfa03 commit 2ce1b75

File tree

3 files changed

+19
-66
lines changed

3 files changed

+19
-66
lines changed

compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ services:
1010
platform: linux/amd64
1111
volumes:
1212
- ${SOURCE_DIR:-./}:/app
13-
- ${HTTP_TORTILLA_DIR:-../http-tortilla}:/http-tortilla
1413
env_file:
1514
- .env
1615
environment:

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,12 @@
2323
"email": "tim@timlytle.net"
2424
}
2525
],
26-
"repositories": [
27-
{
28-
"type": "path",
29-
"url": "/http-tortilla"
30-
}
31-
],
3226
"require": {
3327
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
3428
"psr/http-factory": "^1.0",
3529
"psr/http-message": "^2.0",
3630
"psr/http-server-middleware": "^1.0",
37-
"wickedbyte/http-tortilla": "dev-main as 3.0.0"
31+
"wickedbyte/http-tortilla": "^3.0"
3832
},
3933
"require-dev": {
4034
"jangregor/phpstan-prophecy": "^2.2.0",

composer.lock

Lines changed: 18 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)