Skip to content
This repository has been archived by the owner on Jan 15, 2020. It is now read-only.

Commit

Permalink
Update composer.json to republish bugfixed release
Browse files Browse the repository at this point in the history
  • Loading branch information
hfig committed Jul 29, 2018
1 parent 412b532 commit ec2a4ad
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 59 deletions.
52 changes: 30 additions & 22 deletions README.md
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
74 changes: 37 additions & 37 deletions composer.json
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"
}
}

0 comments on commit ec2a4ad

Please sign in to comment.