Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

Commit f2686ea

Browse files
committed
update deps
1 parent c58fb2f commit f2686ea

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to `spatie/http-status-check` will be documented in this file.
44

5-
## 3.0.0 -
5+
## 3.0.0 - 2017-12-24
66

77
- PHP 7.1 required
88
- update `spatie/crawler` to `^3.0`

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
],
2323
"require": {
2424
"php": "^7.1",
25-
"symfony/console": "^3.0|^4.0",
25+
"symfony/console": "^4.0",
2626
"spatie/crawler": "^3.0"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^5.7"
29+
"phpunit/phpunit": "^6.4"
3030
},
3131
"autoload": {
3232
"psr-4": {

src/ScanCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
111111
$clientOptions = [
112112
RequestOptions::TIMEOUT => $input->getOption('timeout'),
113113
RequestOptions::VERIFY => ! $input->getOption('skip-verification'),
114+
RequestOptions::ALLOW_REDIRECTS => false,
114115
];
115116

116117
$clientOptions = array_merge($clientOptions, $input->getOption('options'));

0 commit comments

Comments
 (0)