From c0d63b0ef062a3109fa68447380c9a8d26fe63e4 Mon Sep 17 00:00:00 2001 From: flydev Date: Fri, 14 Jul 2023 14:52:12 +0200 Subject: [PATCH] fix(package): fixed composer schema --- composer.json | 6 ++---- composer.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 084916d..5df40b0 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "php": ">=8.1.0", "guzzlehttp/guzzle": "~7.7", "monolog/monolog": "~3.4", - "pmjones/auto-shell": "*", + "pmjones/auto-shell": "^1.0.1", "symfony/console": "^6.3", "symfony/filesystem": "^6.3", "symfony/process": "^6.3" @@ -50,7 +50,5 @@ "symfony": { "require": "5.2.*" } - }, - "stability": "stable", - "version": "1.4.6" + } } diff --git a/composer.lock b/composer.lock index e8840b8..a3d510e 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": "b2af883490dcaa5ac2bf28bb4d17b377", + "content-hash": "b990cedebc6a37b1c112ee0e5d8501eb", "packages": [ { "name": "guzzlehttp/guzzle", @@ -2108,16 +2108,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.2.3", + "version": "10.2.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e" + "reference": "15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/35c8cac1734ede2ae354a6644f7088356ff5b08e", - "reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd", + "reference": "15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd", "shasum": "" }, "require": { @@ -2189,7 +2189,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.3" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.5" }, "funding": [ { @@ -2205,7 +2205,7 @@ "type": "tidelift" } ], - "time": "2023-06-30T06:17:38+00:00" + "time": "2023-07-14T04:18:47+00:00" }, { "name": "sebastian/cli-parser",