Browse Source

created the composer json and lock files

pull/3/head
Cerys 5 months ago
parent
commit
671cc1ce50
  1. 20
      composer.json
  2. 20
      composer.lock

20
composer.json

@ -0,0 +1,20 @@
{
"name": "darksparrow/deegraph-php",
"description": "Deegraph Interactions Wrapper",
"type": "library",
"license": "Mozilla Public License Version 2.0",
"authors": [
{
"name": "Cerys Lewis",
"email": "cerys@darksparrow.uk",
"homepage": "https://ceryslewis.dev",
"role": "Lead Developer"
}
],
"support": {
"email": "cerys@darksparrow.uk"
},
"require": {
"php": ">=8.1"
}
}

20
composer.lock

@ -0,0 +1,20 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "023300fef7b855f6db1c05b88104e2db",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=8.1"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"
}
Loading…
Cancel
Save