File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 27
27
- name : Install Composer dependencies
28
28
run : rm -f composer.lock
29
29
30
- - name : Downgrade doctrine/dbal
31
- run : composer require --no-progress --no-scripts --no-plugins doctrine/dbal ^2 && rm composer.lock
32
-
33
30
- name : Install dependencies for Laravel ${{ matrix.laravel}}
34
31
run : composer require --no-progress --no-scripts --no-plugins illuminate/config ^${{ matrix.laravel }} illuminate/contracts ^${{ matrix.laravel }} illuminate/console ^${{ matrix.laravel }} -v
35
32
Original file line number Diff line number Diff line change 24
24
"illuminate/config" : " ^6.0|^7.0|^8.0|^9.0" ,
25
25
"illuminate/contracts" : " ^6.0|^7.0|^8.0|^9.0" ,
26
26
"illuminate/console" : " ^6.0|^7.0|^8.0|^9.0" ,
27
- "laravel-doctrine/orm" : " ^1"
27
+ "laravel-doctrine/orm" : " ^1 | ^2@dev "
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 @@ -19,7 +19,7 @@ class MigrateCommand extends BaseCommand
19
19
{--dry-run : Execute the migration as a dry run. }
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
- {--all-or-nothing= : Wrap the entire migration in a transaction. }
22
+ {--all-or-nothing=notprovided : Wrap the entire migration in a transaction. }
23
23
' ;
24
24
25
25
/**
You can’t perform that action at this time.
0 commit comments