Skip to content

Commit f42f42c

Browse files
authored
Use stable version of ThinkPHP 5.0
1 parent e47aab0 commit f42f42c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=5.4.0",
20-
"topthink/framework": "*"
20+
"topthink/framework": "^5.0"
2121
},
2222
"extra": {
2323
"think-path": "thinkphp"
2424
},
25-
"minimum-stability": "dev",
2625
"config": {
2726
"preferred-install": "dist"
2827
}

0 commit comments

Comments
 (0)