Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed the "vendor" folder and added it to .gitignore #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/vendor/
/run-tests.log
.DS_Store
/.settings/
Expand Down
30 changes: 17 additions & 13 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For more information, read the [documentation][5].
<active>yes</active>
</lead>
<date>2014-07-31</date>
<time>14:21:10</time>
<time>23:13:53</time>
<version>
<release>0.6.0</release>
<api>0.1.0</api>
Expand All @@ -67,7 +67,8 @@ Bug Fixes/Refactoring:

- Fix filename for packages with a dot in their name, #17 [fpoirotte]
- Fix package creation, #18 [boenrobot]
- Massive CS fixes, #23 [boenrobot]</notes>
- Massive CS fixes, #23 [boenrobot]
- Rewrote generate-pear2 and &quot;make&quot; with non-existent package.xml files, #27 [boenrobot]</notes>
<contents>
<dir name="/">
<dir name="customcommand" baseinstalldir="/">
Expand Down Expand Up @@ -149,20 +150,17 @@ Bug Fixes/Refactoring:
</dir>
<dir name="PackageFile">
<dir name="Commands">
<dir name="templates">
<file role="php" name="packagexmlsetup.php.tpl"/>
<dir name="MakePEAR2">
<file role="php" name="Filter.php"/>
</dir>
<file role="php" name="PEAR2Skeleton.php"/>
</dir>
<dir name="PEAR2SVN">
<file role="php" name="Filter.php"/>
</dir>
<dir name="PECL">
<file role="php" name="Filter.php"/>
<dir name="MakePECL">
<file role="php" name="Filter.php"/>
</dir>
<file role="php" name="GeneratePEAR2.php"/>
<file role="php" name="MakePEAR2.php"/>
<file role="php" name="MakePECL.php"/>
</dir>
<file role="php" name="Commands.php"/>
<file role="php" name="PEAR2SVN.php"/>
<file role="php" name="PECL.php"/>
<file role="php" name="v2.php"/>
</dir>
<dir name="Runphpt">
Expand Down Expand Up @@ -215,6 +213,12 @@ Bug Fixes/Refactoring:
<min>2.0.0a1</min>
</pearinstaller>
</required>
<optional>
<package>
<name>PEAR2_Templates_Savant</name>
<channel>pear2.php.net</channel>
</package>
</optional>
</dependencies>
<phprelease/>
</package>
24 changes: 11 additions & 13 deletions package_compatible.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For more information, read the [documentation][5].
<active>yes</active>
</lead>
<date>2014-07-31</date>
<time>14:21:10</time>
<time>23:13:53</time>
<version>
<release>0.6.0</release>
<api>0.1.0</api>
Expand Down Expand Up @@ -77,12 +77,11 @@ For more information, read the [documentation][5].
<file role="php" name="php/Pyrus/Developer/Runphpt/Runner.php"/>
<file role="php" name="php/Pyrus/Developer/Runphpt/Exception.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/v2.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/PECL/Filter.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/PECL.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/PEAR2SVN/Filter.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/PEAR2SVN.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/Commands/templates/packagexmlsetup.php.tpl"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/Commands/PEAR2Skeleton.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/Commands/MakePECL/Filter.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/Commands/MakePECL.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/Commands/MakePEAR2/Filter.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/Commands/MakePEAR2.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/Commands/GeneratePEAR2.php"/>
<file role="php" name="php/Pyrus/Developer/PackageFile/Commands.php"/>
<file role="php" name="php/Pyrus/Developer/Creator/Zip.php"/>
<file role="php" name="php/Pyrus/Developer/Creator/Xml.php"/>
Expand Down Expand Up @@ -187,12 +186,11 @@ For more information, read the [documentation][5].
<install name="php/Pyrus/Developer/Creator/Xml.php" as="Pyrus/Developer/Creator/Xml.php"/>
<install name="php/Pyrus/Developer/Creator/Zip.php" as="Pyrus/Developer/Creator/Zip.php"/>
<install name="php/Pyrus/Developer/PackageFile/Commands.php" as="Pyrus/Developer/PackageFile/Commands.php"/>
<install name="php/Pyrus/Developer/PackageFile/Commands/PEAR2Skeleton.php" as="Pyrus/Developer/PackageFile/Commands/PEAR2Skeleton.php"/>
<install name="php/Pyrus/Developer/PackageFile/Commands/templates/packagexmlsetup.php.tpl" as="Pyrus/Developer/PackageFile/Commands/templates/packagexmlsetup.php.tpl"/>
<install name="php/Pyrus/Developer/PackageFile/PEAR2SVN.php" as="Pyrus/Developer/PackageFile/PEAR2SVN.php"/>
<install name="php/Pyrus/Developer/PackageFile/PEAR2SVN/Filter.php" as="Pyrus/Developer/PackageFile/PEAR2SVN/Filter.php"/>
<install name="php/Pyrus/Developer/PackageFile/PECL.php" as="Pyrus/Developer/PackageFile/PECL.php"/>
<install name="php/Pyrus/Developer/PackageFile/PECL/Filter.php" as="Pyrus/Developer/PackageFile/PECL/Filter.php"/>
<install name="php/Pyrus/Developer/PackageFile/Commands/GeneratePEAR2.php" as="Pyrus/Developer/PackageFile/Commands/GeneratePEAR2.php"/>
<install name="php/Pyrus/Developer/PackageFile/Commands/MakePEAR2.php" as="Pyrus/Developer/PackageFile/Commands/MakePEAR2.php"/>
<install name="php/Pyrus/Developer/PackageFile/Commands/MakePEAR2/Filter.php" as="Pyrus/Developer/PackageFile/Commands/MakePEAR2/Filter.php"/>
<install name="php/Pyrus/Developer/PackageFile/Commands/MakePECL.php" as="Pyrus/Developer/PackageFile/Commands/MakePECL.php"/>
<install name="php/Pyrus/Developer/PackageFile/Commands/MakePECL/Filter.php" as="Pyrus/Developer/PackageFile/Commands/MakePECL/Filter.php"/>
<install name="php/Pyrus/Developer/PackageFile/v2.php" as="Pyrus/Developer/PackageFile/v2.php"/>
<install name="php/Pyrus/Developer/Runphpt/Exception.php" as="Pyrus/Developer/Runphpt/Exception.php"/>
<install name="php/Pyrus/Developer/Runphpt/Runner.php" as="Pyrus/Developer/Runphpt/Runner.php"/>
Expand Down

This file was deleted.

This file was deleted.

Binary file removed vendor/.pear2registry
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Loading