Skip to content

Commit 09fcf02

Browse files
committed
add planned releases and a list of release blockers for the first release version
1 parent 05ce9a8 commit 09fcf02

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.markdown

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,19 @@ PHP_CodeFormatter
33
PHP_CodeFormatter has been started due to the fact that PHP_Beautifier is
44
extremly ugly to extend for your own coding standard. Other solutions like
55
PHP_CodeBeautifier are even more worse. That's why I intend to recreate a nice
6-
code formatting tool which will make use of more modern PHP OOP.
6+
code formatting tool which will make use of more modern PHP OOP.
7+
8+
Planned Releases
9+
----------------
10+
1. 0.1 Beta will have support for PEAR Coding Standard
11+
2. 0.2 Beta change to more OOP and write unit tests
12+
3. 0.3 beta will be a refactoring after analyzes with xhprof
13+
14+
15+
Version 1.0 will be released after beta phase
16+
17+
Release Blockers for 0.1 Beta
18+
-----------------------------
19+
- integrate nested array support
20+
- add Pirium PEAR channel on github
21+
- create PEAR package for PHP_CodeFormatter

0 commit comments

Comments
 (0)