From bb565300cd603f3656b3c46afdc4ffcff08d581f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:53:11 +0100 Subject: [PATCH] Statamic v5.27.0 (#24) Co-authored-by: jasonvarga --- composer.lock | 54 +++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/composer.lock b/composer.lock index 40b5925..9ed9d0c 100644 --- a/composer.lock +++ b/composer.lock @@ -1405,16 +1405,16 @@ }, { "name": "laravel/framework", - "version": "v11.24.1", + "version": "v11.25.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "e063fa80ac5818099f45a3a57dd803476c8f3a2a" + "reference": "b487a9089c0b1c71ac63bb6bc44fb4b00dc6da2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/e063fa80ac5818099f45a3a57dd803476c8f3a2a", - "reference": "e063fa80ac5818099f45a3a57dd803476c8f3a2a", + "url": "https://api.github.com/repos/laravel/framework/zipball/b487a9089c0b1c71ac63bb6bc44fb4b00dc6da2e", + "reference": "b487a9089c0b1c71ac63bb6bc44fb4b00dc6da2e", "shasum": "" }, "require": { @@ -1610,7 +1610,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-09-25T07:21:24+00:00" + "time": "2024-09-26T11:21:58+00:00" }, { "name": "laravel/prompts", @@ -4579,16 +4579,16 @@ }, { "name": "statamic/cms", - "version": "v5.26.0", + "version": "v5.27.0", "source": { "type": "git", "url": "https://github.com/statamic/cms.git", - "reference": "a375508d5f6ca900efa18f24a7a44afed206eff5" + "reference": "c2008b387e91444c66ad74672609edc1210adddb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/statamic/cms/zipball/a375508d5f6ca900efa18f24a7a44afed206eff5", - "reference": "a375508d5f6ca900efa18f24a7a44afed206eff5", + "url": "https://api.github.com/repos/statamic/cms/zipball/c2008b387e91444c66ad74672609edc1210adddb", + "reference": "c2008b387e91444c66ad74672609edc1210adddb", "shasum": "" }, "require": { @@ -4671,7 +4671,7 @@ ], "support": { "issues": "https://github.com/statamic/cms/issues", - "source": "https://github.com/statamic/cms/tree/v5.26.0" + "source": "https://github.com/statamic/cms/tree/v5.27.0" }, "funding": [ { @@ -4679,7 +4679,7 @@ "type": "github" } ], - "time": "2024-09-24T21:02:24+00:00" + "time": "2024-09-26T20:13:42+00:00" }, { "name": "statamic/quotefetcher", @@ -7683,16 +7683,16 @@ }, { "name": "webonyx/graphql-php", - "version": "v15.14.0", + "version": "v15.14.1", "source": { "type": "git", "url": "https://github.com/webonyx/graphql-php.git", - "reference": "87f956498895757f0808f22c193577ed090f7f3b" + "reference": "73542661e3aeaba6b2c60481e82d6b9ea4196908" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/87f956498895757f0808f22c193577ed090f7f3b", - "reference": "87f956498895757f0808f22c193577ed090f7f3b", + "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/73542661e3aeaba6b2c60481e82d6b9ea4196908", + "reference": "73542661e3aeaba6b2c60481e82d6b9ea4196908", "shasum": "" }, "require": { @@ -7745,7 +7745,7 @@ ], "support": { "issues": "https://github.com/webonyx/graphql-php/issues", - "source": "https://github.com/webonyx/graphql-php/tree/v15.14.0" + "source": "https://github.com/webonyx/graphql-php/tree/v15.14.1" }, "funding": [ { @@ -7753,7 +7753,7 @@ "type": "open_collective" } ], - "time": "2024-09-10T10:36:37+00:00" + "time": "2024-09-26T08:18:11+00:00" }, { "name": "wilderborn/partyline", @@ -7953,26 +7953,26 @@ }, { "name": "filp/whoops", - "version": "2.15.4", + "version": "2.16.0", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546" + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546", + "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2", + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0", + "php": "^7.1 || ^8.0", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { - "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3", + "symfony/var-dumper": "^4.0 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", @@ -8012,7 +8012,7 @@ ], "support": { "issues": "https://github.com/filp/whoops/issues", - "source": "https://github.com/filp/whoops/tree/2.15.4" + "source": "https://github.com/filp/whoops/tree/2.16.0" }, "funding": [ { @@ -8020,7 +8020,7 @@ "type": "github" } ], - "time": "2023-11-03T12:00:00+00:00" + "time": "2024-09-25T12:00:00+00:00" }, { "name": "hamcrest/hamcrest-php",