Browse Source

updating to new version

main
Shivani Kumar 3 years ago
parent
commit
2b2a9ad8c6
  1. 3
      composer.json
  2. 8
      composer.lock

3
composer.json

@ -3,7 +3,8 @@
"description": "Sample PHP application for App Platform", "description": "Sample PHP application for App Platform",
"type": "project", "type": "project",
"require": { "require": {
"alrik11es/cowsayphp": "^1.2" "alrik11es/cowsayphp": "^1.2",
"php": "^8.2.4"
}, },
"authors": [ "authors": [
{ {

8
composer.lock generated

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "16e03395d34a6908d884db19ef1396b5", "content-hash": "a3bc7794cb354caf204150a35e2666ae",
"packages": [ "packages": [
{ {
"name": "alrik11es/cowsayphp", "name": "alrik11es/cowsayphp",
@ -71,7 +71,9 @@
"stability-flags": [], "stability-flags": [],
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": {
"php": "^8.2.4"
},
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.0.0" "plugin-api-version": "2.3.0"
} }

Loading…
Cancel
Save