File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1919 "require" : {
2020 "php" : " >=7.1" ,
2121 "facebook/webdriver" : " ^1.7.1" ,
22- "symfony/browser-kit" : " ^4.3" ,
23- "symfony/dom-crawler" : " ^4.3" ,
24- "symfony/http-client" : " ^4.3" ,
22+ "symfony/browser-kit" : " ^4.3 || ^5.0 " ,
23+ "symfony/dom-crawler" : " ^4.3 || ^5.0 " ,
24+ "symfony/http-client" : " ^4.3 || ^5.0 " ,
2525 "symfony/polyfill-php72" : " ^1.9" ,
26- "symfony/process" : " ^3.4 || ^4.0"
26+ "symfony/process" : " ^3.4 || ^4.0 || ^5.0 "
2727 },
2828 "autoload" : {
2929 "psr-4" : { "Symfony\\ Component\\ Panther\\ " : " src/" }
4545 "require-dev" : {
4646 "fabpot/goutte" : " ^3.2.3" ,
4747 "guzzlehttp/guzzle" : " ^6.3" ,
48- "symfony/css-selector" : " ^3.4 || ^4.0" ,
49- "symfony/framework-bundle" : " ^3.4 || ^4.0" ,
50- "symfony/phpunit-bridge" : " ^4.3.3"
48+ "symfony/css-selector" : " ^3.4 || ^4.0 || ^5.0 " ,
49+ "symfony/framework-bundle" : " ^3.4 || ^4.0 || ^5.0 " ,
50+ "symfony/phpunit-bridge" : " ^4.3.3 || ^5.0 "
5151 }
5252}
You can’t perform that action at this time.
0 commit comments