diff --git a/composer.json b/composer.json --- a/composer.json +++ b/composer.json @@ -11,12 +11,12 @@ "type": "project", "require": { "php": ">=8.1.0", - "laravel/framework": "8.*", - "guzzlehttp/guzzle": "^6.2", - "keruald/dockerhub": "^0.0.3", + "laravel/framework": "^9.30.0", + "guzzlehttp/guzzle": "7.5.0", + "keruald/dockerhub": "^0.1.0", "keruald/github": "^0.2.1", "keruald/broker": "^0.4.1", - "keruald/mailgun": "^0.0.1", + "keruald/mailgun": "^0.1.0", "netresearch/jsonmapper": "^1.1.1", "sentry/sentry": "^0.13.0" }, @@ -32,7 +32,7 @@ "phpmd/phpmd": "^2.12", "phpspec/phpspec": "^7.2", "phpunit/phpunit": "^9.5.20", - "rector/rector": "^0.12.21", + "rector/rector": "^0.14.2", "squizlabs/php_codesniffer": "^3.6", "symfony/css-selector": "^6.0", "symfony/dom-crawler": "^6.0" diff --git a/tests/Console/Commands/InspireTest.php b/tests/Console/Commands/InspireTest.php --- a/tests/Console/Commands/InspireTest.php +++ b/tests/Console/Commands/InspireTest.php @@ -12,7 +12,7 @@ public function testExecute () { // A quote contain a - character and is embedded by PHP_EOL $this->tester->execute(['command' => $this->command->getName()]); - $this->assertRegexpInDisplay('/\n.*-.*\n/'); + $this->assertRegexpInDisplay('/\n.*—.*\n/'); } }