Skip to content

Commit 97e38d2

Browse files
committed
Changed license to LGPL 2.1;
Tweaked the PHAR; Added composer.json; Added docs; Regenerated package.xml.
1 parent a045a37 commit 97e38d2

20 files changed

+1934
-80
lines changed

API-0.1.0

-1
This file was deleted.

API-0.2.0

-1
This file was deleted.

CREDITS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
;Maintainer of PEAR2_Command_Color
1+
;Maintainers of PEAR2_Command_Color
22
Ivo Nascimento [ivonascimento] <[email protected]> (lead)
33
Vasil Rangelov [boen_robot] <[email protected]> (lead)

RELEASE-0.2.0

-2
This file was deleted.

RELEASE-1.0.0

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
First stable release.
2+
3+
(complete rewrite from the alpha)

composer.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "pear2/console_color",
3+
"description": "Genetaror for ANSI color escape sequences.",
4+
"keywords": ["pear2", "console", "color", "CLI", "ANSI", "generator"],
5+
"homepage": "http://pear2.github.com/Console_Color/",
6+
"license": "LGPL-2.1",
7+
"authors": [
8+
{
9+
"name": "Vasil Rangelov",
10+
"email": "[email protected]",
11+
"role": "lead"
12+
},
13+
{
14+
"name": "Ivo Nascimento",
15+
"email": "[email protected]",
16+
"role": "lead"
17+
}
18+
],
19+
"support": {
20+
"issues": "http://github.com/pear2/Console_Color/issues",
21+
"wiki": "http://github.com/pear2/Console_Color/wiki"
22+
},
23+
"require": {
24+
"php": ">=5.3.0"
25+
},
26+
"autoload": {
27+
"psr-0": {
28+
"PEAR2\\Console\\Color\\": "src/"
29+
}
30+
},
31+
"minimum-stability": "dev"
32+
}

docs/apigen.neon

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
source: ../src
2+
3+
destination: PEAR2_Console_Color__ApiGen_Documentation
4+
5+
extensions: php
6+
7+
charset: UTF-8
8+
9+
title: PEAR2_Console_Color documentation
10+
11+
autocomplete:
12+
- classes
13+
- methods
14+
- classconstants

0 commit comments

Comments
 (0)