Added composer.json

This commit is contained in:
wrenge 2024-02-28 09:52:02 +03:00
parent d625e83fad
commit 7f1b9e63bb
1 changed files with 8 additions and 0 deletions

8
composer.json Normal file
View File

@ -0,0 +1,8 @@
{
"name": "rnd/dotrecastnetsim",
"description": "DotRecast",
"homepage": "https://git.bit5.ru/rnd/DotRecastNetSim.git",
"require": {
"php": ">=7.4"
}
}