Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3714670
D2716.id6887.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D2716.id6887.diff
View Options
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/');
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 5, 18:22 (5 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2230718
Default Alt Text
D2716.id6887.diff (1 KB)
Attached To
Mode
D2716: Update to Laravel 9
Attached
Detach File
Event Timeline
Log In to Comment