Skip to content

Commit

Permalink
Release 1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
zenn1989 committed Aug 11, 2016
1 parent 32a7a76 commit dc0021e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"version": "1.0.0-beta",
"name": "phpffcms/ffcms-console",
"description": "Console mini-core package for FFCMS 3 version",
"type": "library",
Expand All @@ -18,7 +19,7 @@
],
"require": {
"php": ">=5.5",
"phpffcms/ffcms-core": "dev-master"
"phpffcms/ffcms-core": "1.0.*"
},
"autoload": {
"psr-0": {"Ffcms\\": "src/"}
Expand Down

0 comments on commit dc0021e

Please sign in to comment.