From 949ba6c0b6be86e4ff6c7f4c320dc91b58b93470 Mon Sep 17 00:00:00 2001 From: Josh Cirre Date: Thu, 6 Feb 2025 00:09:23 -0700 Subject: [PATCH] update to new solo --- composer.json | 10 ++++++--- composer.lock | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 68 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 727b6a5..ed7013b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,11 @@ "name": "joshcirre/fission", "type": "project", "description": "An opinionated starter kit for building Laravel applications.", - "keywords": ["laravel", "framework", "starter-kit"], + "keywords": [ + "laravel", + "framework", + "starter-kit" + ], "license": "MIT", "require": { "php": "^8.2", @@ -18,7 +22,6 @@ "panphp/pan": "^0.1.1" }, "require-dev": { - "aaronfrancis/solo": "^0.1.2", "fakerphp/faker": "^1.23", "laravel/breeze": "^2.2", "laravel/pint": "^1.18", @@ -27,7 +30,8 @@ "nunomaduro/collision": "^8.0", "peckphp/peck": "^0.1.0", "pestphp/pest": "^3.2", - "pestphp/pest-plugin-laravel": "^3.0" + "pestphp/pest-plugin-laravel": "^3.0", + "soloterm/solo": "^0.3.1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 4864708..bbd15bf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d3a45a7367d1ef8b84cd3e2a82ce689b", + "content-hash": "6ee4afc19008a2cf5fc513b2b630e9fa", "packages": [ { "name": "brick/math", @@ -9438,6 +9438,66 @@ ], "time": "2024-10-09T05:16:32+00:00" }, + { + "name": "soloterm/solo", + "version": "v0.3.1", + "source": { + "type": "git", + "url": "https://github.com/soloterm/solo.git", + "reference": "8482a69a773c0d52774f72fda84c45df85a50553" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/soloterm/solo/zipball/8482a69a773c0d52774f72fda84c45df85a50553", + "reference": "8482a69a773c0d52774f72fda84c45df85a50553", + "shasum": "" + }, + "require": { + "ext-pcntl": "*", + "ext-posix": "*", + "illuminate/console": "^10|^11", + "illuminate/process": "^10|^11", + "illuminate/support": "^10|^11", + "joetannenbaum/chewie": "^0.1", + "laravel/prompts": "^0.1.21|^0.2|^0.3", + "php": "^8.2" + }, + "require-dev": { + "illuminate/database": "^10|^11", + "laravel/serializable-closure": "^1.3", + "orchestra/testbench": "^8.29|^9.5", + "phpunit/phpunit": "^10.5|^11" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "SoloTerm\\Solo\\Providers\\SoloServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "SoloTerm\\Solo\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Aaron Francis", + "email": "aarondfrancis@gmail.com" + } + ], + "description": "A Laravel package to run multiple commands at once, to aid in local development.", + "support": { + "issues": "https://github.com/soloterm/solo/issues", + "source": "https://github.com/soloterm/solo/tree/v0.3.1" + }, + "time": "2025-01-31T04:14:07+00:00" + }, { "name": "staabm/side-effects-detector", "version": "1.0.5",