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 24
24
"illuminate/config" : " ^9.0|^10.0|^11.0" ,
25
25
"illuminate/contracts" : " ^9.0|^10.0|^11.0" ,
26
26
"illuminate/console" : " ^9.0|^10.0|^11.0" ,
27
- "laravel-doctrine/orm" : " ^2.0"
27
+ "laravel-doctrine/orm" : " ^2.0 || ^3.0 "
28
28
},
29
29
"require-dev" : {
30
30
"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
20
20
{--query-time : Time all the queries individually. }
21
21
{--allow-no-migration : Doesn \'t throw an exception if no migration is available. }
22
22
{--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. }
23
24
' ;
24
25
25
26
/**
You can’t perform that action at this time.
0 commit comments