From 2b2a9ad8c647cf0d5ba85e64321f9b2bbaf259b8 Mon Sep 17 00:00:00 2001 From: Shivani Kumar Date: Thu, 27 Apr 2023 10:07:20 -0400 Subject: [PATCH] updating to new version --- composer.json | 3 ++- composer.lock | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a4afb61..1b86a6a 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,8 @@ "description": "Sample PHP application for App Platform", "type": "project", "require": { - "alrik11es/cowsayphp": "^1.2" + "alrik11es/cowsayphp": "^1.2", + "php": "^8.2.4" }, "authors": [ { diff --git a/composer.lock b/composer.lock index 4675a08..884a7bd 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": "16e03395d34a6908d884db19ef1396b5", + "content-hash": "a3bc7794cb354caf204150a35e2666ae", "packages": [ { "name": "alrik11es/cowsayphp", @@ -71,7 +71,9 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], + "platform": { + "php": "^8.2.4" + }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.3.0" }