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

Getting request class not found error #27

Closed
arpitx165 opened this issue Jun 29, 2016 · 2 comments
Closed

Getting request class not found error #27

arpitx165 opened this issue Jun 29, 2016 · 2 comments

Comments

@arpitx165
Copy link

arpitx165 commented Jun 29, 2016

I have tried to include this library using composer but still i am getting class not found error Can any one tell me how can i fix this one

for including library i used :- require_once 'vendor/autoload.php';

@arpitx165 arpitx165 changed the title Getting request class not found Getting request class not found error Jun 29, 2016
@stil
Copy link
Owner

stil commented Jun 29, 2016

Paste the output of composer install execution. You're probably getting some errors while installation.

@arpitx165
Copy link
Author

arpitx165 commented Jun 30, 2016

@still : this is my composer.json file

{
"require": {
"stil/curl-easy": "*"
}
}

After running this command : php composer.phar install
Output :
Loading composer repositories with package information
Updating dependencies (including require-dev)

  • Installing symfony/event-dispatcher (v2.8.7)
    Downloading: 100%
  • Installing stil/curl-easy (v1.1.4)
    Downloading: 100%

symfony/event-dispatcher suggests installing symfony/dependency-injection ()
symfony/event-dispatcher suggests installing symfony/http-kernel ()
Writing lock file
Generating autoload files

I am unable to fix symfony/dependency-injection () and symfony/http-kernel ()

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