diff --git a/README.md b/README.md index d892d24..a989b1e 100644 --- a/README.md +++ b/README.md @@ -11,14 +11,14 @@ So you can using PGSchema to your projects safely with any database connection d ## Laravel version -Current package version works for Laravel `5+` . +Current package version works for Laravel `10` . ## Installation 1. Use composer to add the package into your project ``` -composer require racklin/pgschema:dev-master +composer require jamoliddin/pgschema ``` 2. Add service provider into your providers array in `config/app.php` diff --git a/composer.json b/composer.json index 8ed1f7e..ae974d5 100644 --- a/composer.json +++ b/composer.json @@ -1,19 +1,19 @@ { - "name": "racklin/pgschema", - "description": "postgresql schemas for laravel 5", + "name": "jamoliddin/pgschema", + "description": "postgresql schemas for laravel 10", "keywords" : ["laravel", "postgres"], "license" : "MIT", "authors": [ { - "name": "Rack Lin", - "email": "racklin@gmail.com" + "name": "Jamoliddin", + "email": "sh.jamoliddin2001@gmail.com" } ], "require": { - "php": ">=7.0.0", - "illuminate/support": "~5.5 || ^6.0", - "illuminate/console": "~5.5 || ^6.0", - "illuminate/database": "~5.5 || ^6.0" + "php": "^8.1", + "illuminate/support": "^v10.8.0", + "illuminate/console": "^v10.14.1", + "illuminate/database": "^v10.14.1" }, "autoload": { "psr-0": {