Skip to content

Commit 31d8ca1

Browse files
committed
Updated deps, changed from stack/stack to stack/builder
1 parent 376c5f4 commit 31d8ca1

File tree

4 files changed

+185
-119
lines changed

4 files changed

+185
-119
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ as a stack middleware for a silex application:
3838
return $response;
3939
};
4040

41-
$stack = (new Stack\Stack())
41+
$stack = (new Stack\Builder())
4242
->push('Stack\Inline', $inlineMiddleware);
4343

4444
$app = $stack->resolve($app);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require-dev": {
1818
"silex/silex": "~1.0@dev",
19-
"stack/stack": "~1.0@dev",
19+
"stack/builder": "~1.0@dev",
2020
"stack/callable-http-kernel": "~1.0@dev"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)