<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=HTML_Common</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/23779" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/23779">
      <title>HTML_Common: Feature/Change Request 23779 [Open] Please tag release v1.2.5 on Packagist</title>
      <link>http://pear.php.net/bugs/23779</link>
      <content:encoded><![CDATA[<pre>HTML_Common Feature/Change Request
Reported by peternowee
2018-11-29T20:27:43+00:00
PHP: Irrelevant OS:  Package Version: 1.2.5

Description:
------------
Currently, the pear/html_common package registered on Packagist.org (composer repository) has two versions available: dev-trunk and 
dev-topics/composer-for-pear. However, pear/html_table requires pear/html_common version ^1.2.5. Composer fails to find that, because there is no version tagged with the version number available on Packagist.

I'm reporting this here, because I do not see any contact details for the maintainer of this package on Packagist.

Test script:
---------------
Example 1 composer.json file:

{
    &quot;require&quot;: {
        &quot;pear/html_common&quot;: &quot;^1.2.5&quot;
    }
}


Example 2 composer.json file. Even explicitly allowing dev versions does not help:

{
    &quot;minimum-stability&quot;: &quot;dev&quot;,
    &quot;require&quot;: {
        &quot;pear/html_common&quot;: &quot;^1.2.5@dev&quot;
    }
}


Actual result:
--------------
Example 1 fails:

$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package pear/html_common ^1.2.5 exists as pear/html_common[dev-topics/composer-for-pear, dev-trunk] but these are rejected by your constraint.


Example 2 fails:

$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package pear/html_common ^1.2.5@dev exists as pear/html_common[dev-topics/composer-for-pear, dev-trunk] but these are rejected by your constraint.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_Common Feature/Change Request
Reported by peternowee
2018-11-29T20:27:43+00:00
PHP: Irrelevant OS:  Package Version: 1.2.5

Description:
------------
Currently, the pear/html_common package registered on Packagist.org (composer repository) has two versions available: dev-trunk and 
dev-topics/composer-for-pear. However, pear/html_table requires pear/html_common version ^1.2.5. Composer fails to find that, because there is no version tagged with the version number available on Packagist.

I'm reporting this here, because I do not see any contact details for the maintainer of this package on Packagist.

Test script:
---------------
Example 1 composer.json file:

{
    &quot;require&quot;: {
        &quot;pear/html_common&quot;: &quot;^1.2.5&quot;
    }
}


Example 2 composer.json file. Even explicitly allowing dev versions does not help:

{
    &quot;minimum-stability&quot;: &quot;dev&quot;,
    &quot;require&quot;: {
        &quot;pear/html_common&quot;: &quot;^1.2.5@dev&quot;
    }
}


Actual result:
--------------
Example 1 fails:

$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package pear/html_common ^1.2.5 exists as pear/html_common[dev-topics/composer-for-pear, dev-trunk] but these are rejected by your constraint.


Example 2 fails:

$ composer install
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - The requested package pear/html_common ^1.2.5@dev exists as pear/html_common[dev-topics/composer-for-pear, dev-trunk] but these are rejected by your constraint.</pre>]]></description>
      <dc:date>2018-11-29T20:27:43+00:00</dc:date>
      <dc:creator>plmn+hfn9t &amp;#x61;&amp;#116; peternowee &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>HTML_Common Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
