From d124706f86d156a52caa062dbb7397bdccdce7cd Mon Sep 17 00:00:00 2001 From: RT Filefabrik Date: Wed, 21 Aug 2024 05:42:39 +0200 Subject: [PATCH 1/4] fixed dependency --- composer.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f8ef2a1..ca03dfb 100644 --- a/composer.json +++ b/composer.json @@ -24,13 +24,18 @@ "license": "MIT", "require": { "php": ">=8.2", + "ext-dom": "*", + "ext-simplexml": "*", "composer/composer": "^2.1", "filefabrik/bootraiser": "~v2.0", + "illuminate/support": "^10|^11|12.x-dev|dev-master", "laravel/framework": "^11.0", + "laravel/prompts": "^v0.1", "orchestra/testbench": "^9.0" }, "require-dev": { "ext-json": "*", + "friendsofphp/php-cs-fixer": "^3.14", "livewire/livewire": "^v3.4", "mockery/mockery": "^1.5", @@ -38,9 +43,7 @@ "pestphp/pest-plugin-drift": "^2.6", "pestphp/pest-plugin-laravel": "^2.3", "phpunit/phpunit": "^9.5|^10.5", - "phpstan/phpstan": "@stable", - "illuminate/support": "^11", - "laravel/prompts": "^v0.1" + "phpstan/phpstan": "@stable" }, "autoload": { "psr-4": { From c9dd586c15f6b3236eb05030a40dfa0de8095283 Mon Sep 17 00:00:00 2001 From: RT Filefabrik Date: Wed, 21 Aug 2024 08:56:27 +0200 Subject: [PATCH 2/4] fixed dependency --- composer.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ca03dfb..fe9f4a0 100644 --- a/composer.json +++ b/composer.json @@ -28,14 +28,12 @@ "ext-simplexml": "*", "composer/composer": "^2.1", "filefabrik/bootraiser": "~v2.0", - "illuminate/support": "^10|^11|12.x-dev|dev-master", "laravel/framework": "^11.0", "laravel/prompts": "^v0.1", - "orchestra/testbench": "^9.0" + "illuminate/support": "^11" }, "require-dev": { "ext-json": "*", - "friendsofphp/php-cs-fixer": "^3.14", "livewire/livewire": "^v3.4", "mockery/mockery": "^1.5", @@ -43,7 +41,8 @@ "pestphp/pest-plugin-drift": "^2.6", "pestphp/pest-plugin-laravel": "^2.3", "phpunit/phpunit": "^9.5|^10.5", - "phpstan/phpstan": "@stable" + "phpstan/phpstan": "@stable", + "orchestra/testbench": "^9.0" }, "autoload": { "psr-4": { From 38cb46ad43c08d6c6178e7f38d438708f7fc9229 Mon Sep 17 00:00:00 2001 From: RT Filefabrik Date: Wed, 21 Aug 2024 14:31:37 +0200 Subject: [PATCH 3/4] orchestra testbench as dev dependency! --- composer.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index fe9f4a0..ca7293a 100644 --- a/composer.json +++ b/composer.json @@ -1,23 +1,18 @@ { "name": "filefabrik/paxsy", "description": "Software-Packaging your Laravel apps from https://paxsy.filefabrik.com", - "version": "v1.0.8", + "version": "v1.0.9", "keywords": [ "laravel", "laravel 11", "livewire 3", "laravel package development", - "from internachi modular" + "adapted from internachi modular Chris Morrell" ], "authors": [ { "name": "Filefabrik", "homepage": "https://filefabrik.com" - }, - { - "name": "Chris Morrell", - "homepage": "http://www.cmorrell.com", - "role": "concept adapted and full refactored from" } ], "type": "library", From 85cefd44017925ba0a9af09532c745f1204ce186 Mon Sep 17 00:00:00 2001 From: Filefabrik Date: Wed, 21 Aug 2024 12:32:43 +0000 Subject: [PATCH 4/4] Fix styling changes --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ca7293a..1c6eacd 100644 --- a/composer.json +++ b/composer.json @@ -23,9 +23,10 @@ "ext-simplexml": "*", "composer/composer": "^2.1", "filefabrik/bootraiser": "~v2.0", + "illuminate/support": "^11", "laravel/framework": "^11.0", "laravel/prompts": "^v0.1", - "illuminate/support": "^11" + "orchestra/testbench": "^9.0" }, "require-dev": { "ext-json": "*", @@ -36,8 +37,7 @@ "pestphp/pest-plugin-drift": "^2.6", "pestphp/pest-plugin-laravel": "^2.3", "phpunit/phpunit": "^9.5|^10.5", - "phpstan/phpstan": "@stable", - "orchestra/testbench": "^9.0" + "phpstan/phpstan": "@stable" }, "autoload": { "psr-4": {