Cerys
7 months ago
2 changed files with 40 additions and 0 deletions
@ -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" |
|||
} |
|||
} |
@ -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…
Reference in new issue