File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2424 "illuminate/config" : " ^9.0|^10.0|^11.0" ,
2525 "illuminate/contracts" : " ^9.0|^10.0|^11.0" ,
2626 "illuminate/console" : " ^9.0|^10.0|^11.0" ,
27- "laravel-doctrine/orm" : " ^2.0"
27+ "laravel-doctrine/orm" : " ^2.0 || ^3.0 "
2828 },
2929 "require-dev" : {
3030 "phpunit/phpunit" : " ^7.0 | ^8.3 | ^9.3" ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ class MigrateCommand extends BaseCommand
2020 {--query-time : Time all the queries individually. }
2121 {--allow-no-migration : Doesn \'t throw an exception if no migration is available. }
2222 {--all-or-nothing=notprovided : Wrap the entire migration in a transaction. }
23+ {--no-all-or-nothing : Do not wrap the entire migration in a transaction. }
2324 ' ;
2425
2526 /**
You can’t perform that action at this time.
0 commit comments