From c7a6dd1c16ea174f94503a14c9cde34a29d564c5 Mon Sep 17 00:00:00 2001 From: Sergio Brighenti Date: Sat, 27 May 2023 17:09:22 +0200 Subject: [PATCH] update version --- composer.json | 4 +++- composer.lock | 28 ++++++++++++++-------------- package-lock.json | 2 +- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index a14f633a..8f0d4774 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sergix44/xbackbone", "license": "AGPL-3.0-only", - "version": "3.6.2", + "version": "3.6.3", "description": "A lightweight ShareX PHP backend", "type": "project", "require": { @@ -48,6 +48,8 @@ "Tests\\": "tests/" } }, + "minimum-stability": "dev", + "prefer-stable": true, "require-dev": { "roave/security-advisories": "dev-latest", "phpstan/phpstan": "^0.11.5", diff --git a/composer.lock b/composer.lock index 160286a8..0586c87c 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": "24e8699d57c1d1ed75785be6aafa0384", + "content-hash": "2733a3d8a24cac3e28ce99e5768c390d", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.271.0", + "version": "3.271.3", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "4812b557b375e2d2c8107730c43dfff90c3cf103" + "reference": "f481134d37b8303fa2e82ca7fe2a3124144057f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4812b557b375e2d2c8107730c43dfff90c3cf103", - "reference": "4812b557b375e2d2c8107730c43dfff90c3cf103", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/f481134d37b8303fa2e82ca7fe2a3124144057f6", + "reference": "f481134d37b8303fa2e82ca7fe2a3124144057f6", "shasum": "" }, "require": { @@ -151,9 +151,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.271.0" + "source": "https://github.com/aws/aws-sdk-php/tree/3.271.3" }, - "time": "2023-05-23T19:11:46+00:00" + "time": "2023-05-26T18:20:00+00:00" }, { "name": "erusev/parsedown", @@ -5013,12 +5013,12 @@ "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "2d9146bd69addfbd99652930a825c8ba7b8ea13c" + "reference": "2d73bad6cb1c8cda0ab4e4208f4ee2d70e472879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/2d9146bd69addfbd99652930a825c8ba7b8ea13c", - "reference": "2d9146bd69addfbd99652930a825c8ba7b8ea13c", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/2d73bad6cb1c8cda0ab4e4208f4ee2d70e472879", + "reference": "2d73bad6cb1c8cda0ab4e4208f4ee2d70e472879", "shasum": "" }, "conflict": { @@ -5094,7 +5094,7 @@ "contao/core-bundle": "<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4|= 4.10.0", "contao/listing-bundle": ">=4,<4.4.8", "contao/managed-edition": "<=1.5", - "craftcms/cms": "<=3.8.3|>=4,<4.4.6|>= 4.0.0-RC1, < 4.3.7|>= 4.0.0-RC1, < 4.2.1", + "craftcms/cms": ">= 4.0.0-RC1, <= 4.4.5|>= 4.0.0-RC1, <= 4.4.6|<=3.8.5|>=4,<4.4.6|>= 4.0.0-RC1, < 4.4.6|>= 4.0.0-RC1, < 4.3.7|>= 4.0.0-RC1, < 4.2.1", "croogo/croogo": "<3.0.7", "cuyz/valinor": "<0.12", "czproject/git-php": "<4.0.3", @@ -5613,7 +5613,7 @@ "type": "tidelift" } ], - "time": "2023-05-22T21:04:18+00:00" + "time": "2023-05-26T14:04:17+00:00" }, { "name": "sebastian/cli-parser", @@ -7019,11 +7019,11 @@ } ], "aliases": [], - "minimum-stability": "stable", + "minimum-stability": "dev", "stability-flags": { "roave/security-advisories": 20 }, - "prefer-stable": false, + "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.3", diff --git a/package-lock.json b/package-lock.json index cf021dca..0bb7dc83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "xbackbone", + "name": "XBackBone", "lockfileVersion": 2, "requires": true, "packages": {