Skip to content

Commit

Permalink
Replace Laravel5 with Laravel module in module installation suggestion (
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Mar 5, 2024
1 parent 066deb0 commit 237585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Codeception/Lib/ModuleContainer.php
Expand Up @@ -48,7 +48,7 @@ class ModuleContainer
'Doctrine' => "codeception/module-doctrine",
'Filesystem' => 'codeception/module-filesystem',
'FTP' => 'codeception/module-ftp',
'Laravel5' => 'codeception/module-laravel5',
'Laravel' => 'codeception/module-laravel',
'Lumen' => 'codeception/module-lumen',
'Memcache' => 'codeception/module-memcache',
'MongoDb' => 'codeception/module-mongodb',
Expand Down

0 comments on commit 237585c

Please sign in to comment.