init commit

هذا الالتزام موجود في:
2023-12-09 01:44:12 +03:00
التزام 0cf1a014b5
3 ملفات معدلة مع 295 إضافات و0 حذوفات

24
composer.json Normal file
عرض الملف

@@ -0,0 +1,24 @@
{
"name": "yemenopensource/laragon-linker",
"description": "A global composer package that let you link your project with laragon www path as symlink.",
"keywords": ["php", "laragon", "linker", "muath-ye"],
"homepage": "https://github.com/YemenOpenSource/laragon-linker",
"type": "project",
"license": "MIT",
"support": {
"issues": "https://github.com/YemenOpenSource/laragon-linker/issues",
"source": "https://github.com/YemenOpenSource/laragon-linker"
},
"authors": [
{
"name": "Muath Alsowadi",
"email": "muath.ye@gmail.com"
}
],
"require": {
"php": "^8.1.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": ["bin/linker"]
}