Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
modify project type
remove requirements
  • Loading branch information
Maometos committed Aug 21, 2022
1 parent 438b735 commit b58e62b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"name": "devnet/web-template",
"description": "DevNet Web Application (Minimal APIs)",
"type": "devnet-template",
"type": "devnet-project",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.4.0",
"devnet/web": "1.0.*"
}
"prefer-stable": true
}

0 comments on commit b58e62b

Please sign in to comment.