Skip to content

Commit 6edf93a

Browse files
authored
Merge pull request #136 from TomHAnderson/hotfix/orm-3
Hotfix/orm 3
2 parents b354720 + a6b6152 commit 6edf93a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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",

src/Console/MigrateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)