From 5f3a24f3687f1a43766a498c8e3f8e369b5cf060 Mon Sep 17 00:00:00 2001 From: Pjotr van der Horst Date: Mon, 13 May 2024 11:28:28 +0200 Subject: [PATCH 1/6] build: bump laravel-json-api/hashids --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 55c3bfa..25f3fe4 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "php": ">=7.4|^8.0", "goldspecdigital/oooas": "^2.8", "justinrainbow/json-schema": "^5.2", - "laravel-json-api/hashids": "^1.1|^2.0", + "laravel-json-api/hashids": "^1.1|^2.0|^3.0", "symfony/yaml": "^5.3|^6.0" }, "require-dev": { From 9e56dda1214bf6a3e941fe693aefba0e5fc2cf58 Mon Sep 17 00:00:00 2001 From: Pjotr van der Horst Date: Mon, 13 May 2024 11:29:17 +0200 Subject: [PATCH 2/6] build: bump symfony/yaml --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 25f3fe4..ca4f268 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "goldspecdigital/oooas": "^2.8", "justinrainbow/json-schema": "^5.2", "laravel-json-api/hashids": "^1.1|^2.0|^3.0", - "symfony/yaml": "^5.3|^6.0" + "symfony/yaml": "^5.3|^6.0|^7.0" }, "require-dev": { "ext-json": "*", From 5b3026f8b8790ddb90c9bda89a2d425370d91ea8 Mon Sep 17 00:00:00 2001 From: Pjotr van der Horst Date: Mon, 13 May 2024 11:29:50 +0200 Subject: [PATCH 3/6] build: bump laravel-json-api/laravel --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ca4f268..443d0f8 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "require-dev": { "ext-json": "*", "friendsofphp/php-cs-fixer": "^3.14", - "laravel-json-api/laravel": "^2.0|^3.0", + "laravel-json-api/laravel": "^2.0|^3.0|^4.0", "orchestra/testbench": "^6.25|^7.21|^8.0", "phpunit/phpunit": "^9.5" }, From e9dba09bbceb6bdc3f2d082ed824b6947a5dd6d9 Mon Sep 17 00:00:00 2001 From: Pjotr van der Horst Date: Mon, 13 May 2024 11:30:12 +0200 Subject: [PATCH 4/6] build: bump orchestra/testbench --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 443d0f8..3e0e123 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "ext-json": "*", "friendsofphp/php-cs-fixer": "^3.14", "laravel-json-api/laravel": "^2.0|^3.0|^4.0", - "orchestra/testbench": "^6.25|^7.21|^8.0", + "orchestra/testbench": "^6.25|^7.21|^8.0|^9.0", "phpunit/phpunit": "^9.5" }, "autoload": { From 42621d4e6ed322c98881f14891ab049c970d621f Mon Sep 17 00:00:00 2001 From: Pjotr van der Horst Date: Mon, 13 May 2024 11:35:48 +0200 Subject: [PATCH 5/6] build: bump test php versions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ddf67a9..b02dbec 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.4', '8.0', '8.1' ] + php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ] stability: [ prefer-lowest, prefer-stable ] name: P${{ matrix.php }} - ${{ matrix.stability }} From cdefe6b493106c2672bfd3c86a3af16c6371ed04 Mon Sep 17 00:00:00 2001 From: Pjotr van der Horst Date: Tue, 14 May 2024 17:05:27 +0200 Subject: [PATCH 6/6] build: add carbon dependency --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3e0e123..b3ce66a 100644 --- a/composer.json +++ b/composer.json @@ -47,6 +47,7 @@ "ext-json": "*", "friendsofphp/php-cs-fixer": "^3.14", "laravel-json-api/laravel": "^2.0|^3.0|^4.0", + "nesbot/carbon": "^2.63|^3.0", "orchestra/testbench": "^6.25|^7.21|^8.0|^9.0", "phpunit/phpunit": "^9.5" },