https://bugzilla.redhat.com/show_bug.cgi?id=1264191

Remi Collet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #1 from Remi Collet <[email protected]> ---
This library is PSR-4 compliant, so per Guidelines we have to restore a PSR-0
tree.

composer.json:
        "psr-4": {
            "Wikimedia\\Assert\\": "src/",

src/Assert.php
        namespace Wikimedia\Assert;

So have to be installed in 

/usr/share/php/Wikimedia/Assert

Especially as "Assert" is quite too generic, this will avoid conflicts.


Notice: I won't do the "formal" review  (because of github URL Guidelines)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to