File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 99 fail-fast : true
1010 matrix :
1111 php : [ "7.3", "7.4", "8.0" ]
12- laravel : [ "7.0", " 8.0" ]
12+ laravel : [ "8.0" ]
1313 support : [ "2.0", "3.0" ]
1414
1515 name : PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}, Support ${{ matrix.support }}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
3535``` json
3636{
3737 "require-dev" : {
38- "andrey-helldar/migrate-db" : " ^1.0 "
38+ "andrey-helldar/migrate-db" : " ^1.1 "
3939 }
4040}
4141```
@@ -45,7 +45,7 @@ Or manually update `require-dev` block of `composer.json` and run `composer upda
4545| Service | Versions |
4646| :---| :---|
4747| PHP | ^7.2.5, ^8.0 |
48- | Laravel | ^7.0, ^ 8.0 |
48+ | Laravel | ^8.0 |
4949| Databases | MySQL, PostgreSQL, MSSQL |
5050
5151## Using
Original file line number Diff line number Diff line change 2121 "source" : " https://github.com/andrey-helldar/migrate-db"
2222 },
2323 "require" : {
24- "php" : " ^7.2.5 |^8.0" ,
24+ "php" : " ^7.3 |^8.0" ,
2525 "ext-pdo" : " *" ,
2626 "andrey-helldar/support" : " ^2.15|^3.0" ,
27- "illuminate/contracts" : " ^7.0|^ 8.0" ,
28- "illuminate/database" : " ^7.0|^ 8.0" ,
29- "illuminate/support" : " ^7.0|^ 8.0"
27+ "illuminate/contracts" : " ^8.0" ,
28+ "illuminate/database" : " ^8.0" ,
29+ "illuminate/support" : " ^8.0"
3030 },
3131 "require-dev" : {
3232 "ext-pdo_mysql" : " *" ,
3333 "ext-pdo_pgsql" : " *" ,
3434 "mockery/mockery" : " ^1.0" ,
35- "orchestra/testbench" : " ^5.0|^ 6.0" ,
35+ "orchestra/testbench" : " ^6.0" ,
3636 "phpunit/phpunit" : " ^9.0"
3737 },
3838 "autoload" : {
You can’t perform that action at this time.
0 commit comments