File tree Expand file tree Collapse file tree 5 files changed +1592
-1587
lines changed
Expand file tree Collapse file tree 5 files changed +1592
-1587
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,7 @@ public function buildDocsModules()
149149 //Page of old module displays content of new module
150150 $ this ->taskFilesystemStack ()->symlink ('Mezzio.md ' , 'docs/modules/ZendExpressive.md ' )->run ();
151151 $ this ->taskFilesystemStack ()->symlink ('Laravel.md ' , 'docs/modules/Laravel5.md ' )->run ();
152+ $ this ->taskFilesystemStack ()->symlink ('Laminas.md ' , 'docs/modules/ZF2.md ' )->run ();
152153 }
153154
154155 private function postProcessModuleDocFile ($ documentationFile , $ name , $ source )
Original file line number Diff line number Diff line change 77< li > < a href ="/docs/modules/Doctrine2 "> Doctrine2</ a > </ li >
88< li > < a href ="/docs/modules/FTP "> FTP</ a > </ li >
99< li > < a href ="/docs/modules/Filesystem "> Filesystem</ a > </ li >
10+ < li > < a href ="/docs/modules/Laminas "> Laminas</ a > </ li >
1011< li > < a href ="/docs/modules/Laravel "> Laravel</ a > </ li >
1112< li > < a href ="/docs/modules/Lumen "> Lumen</ a > </ li >
1213< li > < a href ="/docs/modules/Memcache "> Memcache</ a > </ li >
2223< li > < a href ="/docs/modules/SOAP "> SOAP</ a > </ li >
2324< li > < a href ="/docs/modules/Symfony "> Symfony</ a > </ li >
2425< li > < a href ="/docs/modules/WebDriver "> WebDriver</ a > </ li >
25- < li > < a href ="/docs/modules/Yii2 "> Yii2</ a > </ li >
26- < li > < a href ="/docs/modules/ZF2 "> ZF2</ a > </ li >
26+ < li > < a href ="/docs/modules/Yii2 "> Yii2</ a > </ li >
Original file line number Diff line number Diff line change 1515 "codeception/module-doctrine2" : " *" ,
1616 "codeception/module-filesystem" : " *" ,
1717 "codeception/module-ftp" : " *" ,
18+ "codeception/module-laminas" : " *" ,
1819 "codeception/module-laravel" : " *" ,
1920 "codeception/module-lumen" : " *" ,
2021 "codeception/module-memcache" : " *" ,
3132 "codeception/module-symfony" : " *" ,
3233 "codeception/module-webdriver" : " *" ,
3334 "codeception/module-yii2" : " *" ,
34- "codeception/module-zf2" : " *" ,
3535 "codeception/util-robohelpers" : " dev-master"
3636 },
3737 "require-dev" : {
3838 "symfony/event-dispatcher" : " 4.4.*" ,
39- "consolidation/robo" : " ^2.0 "
39+ "consolidation/robo" : " ^3.0.0-alpha3 "
4040 }
4141}
You can’t perform that action at this time.
0 commit comments