Skip to content

Commit

Permalink
Changed license to LGPL 2.1;
Browse files Browse the repository at this point in the history
Tweaked the PHAR;
Added composer.json;
Added docs;
Regenerated package.xml.
  • Loading branch information
boenrobot committed Mar 2, 2014
1 parent a045a37 commit 97e38d2
Show file tree
Hide file tree
Showing 20 changed files with 1,934 additions and 80 deletions.
1 change: 0 additions & 1 deletion API-0.1.0

This file was deleted.

1 change: 0 additions & 1 deletion API-0.2.0

This file was deleted.

2 changes: 1 addition & 1 deletion CREDITS
@@ -1,3 +1,3 @@
;Maintainer of PEAR2_Command_Color
;Maintainers of PEAR2_Command_Color
Ivo Nascimento [ivonascimento] <ivo@o8o.com.br> (lead)
Vasil Rangelov [boen_robot] <boen.robot@gmail.com> (lead)
2 changes: 0 additions & 2 deletions RELEASE-0.2.0

This file was deleted.

3 changes: 3 additions & 0 deletions RELEASE-1.0.0
@@ -0,0 +1,3 @@
First stable release.

(complete rewrite from the alpha)
32 changes: 32 additions & 0 deletions composer.json
@@ -0,0 +1,32 @@
{
"name": "pear2/console_color",
"description": "Genetaror for ANSI color escape sequences.",
"keywords": ["pear2", "console", "color", "CLI", "ANSI", "generator"],
"homepage": "http://pear2.github.com/Console_Color/",
"license": "LGPL-2.1",
"authors": [
{
"name": "Vasil Rangelov",
"email": "boen.robot@gmail.com",
"role": "lead"
},
{
"name": "Ivo Nascimento",
"email": "ivo@o8o.com.br",
"role": "lead"
}
],
"support": {
"issues": "http://github.com/pear2/Console_Color/issues",
"wiki": "http://github.com/pear2/Console_Color/wiki"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"PEAR2\\Console\\Color\\": "src/"
}
},
"minimum-stability": "dev"
}
14 changes: 14 additions & 0 deletions docs/apigen.neon
@@ -0,0 +1,14 @@
source: ../src

destination: PEAR2_Console_Color__ApiGen_Documentation

extensions: php

charset: UTF-8

title: PEAR2_Console_Color documentation

autocomplete:
- classes
- methods
- classconstants

0 comments on commit 97e38d2

Please sign in to comment.