From 932f8956baf126aa31a11806edc15c9ccb1932e6 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 19 Apr 2023 22:56:38 -0600 Subject: [PATCH] Bump circleci php version --- .circleci/config.yml | 2 +- composer.json | 2 +- composer.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b80170c4c..19b1c3bb4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: build: docker: # Specify the version you desire here - - image: cimg/php:8.1.12 + - image: cimg/php:8.2.5 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images diff --git a/composer.json b/composer.json index b27711b13..54328a674 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "require-dev": { "brianium/paratest": "^6.1", "fakerphp/faker": "^1.20", - "laravel/telescope": "^4.9", + "laravel/telescope": "^4.14", "mockery/mockery": "^1.0", "nunomaduro/collision": "^6.1", "phpunit/phpunit": "^9.0" diff --git a/composer.lock b/composer.lock index 15bd56c7e..4c5968358 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": "44465d28ce12cf340913f1185ab6e223", + "content-hash": "427b8abad9495b7a7bd2a489625a3881", "packages": [ { "name": "aws/aws-crt-php",