From 27617c6a0f87189dd0c115cca37fdfb06f964c03 Mon Sep 17 00:00:00 2001 From: Jim Adamek Date: Wed, 26 Apr 2023 20:04:57 -0600 Subject: [PATCH 1/8] Update composer.json --- composer.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 69adfb4..01660b2 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": ">=7.2.5", + "php": "^7.2|^8.0", "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0", @@ -27,8 +27,8 @@ }, "require-dev": { "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", - "mockery/mockery": "~1.0", - "phpunit/phpunit": "~8.5|^9.5.10" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^8.5|^9.5.10" }, "autoload": { "psr-4": { @@ -52,7 +52,6 @@ } } }, - "minimum-stability": "dev", - "abandoned": "spatie/laravel-html", + "minimum-stability": "stable", "prefer-stable": true } From b65430af39bfb1087d6a9f5010ca89efd048685a Mon Sep 17 00:00:00 2001 From: Jim Adamek Date: Wed, 26 Apr 2023 20:40:21 -0600 Subject: [PATCH 2/8] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 01660b2..8e7c597 100755 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ } ], "require": { - "php": "^7.2|^8.0", + "php": "^7.2|^8.1", "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0", @@ -27,7 +27,7 @@ }, "require-dev": { "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", - "mockery/mockery": "^1.0", + "mockery/mockery": "^1.2", "phpunit/phpunit": "^8.5|^9.5.10" }, "autoload": { From 6026ab79b08aba2e0a2b3f53b32738fbdff989cb Mon Sep 17 00:00:00 2001 From: Jim Adamek Date: Fri, 28 Apr 2023 07:01:54 -0600 Subject: [PATCH 3/8] Update composer.json --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8e7c597..475d593 100755 --- a/composer.json +++ b/composer.json @@ -22,8 +22,7 @@ "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", From fef15c0317b5052de6579fcde52bca2560a468ac Mon Sep 17 00:00:00 2001 From: Jim Adamek Date: Fri, 28 Apr 2023 07:55:42 -0600 Subject: [PATCH 4/8] Update composer.json --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 475d593..9762a9f 100755 --- a/composer.json +++ b/composer.json @@ -38,9 +38,6 @@ ] }, "extra": { - "branch-alias": { - "dev-master": "6.x-dev" - }, "laravel": { "providers": [ "Collective\\Html\\HtmlServiceProvider" From 0a040ddd07af930b91992c8f30b6b0914cf9bd9d Mon Sep 17 00:00:00 2001 From: Jim Adamek Date: Wed, 19 Jun 2024 16:08:18 -0600 Subject: [PATCH 5/8] Update composer.json 2024 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 9762a9f..e5a32c9 100755 --- a/composer.json +++ b/composer.json @@ -19,13 +19,13 @@ ], "require": { "php": "^7.2|^8.1", - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0" + "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", "mockery/mockery": "^1.2", "phpunit/phpunit": "^8.5|^9.5.10" }, From 2c3920c90284ffde5d7ae365c2443a4d3f3a1c25 Mon Sep 17 00:00:00 2001 From: Jim Adamek Date: Sat, 26 Jul 2025 09:26:06 -0600 Subject: [PATCH 6/8] Update composer.json Laravel12 --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index e5a32c9..3744c99 100755 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ ], "require": { "php": "^7.2|^8.1", - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" + "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "mockery/mockery": "^1.2", - "phpunit/phpunit": "^8.5|^9.5.10" + "phpunit/phpunit": "^8.5|^9|^10|^11"" }, "autoload": { "psr-4": { From ebdee2c21c091268e71ef466d9a64b648668425d Mon Sep 17 00:00:00 2001 From: Jim Adamek Date: Sat, 26 Jul 2025 09:32:49 -0600 Subject: [PATCH 7/8] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3744c99..80c057c 100755 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "require-dev": { "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", "mockery/mockery": "^1.2", - "phpunit/phpunit": "^8.5|^9|^10|^11"" + "phpunit/phpunit": "^8.5|^9|^10|^11" }, "autoload": { "psr-4": { From ebfd659278c99f2ad032d94b393d0ad816bcf2dc Mon Sep 17 00:00:00 2001 From: jcanchor Date: Sun, 14 Jun 2026 19:16:33 -0600 Subject: [PATCH 8/8] update illuminate/* constraints for Laravel 13 support --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 80c057c..bc0cf2f 100755 --- a/composer.json +++ b/composer.json @@ -19,15 +19,15 @@ ], "require": { "php": "^7.2|^8.1", - "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" + "illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { - "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", "mockery/mockery": "^1.2", - "phpunit/phpunit": "^8.5|^9|^10|^11" + "phpunit/phpunit": "^8.5|^9|^10|^11|^12" }, "autoload": { "psr-4": {