File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.0.0 - WIP
3+ ## 1.0.0 - 2025-10-17
44- Upgrading the support for Laravel 12
55- Adding check if content directory is present with the ` php artisan fusion:check ` command
6+ - Upgrading Rector 2
67
78## 0.0.10 - 2024-05-01
89- Adding support for code syntax highlights
Original file line number Diff line number Diff line change 3131 "orchestra/testbench" : " ^10.6" ,
3232 "pestphp/pest" : " ^4.0" ,
3333 "pestphp/pest-plugin-laravel" : " ^4" ,
34- "rector/rector" : " ^1 .0"
34+ "rector/rector" : " ^2 .0"
3535 },
3636 "autoload" : {
3737 "psr-4" : {
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public function handle(): int
7171 }
7272 }
7373
74- if ($ numberMarkdown == 0 ) {
74+ if ($ numberMarkdown === 0 ) {
7575 $ this ->warn ('No Markdown files in ' .$ directory );
7676 }
7777
You can’t perform that action at this time.
0 commit comments