Skip to content

Commit eef873a

Browse files
committed
Prepare a release for packagist
1 parent 0f35017 commit eef873a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "cytracom/squasher",
2+
"name": "orottier/laravel-migration-squasher",
33
"description": "Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.",
44
"keywords": ["framework", "laravel", "migrations", "migrate", "migration", "squash", "sqlite", "testing"],
55
"license": "MIT",

readme.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
Aggregate your incremental Laravel migration files into single migration for each table. This can be beneficial when needing to compress large migration sets into a single migration for each table.
22

3-
This package also eliminates all alter columns since all migartions are aggregated into a single file making testing via sqlite a possibility.
3+
This package also eliminates all alter columns since all migrations are aggregated into a single file making testing via sqlite a possibility.
44

5-
[![Build Status](https://travis-ci.org/Cytracom/laravel-migration-squasher.png)](https://travis-ci.org/Cytracom/laravel-migration-squasher)
6-
7-
To install simply require
5+
To install simply require this forked package:
86
```
9-
"cytracom/squasher": "dev-master"
7+
"orottier/laravel-migration-squasher": "~0.1"
108
```
119
Then, add the service provider to your config/app.php to enable artisan functionality:
1210
```

0 commit comments

Comments
 (0)