This repository has been archived by the owner on Jan 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update composer.json to republish bugfixed release
- Loading branch information
Showing
2 changed files
with
67 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,30 @@ | ||
This package is http://pear.php.net/package/OLE and has been migrated from https://svn.php.net/repository/pear/packages/OLE | ||
|
||
Please report all new issues via the PEAR bug tracker. | ||
|
||
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list. | ||
|
||
To test, run | ||
|
||
$ composer install | ||
$ vendor/bin/phpunit | ||
|
||
To build, simply | ||
|
||
$ pear package | ||
|
||
To install from scratch | ||
|
||
$ pear install package.xml | ||
|
||
To upgrade | ||
|
||
$ pear upgrade -f package.xml | ||
# Overview | ||
|
||
This is a fork of the package PEAR::OLE (pear/ole) with a bugfix for [PEAR bug #21243 ](http://pear.php.net/bugs/21243). | ||
|
||
Pull Request on upstream: [https://github.com/pear/OLE/pull/10](https://github.com/pear/OLE/pull/10) | ||
|
||
# Upstream README | ||
|
||
This package is http://pear.php.net/package/OLE and has been migrated from https://svn.php.net/repository/pear/packages/OLE | ||
|
||
Please report all new issues via the PEAR bug tracker. | ||
|
||
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list. | ||
|
||
To test, run | ||
|
||
$ composer install | ||
$ vendor/bin/phpunit | ||
|
||
To build, simply | ||
|
||
$ pear package | ||
|
||
To install from scratch | ||
|
||
$ pear install package.xml | ||
|
||
To upgrade | ||
|
||
$ pear upgrade -f package.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"authors": [ | ||
{ | ||
"email": "[email protected]", | ||
"name": "Christian Schmidt", | ||
"role": "Lead" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Xavier Noguer", | ||
"role": "Lead" | ||
} | ||
], | ||
"autoload": { | ||
"psr-0": { | ||
"OLE": "./" | ||
} | ||
}, | ||
"description": "More info available on: http://pear.php.net/package/OLE", | ||
"include-path": [ | ||
"./" | ||
], | ||
"license": "PHP", | ||
"name": "pear/ole", | ||
"support": { | ||
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=OLE", | ||
"source": "https://github.com/pear/OLE" | ||
}, | ||
"type": "library", | ||
"require": { | ||
"php": ">= 5.6", | ||
"pear/pear_exception": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<6" | ||
} | ||
} | ||
{ | ||
"authors": [ | ||
{ | ||
"email": "[email protected]", | ||
"name": "Christian Schmidt", | ||
"role": "Lead" | ||
}, | ||
{ | ||
"email": "[email protected]", | ||
"name": "Xavier Noguer", | ||
"role": "Lead" | ||
} | ||
], | ||
"autoload": { | ||
"psr-0": { | ||
"OLE": "./" | ||
} | ||
}, | ||
"description": "More info available on: http://pear.php.net/package/OLE", | ||
"include-path": [ | ||
"./" | ||
], | ||
"license": "PHP", | ||
"name": "hfig/pear-ole", | ||
"support": { | ||
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=OLE", | ||
"source": "https://github.com/pear/OLE" | ||
}, | ||
"type": "library", | ||
"require": { | ||
"php": ">= 5.6", | ||
"pear/pear_exception": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "<6" | ||
} | ||
} |