Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Classes not found: Slim\Http\Headers, Slim\Http\Request, Slim\Http\Response #2530

Closed
adriansuter opened this issue Nov 1, 2018 · 1 comment

Comments

@adriansuter
Copy link
Contributor

Hi, I just installed the 4.x branch (using composer) and there seems to be a problem in the Slim class.

The following classes could not be found.

Slim\Http\Headers;
Slim\Http\Request;
Slim\Http\Response

Any idea, why this happened? Where are they? I thought they should be in the slimphp/Slim-Http project.

@adriansuter adriansuter changed the title Slim\Http\Headers; use Slim\Http\Request; use Slim\Http\Response Classes not found: Slim\Http\Headers, Slim\Http\Request, Slim\Http\Response Nov 1, 2018
@akrabat
Copy link
Member

akrabat commented Nov 1, 2018

The 4.x branch is very much in flux at the moment! Slim-Http is now a set of decorators over a separate PSR-7 implementation. PR #2529 covers the integration of this into Slim 4.

@akrabat akrabat closed this as completed Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants