diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57872d0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/vendor/ diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..985adfa --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "thanawatgulati/studentclubsystem", + "authors": [ + { + "name": "thanawatgulati", + "email": "thanawatgulatijames@gmail.com" + } + ], + "require": {} +} diff --git a/package.json b/package.json deleted file mode 100644 index cc99086..0000000 --- a/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "studentclubsystem", - "version": "1.0.0", - "description": "Club-activity-registration", - "main": "index.php", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/thanawatgulati/Studentclubsystem.git" - }, - "keywords": [ - "student" - ], - "author": "thanawatgulati", - "license": "MIT", - "bugs": { - "url": "https://github.com/thanawatgulati/Studentclubsystem/issues" - }, - "homepage": "https://github.com/thanawatgulati/Studentclubsystem#readme" -}