Skip to content

Commit 3df39bc

Browse files
author
Andrey Helldar
committed
Removed Laravel 7 support
1 parent b130ebd commit 3df39bc

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/phpunit.yml

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
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": {

0 commit comments

Comments
 (0)