diff --git a/README.md b/README.md index e8151ef..0cb5b4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Laravel Masked DB Dump -A database dumping package that allows you to replace and mask columns while dumping your database. +A database dumping package that allows you to replace and mask columns while dumping your MySQL database. [![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/laravel-masked-db-dump.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-masked-db-dump) [![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/laravel-masked-db-dump.svg?style=flat-square)](https://packagist.org/packages/beyondcode/laravel-masked-db-dump) @@ -17,6 +17,15 @@ composer require beyondcode/laravel-masked-db-dump The documentation can be found on [our website](https://beyondco.de/docs/laravel-masked-db-dump). +## Databases at your fingertips +Herd is the control panel for your local environment, making it easy to set up and run complementary services to your Laravel applications. +From databases to storage systems, we got you covered with MySQL, PostgreSQL, Redis, Typesense, Meilisearch, MinIO, and even Laravel Reverb. + +[herd.laravel.com](https://herd.laravel.com/) + +![image](https://github.com/user-attachments/assets/7fee3bdf-a521-47e9-9023-eb973452209e) + + ### Changelog Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. diff --git a/composer.json b/composer.json index ca05b35..c8fcf6b 100644 --- a/composer.json +++ b/composer.json @@ -16,15 +16,15 @@ } ], "require": { - "php": "^7.3 || ^8.0", - "doctrine/dbal": "^2.0|^3.0", + "php": "^8.0", + "doctrine/dbal": "^2.0|^3.0 || ^4.2", "fakerphp/faker": "^1.13", - "illuminate/console": "^7.0|^8.0|^9.0|^10.0 || ^11.0", - "illuminate/support": "^7.0|^8.0|^9.0|^10.0 || ^11.0" + "illuminate/console": "^8.0|^9.0|^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^8.0|^9.0|^10.0 || ^11.0 || ^12.0" }, "require-dev": { - "orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0", - "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5", + "orchestra/testbench": "^6.12|^7.0|^8.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^8.0 || ^9.0 || ^10.5 || ^11.5.3", "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1" }, "autoload": {