Simple forum software for building great communities.
Go to file
Franz Liedke 26c9c17a1b Change API to use PSR-7 style requests and responses
This required some interface changes (mostly changing Laravel's or
Symfony's request and response classes to those of Zend's Diactoros.
Some smaller changes to the execution flow in a few of the abstract
action base classes, but nothing substantial.

Note: The request and response classes are immutable, so we usually
need to return new instances after modifying the old ones.
2015-05-27 01:55:05 +02:00
framework/core Change API to use PSR-7 style requests and responses 2015-05-27 01:55:05 +02:00