Git Product home page Git Product logo

laravel-goutte's People

Contributors

atefbb avatar bhaveshdaswani93 avatar choirudin2210 avatar duncanmcclean avatar dweidner avatar laravel-shift avatar nexxai avatar pooyadustdar avatar ricklambrechts avatar stephane-monnot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

laravel-goutte's Issues

Class not found with laravel 5.4

Hello @dweidner is this package compactible with laravel 5.4 because I have the same problem as in #12 and can revert back to a lower version. I'm eagerly waiting for your response, thanks.

Best regards,
wadleo.

Download img to folder?

Hi there, I just have a question, I want save all img Avatar post and All img detail post into the folder upload on server. Can you help me?
Thanks.

Laravel 8 Support

Laravel 8 has been released, which has a dependancy on guzzle 7. This package requires guzzle 6.

Goutte not found only in Laravel Job

Goutte work perfectly for me when using it in web.php, but not inside a job class, i tried running composer dump-autoload in my project root and using:

use Weidner\Goutte\GoutteFacade;

or

use Weidner\Goutte\GoutteServiceProvider;

i get job failed every time with this exception :

Error: Class "App\Jobs\Goutte" not found in /var/www/html/app/Jobs/TrouveVulns.php:42
Stack trace:
#0 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): App\Jobs\TrouveVulns->handle()
#1 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
#2 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure()
#3 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod()
#4 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php(651): Illuminate\Container\BoundMethod::call()
#5 /var/www/html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(128): Illuminate\Container\Container->call()
#6 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Bus\Dispatcher->Illuminate\Bus\{closure}()
#7 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#8 /var/www/html/vendor/laravel/framework/src/Illuminate/Bus/Dispatcher.php(132): Illuminate\Pipeline\Pipeline->then()
#9 /var/www/html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(120): Illuminate\Bus\Dispatcher->dispatchNow()
#10 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(128): Illuminate\Queue\CallQueuedHandler->Illuminate\Queue\{closure}()
#11 /var/www/html/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(103): Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure}()
#12 /var/www/html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(122): Illuminate\Pipeline\Pipeline->then()
#13 /var/www/html/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php(70): Illuminate\Queue\CallQueuedHandler->dispatchThroughMiddleware()
#14 /var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Jobs/Job.php(98): Illuminate\Queue\CallQueuedHandler->call()
#15 /var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(428): Illuminate\Queue\Jobs\Job->fire()
#16 /var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(378): Illuminate\Queue\Worker->process()
#17 /var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Worker.php(172): Illuminate\Queue\Worker->runJob()
#18 /var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(117): Illuminate\Queue\Worker->daemon()
#19 /var/www/html/vendor/laravel/framework/src/Illuminate/Queue/Console/WorkCommand.php(101): Illuminate\Queue\Console\WorkCommand->runWorker()
#20 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\Queue\Console\WorkCommand->handle()
#21 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Util.php(40): Illuminate\Container\BoundMethod::Illuminate\Container\{closure}()
#22 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\Container\Util::unwrapIfClosure()
#23 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\Container\BoundMethod::callBoundMethod()
#24 /var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php(651): Illuminate\Container\BoundMethod::call()
#25 /var/www/html/vendor/laravel/framework/src/Illuminate/Console/Command.php(136): Illuminate\Container\Container->call()
#26 /var/www/html/vendor/symfony/console/Command/Command.php(299): Illuminate\Console\Command->execute()
#27 /var/www/html/vendor/laravel/framework/src/Illuminate/Console/Command.php(121): Symfony\Component\Console\Command\Command->run()
#28 /var/www/html/vendor/symfony/console/Application.php(978): Illuminate\Console\Command->run()
#29 /var/www/html/vendor/symfony/console/Application.php(295): Symfony\Component\Console\Application->doRunCommand()
#30 /var/www/html/vendor/symfony/console/Application.php(167): Symfony\Component\Console\Application->doRun()
#31 /var/www/html/vendor/laravel/framework/src/Illuminate/Console/Application.php(92): Symfony\Component\Console\Application->run()
#32 /var/www/html/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(129): Illuminate\Console\Application->run()
#33 /var/www/html/artisan(37): Illuminate\Foundation\Console\Kernel->handle()
#34 {main}

I'm using Laravel 8 inside Docker, inside handle() there is :

$links = array();
        $crawler = Goutte::request('GET', 'https://duckduckgo.com/html/?q=Laravel');
        $crawler->filter('.result__title .result__a')->each(function ($node) {
            $links[] = $node->text();
        });

Install Old Version

Hi, my current Laravel version is 6, so I should install Laravel Goutte 1.6. But composer require weidner/goutte:@dev shows me the error: Installation failed, reverting ./composer.json and ./composer.lock to their original content. How can I install this version of package? cheers

PHP 8 support

Hello, I'm trying to use your package. At composer I'm typing composer require weidner/goutte, but I'm having the following errors:

Problem 1
    - fabpot/goutte v4.0.0 requires php ^7.1.3 -> your php version (8.0.11) does not satisfy that requirement.
    - fabpot/goutte v4.0.1 requires symfony/css-selector ^4.4|^5.0 -> found symfony/css-selector[v4.4.0-BETA1, ..., 4.4.x-dev, v5.0.0-BETA1, ..., 5.4.x-dev] but the package is fixed to v6.0.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
    - weidner/goutte 2.1.0 requires fabpot/goutte ^4.0 -> satisfiable by fabpot/goutte[v4.0.0, v4.0.1].
    - Root composer.json requires weidner/goutte ^2.1 -> satisfiable by weidner/goutte[2.1.0].

Is it possible to update it to php 8? Thank you

Compatibility issue with guzzle 7.0 required by Laravel 8

Looks like composer gets stuck due to the requirement of guzzle 6.x (i think?) for this package:

  • Installation request for weidner/goutte ^1.0 -> satisfiable by weidner/goutte[1.0.0, 1.0.1, 1.1.0,
    1.2.0, 1.3.0, 1.3.1, 1.4.0, 1.5.0, 1.6.0, 1.0.x-dev].
    • Can only install one of: guzzlehttp/guzzle[7.0.1, 6.5.x-dev].
    • Can only install one of: guzzlehttp/guzzle[7.0.x-dev, 6.5.x-dev].
    • Can only install one of: guzzlehttp/guzzle[7.1.x-dev, 6.5.x-dev].
    • Can only install one of: guzzlehttp/guzzle[6.5.x-dev, 7.0.1].
    • Conclusion: install guzzlehttp/guzzle 6.5.x-dev
    • Installation request for guzzlehttp/guzzle ^7.0.1 -> satisfiable by guzzlehttp/guzzle[7.0.1, 7.0.x-
      dev, 7.1.x-dev].

Class 'App\Http\Controllers\System\Goutte' not found

Currently running Laravel 5.4.

Under config.app.php => 'providers'
Weidner\Goutte\GoutteServiceProvider::class,

Under config.app.php => 'aliases'
'Goutte' => Weidner\Goutte\GoutteFacade::class,

When I try to use the following in my controller I get the following error:
$crawler = Goutte::request('GET', $target_url);

Class 'App\Http\Controllers\System\Goutte' not found

Laravel 5.5 package auto discovery

Hi
Adding package auto-discovery for laravel 5.5 would make the package much simpler to get going with.

I think it just requires the following additions to composer.json

"extra": {
    "branch-alias": {
            "dev-master": "1.0-dev"
     },
    "laravel": {
        "providers": [
            "Weidner\\Goutte\\GoutteServiceProvider"
        ],
        "aliases": {
            "Goutte": "Weidner\\Goutte\\GoutteFacade"
        }
    }
}

Class 'Goutte' not found

I use laravel 5.4 . when use library, i have problem . i run composer require weidner/goutte to install, had config in config/app.php
image
image

and run php artisan vendor:publish, composer updatde, composer dump-autoload.. etc but it not work

Version 1.3 is not available via composer

I recently attempted to update my pet project using your package, I'm getting the following composer error;

  Problem 1
    - The requested package weidner/goutte ^1.3.0 exists as weidner/goutte[1.0.0, 1.0.1, 1.1.0, 1.2.0, dev-develop, dev-master, 1.0.x-dev] but these are rejected by your constraint.

A quick check on Packagist showed only up to 1.2 is available. Are you planning on making version 1.3 available on Packagist? or will it only be available via GitHub?

Tag Package Auto Discovery Version

Please, create a tag for the "new" Version including the necessary code for auto detection of laravel packages.
This way it could be more easyily installed / updated with composer.

Goutte class not found

Tried to use this package in Laravel 9.19. Unfortunately, it doesn't load alias even I do composer dump-autoload

How to set CURLOPT_SSLVERSION

I've tried with

Goutte::request( 'GET', $prompt['url'], [ 'curl' => [ CURLOPT_SSLVERSION => 3 ] ] );

How would I go about doing that? ๐Ÿค”

Get only the text part inside a td

<td>
<span class="xyz">Get this text</span> (dd-mm-yyyy)
<br><a href="/url">dummy text is here</a>
</td>

How to get the the first text inside the span?

saving login data... (not Goutte issue)

I am using this package logging in to a service, and then doing a webscrapping.. This all works fine but I was wondering if I can CACHE/STORE the first logging in result so that I dont have to keep doing the logging in part for each data sent to my API?

I tried the normal laravel cache but it just says Closures not allowed..

Sorry its not strictly Goutte issue...

Use Namespace Issue

I know this is my own problem and nothing wrong with the code, I just need some help. I followed your "how to install" instructions in the other issue and in my Controller I tried the following:
Use Goutte and Weidner\Goutte and Weidner\Goutte\Goutte

However, when trying to use the Crawler I always get the below error:
Class 'App\Http\Controllers\Crawler' not found

I assume it's just me not knowing how to use the namespace properly.

This is what the top of my file looks like now:

namespace App\Http\Controllers;
use Illuminate\Foundation\Bus\DispatchesJobs;
use Illuminate\Routing\Controller as BaseController;
use Illuminate\Foundation\Validation\ValidatesRequests;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;

use Goutte;

Thank you for any help!

Unit Testing

I'm not sure if I'm overlooking something simple, or if I should do reading else where.

How would one unit test code that uses this library?

Using your example;

$crawler = Goutte::request('GET', 'https://duckduckgo.com/html/?q=Laravel');
$crawler->filter('.result__title .result__a')->each(function ($node) {
    dump($node->text());
});

With a class like the following;

class Foo {
    public function __construct($url = null){
        $this->crawler = Goutte::request('GET', $url);
    }

    public function getLinkText(){        
        $links = $crawler->filter('.result__title .result__a')->each(function ($node) {
            return $node->text();
        });
        return $links;
    }
}

How would your unit test for the above code look? Granted you wouldn't want to hit that URL while unit testing. How would you simulate or build the HTML to be tested/traversed?

FWIW, I was also referencing a few samples on;

Deprecated Dependency: fabpot/goutte

Hello,

I wanted to inform you that the dependency "fabpot/goutte" in your package has been deprecated and is no longer actively maintained. This means it may pose security risks and compatibility issues.

To ensure the stability and security of your package, it is highly recommended to update the dependency to an alternative library that is actively maintained and supported by the community.

Thank you for your attention to this matter.

How To Remove particular node

Hi ,
How to remove a particular node or tag remove in the list?
If any function or method for remove particular node like "li" Tag

Cant using service container to make Guzzle client anymore

after updating to the newest release, all our guzzle's client's test failed to wrong aliasing in the service container.
We realize this happened because displaced arguments passed to the alias method.
With that now, GuzzleHttp\Client is aliased to goutte.client and goutte.client itself is a singleton.
So because of that if we want to create a new guzzle client with options like a handler, service container doesn't make a new instance but give us singleton.

Goutte version update

Hi,

goutte is out in version 3.1.2. Is there any reason you're using 2.0.* here?

best regards

Error installing with Laravel6.6.0

$ php artisan --version
Laravel Framework 6.6.0
$ composer require weidner/goutte
Error output
    1/3:	http://repo.packagist.org/p/provider-latest$ecea6af719016bb4b66d5a8221b33f489fbfdcd7438b6658617979a3691d1dc7.json
    2/3:	http://repo.packagist.org/p/provider-2019-10$23ab362423b27b60bdf790ee632834c3349070d72b157c8c423f31c3d98077ff.json
    3/3:	http://repo.packagist.org/p/provider-2019-07$23ba92b88e604695c673253e6f38f8b8e333dbe79322bbb56246a0c1f1a14a49.json
    Finished: success: 3, skipped: 0, failure: 0, total: 3
Using version ^1.3 for weidner/goutte
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Conclusion: don't install weidner/goutte 1.3.1
    - Conclusion: remove symfony/css-selector v5.0.0
    - Installation request for weidner/goutte ^1.3 -> satisfiable by weidner/goutte[1.3.0, 1.3.1].
    - Conclusion: don't install symfony/css-selector v5.0.0
    - weidner/goutte 1.3.0 requires fabpot/goutte ^3.2 -> satisfiable by fabpot/goutte[v3.2.0, v3.2.1, v3.2.2, v3.2.3].
    - fabpot/goutte v3.2.0 requires symfony/css-selector ~2.1|~3.0 -> satisfiable by symfony/css-selector[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.0-BETA1, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.0-BETA1, v3.1.0-RC1, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.0-BETA1, v3.2.0-RC1, v3.2.0-RC2, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.0-BETA1, v3.3.0-RC1, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.0-BETA1, v3.4.0-BETA2, v3.4.0-BETA3, v3.4.0-BETA4, v3.4.0-RC1, v3.4.0-RC2, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
    - fabpot/goutte v3.2.1 requires symfony/css-selector ~2.1|~3.0 -> satisfiable by symfony/css-selector[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.0-BETA1, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.0-BETA1, v3.1.0-RC1, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.0-BETA1, v3.2.0-RC1, v3.2.0-RC2, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.0-BETA1, v3.3.0-RC1, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.0-BETA1, v3.4.0-BETA2, v3.4.0-BETA3, v3.4.0-BETA4, v3.4.0-RC1, v3.4.0-RC2, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9].
    - fabpot/goutte v3.2.2 requires symfony/css-selector ~2.1|~3.0|~4.0 -> satisfiable by symfony/css-selector[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev, 4.0.x-dev, 4.1.x-dev, 4.2.x-dev, 4.3.x-dev, 4.4.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.0-BETA1, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.0-BETA1, v3.1.0-RC1, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.0-BETA1, v3.2.0-RC1, v3.2.0-RC2, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.0-BETA1, v3.3.0-RC1, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.0-BETA1, v3.4.0-BETA2, v3.4.0-BETA3, v3.4.0-BETA4, v3.4.0-RC1, v3.4.0-RC2, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9, v4.0.0, v4.0.0-BETA1, v4.0.0-BETA2, v4.0.0-BETA3, v4.0.0-BETA4, v4.0.0-RC1, v4.0.0-RC2, v4.0.1, v4.0.10, v4.0.11, v4.0.12, v4.0.13, v4.0.14, v4.0.15, v4.0.2, v4.0.3, v4.0.4, v4.0.5, v4.0.6, v4.0.7, v4.0.8, v4.0.9, v4.1.0, v4.1.0-BETA1, v4.1.0-BETA2, v4.1.0-BETA3, v4.1.1, v4.1.10, v4.1.11, v4.1.12, v4.1.2, v4.1.3, v4.1.4, v4.1.5, v4.1.6, v4.1.7, v4.1.8, v4.1.9, v4.2.0, v4.2.0-BETA1, v4.2.0-BETA2, v4.2.0-RC1, v4.2.1, v4.2.10, v4.2.11, v4.2.12, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9, v4.3.0, v4.3.0-BETA1, v4.3.0-BETA2, v4.3.0-RC1, v4.3.1, v4.3.2, v4.3.3, v4.3.4, v4.3.5, v4.3.6, v4.3.7, v4.3.8, v4.4.0, v4.4.0-BETA1, v4.4.0-BETA2, v4.4.0-RC1].
    - fabpot/goutte v3.2.3 requires symfony/css-selector ~2.1|~3.0|~4.0 -> satisfiable by symfony/css-selector[2.1.x-dev, 2.2.x-dev, 2.3.x-dev, 2.4.x-dev, 2.5.x-dev, 2.6.x-dev, 2.7.x-dev, 2.8.x-dev, 3.0.x-dev, 3.1.x-dev, 3.2.x-dev, 3.3.x-dev, 3.4.x-dev, 4.0.x-dev, 4.1.x-dev, 4.2.x-dev, 4.3.x-dev, 4.4.x-dev, v2.1.0, v2.1.1, v2.1.10, v2.1.11, v2.1.12, v2.1.13, v2.1.2, v2.1.3, v2.1.4, v2.1.5, v2.1.6, v2.1.7, v2.1.8, v2.1.9, v2.2.0, v2.2.1, v2.2.10, v2.2.11, v2.2.2, v2.2.3, v2.2.4, v2.2.5, v2.2.6, v2.2.7, v2.2.8, v2.2.9, v2.3.0, v2.3.1, v2.3.10, v2.3.11, v2.3.12, v2.3.13, v2.3.14, v2.3.15, v2.3.16, v2.3.17, v2.3.18, v2.3.19, v2.3.2, v2.3.20, v2.3.21, v2.3.22, v2.3.23, v2.3.24, v2.3.25, v2.3.26, v2.3.27, v2.3.28, v2.3.29, v2.3.3, v2.3.30, v2.3.31, v2.3.32, v2.3.33, v2.3.34, v2.3.35, v2.3.36, v2.3.37, v2.3.38, v2.3.39, v2.3.4, v2.3.40, v2.3.41, v2.3.42, v2.3.5, v2.3.6, v2.3.7, v2.3.8, v2.3.9, v2.4.0, v2.4.0-BETA1, v2.4.0-BETA2, v2.4.0-RC1, v2.4.1, v2.4.10, v2.4.2, v2.4.3, v2.4.4, v2.4.5, v2.4.6, v2.4.7, v2.4.8, v2.4.9, v2.5.0, v2.5.0-BETA1, v2.5.0-BETA2, v2.5.0-RC1, v2.5.1, v2.5.10, v2.5.11, v2.5.12, v2.5.2, v2.5.3, v2.5.4, v2.5.5, v2.5.6, v2.5.7, v2.5.8, v2.5.9, v2.6.0, v2.6.0-BETA1, v2.6.0-BETA2, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.13, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.0-BETA1, v2.7.0-BETA2, v2.7.1, v2.7.10, v2.7.11, v2.7.12, v2.7.13, v2.7.14, v2.7.15, v2.7.16, v2.7.17, v2.7.18, v2.7.19, v2.7.2, v2.7.20, v2.7.21, v2.7.22, v2.7.23, v2.7.24, v2.7.25, v2.7.26, v2.7.27, v2.7.28, v2.7.29, v2.7.3, v2.7.30, v2.7.31, v2.7.32, v2.7.33, v2.7.34, v2.7.35, v2.7.36, v2.7.37, v2.7.38, v2.7.39, v2.7.4, v2.7.40, v2.7.41, v2.7.42, v2.7.43, v2.7.44, v2.7.45, v2.7.46, v2.7.47, v2.7.48, v2.7.49, v2.7.5, v2.7.50, v2.7.51, v2.7.6, v2.7.7, v2.7.8, v2.7.9, v2.8.0, v2.8.0-BETA1, v2.8.1, v2.8.10, v2.8.11, v2.8.12, v2.8.13, v2.8.14, v2.8.15, v2.8.16, v2.8.17, v2.8.18, v2.8.19, v2.8.2, v2.8.20, v2.8.21, v2.8.22, v2.8.23, v2.8.24, v2.8.25, v2.8.26, v2.8.27, v2.8.28, v2.8.29, v2.8.3, v2.8.30, v2.8.31, v2.8.32, v2.8.33, v2.8.34, v2.8.35, v2.8.36, v2.8.37, v2.8.38, v2.8.39, v2.8.4, v2.8.40, v2.8.41, v2.8.42, v2.8.43, v2.8.44, v2.8.45, v2.8.46, v2.8.47, v2.8.48, v2.8.49, v2.8.5, v2.8.50, v2.8.52, v2.8.6, v2.8.7, v2.8.8, v2.8.9, v3.0.0, v3.0.0-BETA1, v3.0.1, v3.0.2, v3.0.3, v3.0.4, v3.0.5, v3.0.6, v3.0.7, v3.0.8, v3.0.9, v3.1.0, v3.1.0-BETA1, v3.1.0-RC1, v3.1.1, v3.1.10, v3.1.2, v3.1.3, v3.1.4, v3.1.5, v3.1.6, v3.1.7, v3.1.8, v3.1.9, v3.2.0, v3.2.0-BETA1, v3.2.0-RC1, v3.2.0-RC2, v3.2.1, v3.2.10, v3.2.11, v3.2.12, v3.2.13, v3.2.14, v3.2.2, v3.2.3, v3.2.4, v3.2.5, v3.2.6, v3.2.7, v3.2.8, v3.2.9, v3.3.0, v3.3.0-BETA1, v3.3.0-RC1, v3.3.1, v3.3.10, v3.3.11, v3.3.12, v3.3.13, v3.3.14, v3.3.15, v3.3.16, v3.3.17, v3.3.18, v3.3.2, v3.3.3, v3.3.4, v3.3.5, v3.3.6, v3.3.7, v3.3.8, v3.3.9, v3.4.0, v3.4.0-BETA1, v3.4.0-BETA2, v3.4.0-BETA3, v3.4.0-BETA4, v3.4.0-RC1, v3.4.0-RC2, v3.4.1, v3.4.10, v3.4.11, v3.4.12, v3.4.13, v3.4.14, v3.4.15, v3.4.16, v3.4.17, v3.4.18, v3.4.19, v3.4.2, v3.4.20, v3.4.21, v3.4.22, v3.4.23, v3.4.24, v3.4.25, v3.4.26, v3.4.27, v3.4.28, v3.4.29, v3.4.3, v3.4.30, v3.4.31, v3.4.32, v3.4.33, v3.4.34, v3.4.35, v3.4.4, v3.4.5, v3.4.6, v3.4.7, v3.4.8, v3.4.9, v4.0.0, v4.0.0-BETA1, v4.0.0-BETA2, v4.0.0-BETA3, v4.0.0-BETA4, v4.0.0-RC1, v4.0.0-RC2, v4.0.1, v4.0.10, v4.0.11, v4.0.12, v4.0.13, v4.0.14, v4.0.15, v4.0.2, v4.0.3, v4.0.4, v4.0.5, v4.0.6, v4.0.7, v4.0.8, v4.0.9, v4.1.0, v4.1.0-BETA1, v4.1.0-BETA2, v4.1.0-BETA3, v4.1.1, v4.1.10, v4.1.11, v4.1.12, v4.1.2, v4.1.3, v4.1.4, v4.1.5, v4.1.6, v4.1.7, v4.1.8, v4.1.9, v4.2.0, v4.2.0-BETA1, v4.2.0-BETA2, v4.2.0-RC1, v4.2.1, v4.2.10, v4.2.11, v4.2.12, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9, v4.3.0, v4.3.0-BETA1, v4.3.0-BETA2, v4.3.0-RC1, v4.3.1, v4.3.2, v4.3.3, v4.3.4, v4.3.5, v4.3.6, v4.3.7, v4.3.8, v4.4.0, v4.4.0-BETA1, v4.4.0-BETA2, v4.4.0-RC1].
    - Can only install one of: symfony/css-selector[2.7.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[2.8.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[3.0.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[3.1.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[3.2.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[3.3.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[3.4.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[4.0.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[4.1.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[4.2.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[4.3.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[4.4.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.13, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.14, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.15, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.16, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.17, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.18, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.19, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.20, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.21, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.22, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.23, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.24, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.25, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.26, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.27, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.28, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.29, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.30, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.31, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.32, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.33, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.34, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.35, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.36, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.37, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.38, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.39, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.40, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.41, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.42, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.43, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.44, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.45, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.46, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.47, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.48, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.49, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.50, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.51, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.7.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.13, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.14, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.15, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.16, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.17, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.18, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.19, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.20, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.21, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.22, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.23, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.24, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.25, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.26, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.27, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.28, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.29, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.30, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.31, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.32, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.33, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.34, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.35, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.36, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.37, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.38, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.39, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.40, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.41, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.42, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.43, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.44, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.45, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.46, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.47, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.48, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.49, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.50, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.52, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.8.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.0.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.1.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.0-RC2, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.13, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.14, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.2.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.13, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.14, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.15, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.16, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.17, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.18, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.3.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.0-BETA3, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.0-BETA4, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.0-RC2, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.13, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.14, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.15, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.16, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.17, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.18, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.19, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.20, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.21, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.22, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.23, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.24, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.25, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.26, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.27, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.28, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.29, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.30, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.31, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.32, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.33, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.34, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.35, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v3.4.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.0-BETA3, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.0-BETA4, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.0-RC2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.13, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.14, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.15, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.0.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.0-BETA3, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.1.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.2.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.3.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.4.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.4.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.4.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v4.4.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[2.1.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[2.2.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[2.3.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[2.4.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[2.5.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[2.6.x-dev, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.13, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.1.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.2.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.13, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.14, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.15, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.16, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.17, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.18, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.19, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.20, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.21, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.22, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.23, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.24, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.25, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.26, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.27, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.28, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.29, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.30, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.31, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.32, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.33, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.34, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.35, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.36, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.37, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.38, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.39, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.40, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.41, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.42, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.3.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.4.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.0-RC1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.5.9, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.0, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.0-BETA1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.0-BETA2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.1, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.10, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.11, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.12, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.13, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.2, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.3, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.4, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.5, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.6, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.7, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.8, v5.0.0].
    - Can only install one of: symfony/css-selector[v2.6.9, v5.0.0].
    - Installation request for symfony/css-selector (locked at v5.0.0) -> satisfiable by symfony/css-selector[v5.0.0].


Installation failed, reverting ./composer.json to its original content.

Usage: HTML and no web request?

Is it possible to use the following usage as shown DomCrawler Usage.

$html = <<<'HTML'
<!DOCTYPE html>
<html>
    <body>
        <p class="message">Hello World!</p>
        <p>Hello Crawler!</p>
    </body>
</html>
HTML;

$crawler = new Crawler($html);

foreach ($crawler as $domElement) {
    var_dump($domElement->nodeName);
}

Specifically passing in HTML vs Goutte::request('GET', $url); as in

Goutte::request('HTML', '<!DOCTYPE html>
<html>
    <body>
        <p class="message">Hello World!</p>
        <p>Hello Crawler!</p>
    </body>
</html>');

If so how? As I may have over looked it in the docs.

sites with loader

Hello, I want to scrape data from apara.com but this website has loader and when I send get request with goutte to this website Goutter just give me the loader data not original page data.
How can I wait to end loader and then get page data ?

How to set options

Hi,
I want to set options so I can access website with SSL enabled.
Passing the options as third parameter doesnt work.
Can someone help me out?

max_redirects configuration is ignored by goutte

Problem

Goutte completely ignores the redirect config passed to the Guzzle client and instead handles it internally via Symfony\Component\BrowserKit\AbstractBrowser.

The configuration passed to Guzzle is essentially ignored via this configuration here.

Proposed Solution

This issue from 2015 suggests that max redirects can be configured by calling setMaxRedirects() on Goutte\Client once it is created.

The Goutte\Client setMaxRedirects() method could be called in the service provider with a value retrieved from config.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.