From f704961e8e674062ec96f48cb2433d11162ca10e Mon Sep 17 00:00:00 2001 From: jamoliddin Date: Mon, 3 Jul 2023 11:17:50 +0500 Subject: [PATCH 1/3] - update to laravel 10 --- README.md | 4 ++-- composer.json | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) 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..fdbfa4d 100644 --- a/composer.json +++ b/composer.json @@ -1,19 +1,19 @@ { "name": "racklin/pgschema", - "description": "postgresql schemas for laravel 5", + "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": "^10.0", + "illuminate/console": "^10.0", + "illuminate/database": "^10.0" }, "autoload": { "psr-0": { From e198dc81de7d027789584c9d242436fc6cf27ddf Mon Sep 17 00:00:00 2001 From: jamoliddin Date: Mon, 3 Jul 2023 11:21:49 +0500 Subject: [PATCH 2/3] - update to laravel 10 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fdbfa4d..a9ecd1f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "racklin/pgschema", + "name": "jamoliddin/pgschema", "description": "postgresql schemas for laravel 10", "keywords" : ["laravel", "postgres"], "license" : "MIT", From 723d0e6cfac3adc1eb9e33ab3e414eb2be1cc9f7 Mon Sep 17 00:00:00 2001 From: jamoliddin Date: Mon, 3 Jul 2023 11:27:36 +0500 Subject: [PATCH 3/3] - update to laravel 10 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a9ecd1f..ae974d5 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,9 @@ ], "require": { "php": "^8.1", - "illuminate/support": "^10.0", - "illuminate/console": "^10.0", - "illuminate/database": "^10.0" + "illuminate/support": "^v10.8.0", + "illuminate/console": "^v10.14.1", + "illuminate/database": "^v10.14.1" }, "autoload": { "psr-0": {