Skip to content

Commit ece9a6c

Browse files
committed
Prepared for stable release
1 parent 071d20f commit ece9a6c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ajaxray/laravel-server-sync.svg?style=flat-square)](https://packagist.org/packages/ajaxray/laravel-server-sync)
44
[![Total Downloads](https://img.shields.io/packagist/dt/ajaxray/laravel-server-sync.svg?style=flat-square)](https://packagist.org/packages/ajaxray/laravel-server-sync)
55
[![License](https://img.shields.io/packagist/l/ajaxray/laravel-server-sync.svg?style=flat-square)](https://packagist.org/packages/ajaxray/laravel-server-sync)
6+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ajaxray/laravel-server-sync/tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/ajaxray/laravel-server-sync/actions/workflows/tests.yml)
7+
[![Packagist Stability Rating](https://img.shields.io/packagist/stability/ajaxray/laravel-server-sync?style=flat-square)](https://packagist.org/packages/ajaxray/laravel-server-sync)
68

79
A Laravel package to easily sync your production database and files to your local environment. Perfect for debugging production issues or keeping your local environment up to date with production data.
810

11+
> **Note**: This package is now stable and ready for production use. It supports Laravel 10.x and 11.x.
12+
913
## Features
1014

1115
- 🔄 One-command sync of both database and files

composer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,5 @@
4646
},
4747
"config": {
4848
"sort-packages": true
49-
},
50-
"minimum-stability": "dev",
51-
"prefer-stable": true
49+
}
5250
}

0 commit comments

Comments
 (0)