Skip to content

Commit

Permalink
php composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
once-human committed Aug 12, 2024
1 parent 4625d00 commit 10d5bb5
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 10d5bb5

Please sign in to comment.