Skip to content

Commit b58e62b

Browse files
committed
update composer.json
modify project type remove requirements
1 parent 438b735 commit b58e62b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"name": "devnet/web-template",
33
"description": "DevNet Web Application (Minimal APIs)",
4-
"type": "devnet-template",
4+
"type": "devnet-project",
55
"license": "MIT",
66
"minimum-stability": "dev",
7-
"prefer-stable": true,
8-
"require": {
9-
"php": ">=7.4.0",
10-
"devnet/web": "1.0.*"
11-
}
7+
"prefer-stable": true
128
}

0 commit comments

Comments
 (0)