From 10d5bb52e6630c411e878366994e7c60e9070834 Mon Sep 17 00:00:00 2001 From: Onkar Yaglewad <121476278+once-human@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:02:27 +0530 Subject: [PATCH] php composer update --- composer.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/composer.json b/composer.json index e69de29..3a01642 100644 --- a/composer.json +++ b/composer.json @@ -0,0 +1,28 @@ +{ + "name": "once-human/synthetiq", + "description": "A placement portal website for students, companies, and admins.", + "type": "project", + "require": { + "php": "^7.4 || ^8.0" + }, + "autoload": { + "psr-4": { + "App\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "App\\Tests\\": "tests/" + } + }, + "scripts": { + "post-install-cmd": [ + "echo 'Installation complete!'" + ], + "post-update-cmd": [ + "echo 'Update complete!'" + ] + }, + "minimum-stability": "stable", + "prefer-stable": true +}