Skip to content

Commit e41ce72

Browse files
committed
Merge branch 'master' of https://github.com/phpinside/mymvc
2 parents a406c5c + e77895b commit e41ce72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "sijiaomao-mvc",
2+
"name": "phpinside/mymvc",
33
"description": "sijiaomao mvc framework",
44
"authors": [
55
{
@@ -16,5 +16,6 @@
1616
"psr-4": {
1717
"app\\": "app/"
1818
}
19-
}
19+
},
20+
"minimum-stability": "dev"
2021
}

0 commit comments

Comments
 (0)