From 9e1bdace3873dfa356fa408c3bc0937955172e18 Mon Sep 17 00:00:00 2001 From: Tyler Neal Date: Wed, 15 Feb 2023 21:29:42 -0800 Subject: [PATCH 1/8] laravel 10 --- composer.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index df79fdf..3863bb8 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ } ], "require": { - "illuminate/database": "^8.83|^9.35", - "illuminate/support": "^8.83|^9.35" + "illuminate/database": "^8.83|^9.35|^10.0", + "illuminate/support": "^8.83|^9.35|^10.0" }, "autoload": { "psr-4": { @@ -37,14 +37,12 @@ "test": "vendor/bin/phpunit" }, "require-dev": { - "chelout/laravel-relationship-events": "^1.5", + "chelout/laravel-relationship-events": "^1.5|^2.0", "laravel/legacy-factories": "^1.3", "livewire/livewire": "dev-master", "mockery/mockery": "^1.5", - "orchestra/database": "^6.28|^7.0", - "orchestra/testbench": "^6.28|^7.0", - "orchestra/testbench-core": "^6.28|^7.0", - "phpunit/phpunit": "^9.5.25" + "orchestra/testbench": "^6.28|^7.0|^8.0", + "phpunit/phpunit": "^9.5.25|^10.0" }, "config": { "sort-packages": true From 4917555db9fbafeca0ec6f4977daa32c5f62566f Mon Sep 17 00:00:00 2001 From: Tyler Neal Date: Mon, 20 Feb 2023 22:31:59 -0800 Subject: [PATCH 2/8] package info update --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 3863bb8..96bdc6f 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "rennokki/laravel-eloquent-query-cache", + "name": "advil0/laravel-eloquent-query-cache", "description": "Adding cache on your Laravel Eloquent queries' results is now a breeze.", "keywords": [ "laravel", @@ -10,12 +10,12 @@ "sql" ], "license": "Apache-2.0", - "homepage": "https://github.com/renoki-co/laravel-eloquent-query-cache", + "homepage": "https://github.com/advil0/laravel-eloquent-query-cache", "authors": [ { - "name": "Alex Renoki", - "email": "alex@renoki.org", - "homepage": "https://github.com/rennokki", + "name": "Tyler Neal", + "email": "tyler@neal.fyi", + "homepage": "https://github.com/advil0", "role": "Developer" } ], @@ -25,12 +25,12 @@ }, "autoload": { "psr-4": { - "Rennokki\\QueryCache\\": "src/" + "Advil0\\QueryCache\\": "src/" } }, "autoload-dev": { "psr-4": { - "Rennokki\\QueryCache\\Test\\": "tests" + "Advil0\\QueryCache\\Test\\": "tests" } }, "scripts": { From 9973122f652516fd9e7194814027df05380b5882 Mon Sep 17 00:00:00 2001 From: Tyler Neal Date: Wed, 22 Feb 2023 09:41:15 -0800 Subject: [PATCH 3/8] Revert "package info update" This reverts commit 4917555db9fbafeca0ec6f4977daa32c5f62566f. --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 96bdc6f..3863bb8 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "advil0/laravel-eloquent-query-cache", + "name": "rennokki/laravel-eloquent-query-cache", "description": "Adding cache on your Laravel Eloquent queries' results is now a breeze.", "keywords": [ "laravel", @@ -10,12 +10,12 @@ "sql" ], "license": "Apache-2.0", - "homepage": "https://github.com/advil0/laravel-eloquent-query-cache", + "homepage": "https://github.com/renoki-co/laravel-eloquent-query-cache", "authors": [ { - "name": "Tyler Neal", - "email": "tyler@neal.fyi", - "homepage": "https://github.com/advil0", + "name": "Alex Renoki", + "email": "alex@renoki.org", + "homepage": "https://github.com/rennokki", "role": "Developer" } ], @@ -25,12 +25,12 @@ }, "autoload": { "psr-4": { - "Advil0\\QueryCache\\": "src/" + "Rennokki\\QueryCache\\": "src/" } }, "autoload-dev": { "psr-4": { - "Advil0\\QueryCache\\Test\\": "tests" + "Rennokki\\QueryCache\\Test\\": "tests" } }, "scripts": { From 5bd5481f6bf5c770a1cf6f3edb9740923d6f63e1 Mon Sep 17 00:00:00 2001 From: rennokki Date: Thu, 23 Feb 2023 19:44:46 +0200 Subject: [PATCH 4/8] Bumped minimums --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 3863bb8..ede9776 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ } ], "require": { - "illuminate/database": "^8.83|^9.35|^10.0", - "illuminate/support": "^8.83|^9.35|^10.0" + "illuminate/database": "^8.83|^9.35|^10.1", + "illuminate/support": "^8.83|^9.35|^10.1" }, "autoload": { "psr-4": { @@ -41,8 +41,8 @@ "laravel/legacy-factories": "^1.3", "livewire/livewire": "dev-master", "mockery/mockery": "^1.5", - "orchestra/testbench": "^6.28|^7.0|^8.0", - "phpunit/phpunit": "^9.5.25|^10.0" + "orchestra/testbench": "^6.28|^7.0|^8.0.2", + "phpunit/phpunit": "^9.5.25|^10.0.11" }, "config": { "sort-packages": true From d3e29a6b43b676db925019074f2472f3a4349706 Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 1 Apr 2023 14:39:11 +0300 Subject: [PATCH 5/8] Update composer.json --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ede9776..eaa0963 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ } ], "require": { - "illuminate/database": "^8.83|^9.35|^10.1", - "illuminate/support": "^8.83|^9.35|^10.1" + "illuminate/database": "^9.35|^10.1", + "illuminate/support": "^9.35|^10.1" }, "autoload": { "psr-4": { @@ -41,7 +41,7 @@ "laravel/legacy-factories": "^1.3", "livewire/livewire": "dev-master", "mockery/mockery": "^1.5", - "orchestra/testbench": "^6.28|^7.0|^8.0.2", + "orchestra/testbench": "^7.0|^8.0.2", "phpunit/phpunit": "^9.5.25|^10.0.11" }, "config": { From b96ace01ddb4909f468400d18b7787cf25f536f2 Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 1 Apr 2023 14:49:56 +0300 Subject: [PATCH 6/8] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index eaa0963..f799a70 100644 --- a/composer.json +++ b/composer.json @@ -20,8 +20,8 @@ } ], "require": { - "illuminate/database": "^9.35|^10.1", - "illuminate/support": "^9.35|^10.1" + "illuminate/database": "^9.35|^10.5", + "illuminate/support": "^9.35|^10.5" }, "autoload": { "psr-4": { @@ -41,8 +41,8 @@ "laravel/legacy-factories": "^1.3", "livewire/livewire": "dev-master", "mockery/mockery": "^1.5", - "orchestra/testbench": "^7.0|^8.0.2", - "phpunit/phpunit": "^9.5.25|^10.0.11" + "orchestra/testbench": "^7.23|^8.1.1", + "phpunit/phpunit": "^9.5.25" }, "config": { "sort-packages": true From f0997090868b956f415ed4ff0cd36b9742563379 Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 1 Apr 2023 14:53:31 +0300 Subject: [PATCH 7/8] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bacbc3f..8186ba6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,19 +18,19 @@ jobs: fail-fast: false matrix: php: - - '8.0' - '8.1' + - '8.2' laravel: - - 8.* - 9.* + - 10.* prefer: - 'prefer-lowest' - 'prefer-stable' include: - - laravel: '8.*' - testbench: '6.*' - laravel: 9.* testbench: 7.* + - laravel: 10.* + testbench: 8.* name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} --${{ matrix.prefer }} From d080a4cf7b2be9fe6fcdc2234d30452e0161ad05 Mon Sep 17 00:00:00 2001 From: rennokki Date: Sat, 1 Apr 2023 15:25:12 +0300 Subject: [PATCH 8/8] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8186ba6..a4cebf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: - name: Install dependencies run: | - composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "orchestra/database:${{ matrix.testbench }}" --no-interaction --no-update + composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update composer update --${{ matrix.prefer }} --prefer-dist --no-interaction --no-suggest - name: Run tests