Track Composer dependencies

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-07-09 22:56:21 -04:00
parent fc2124470c
commit 5f5ccf4b0e
2 changed files with 19 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ node_modules/
/static/
# Backend development
/vendor/
/lib/vendor/
coverage/
phpunit.xml.cache
Generated
+18
View File
@@ -0,0 +1,18 @@
{
"_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": "af70f170d61e4218f6e8d296b529b109",
"packages": [],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.6.0"
}