Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Commit 5f2775d

Browse files
committed
package, template and composer file updated
1 parent f773ac5 commit 5f2775d

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "phpdocumentor/template.responsive",
3+
"license": "MIT",
4+
"require": {
5+
"ext-xsl": "*"
6+
}
7+
}

package.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<email>[email protected]</email>
2727
<active>yes</active>
2828
</lead>
29-
<date>2012-03-13</date>
30-
<time>19:06:47</time>
29+
<date>2012-04-01</date>
30+
<time>10:34:36</time>
3131
<version>
32-
<release>1.0.0</release>
33-
<api>1.0.0</api>
32+
<release>1.0.1</release>
33+
<api>1.0.1</api>
3434
</version>
3535
<stability>
3636
<release>stable</release>
@@ -166,14 +166,14 @@ Automatically generated by the phpDocumentor packager
166166
<changelog>
167167
<release>
168168
<version>
169-
<release>1.0.0</release>
170-
<api>1.0.0</api>
169+
<release>1.0.1</release>
170+
<api>1.0.1</api>
171171
</version>
172172
<stability>
173173
<release>stable</release>
174174
<api>stable</api>
175175
</stability>
176-
<date>2012-03-13</date>
176+
<date>2012-04-01</date>
177177
<license uri="http://www.opensource.org/licenses/mit-license.html">MIT</license>
178178
<notes>
179179
Automatically generated by the phpDocumentor packager

template.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<template>
33
<author>Mike van Riel</author>
44
<email>[email protected]</email>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<copyright>Mike van Riel 2012</copyright>
77
<description><![CDATA[
88
This is the 'Responsive' look and feel for phpDocumentor.

0 commit comments

Comments
 (0)