mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-php/json-schema: Add 2.0.0 version
This is needed for composer-1.2.2, bug 439206. Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
This commit is contained in:
committed by
Michael Orlitzky
parent
d3bd35121b
commit
79a2aeb43a
10
dev-php/json-schema/files/autoload.php
Normal file
10
dev-php/json-schema/files/autoload.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Autoloader for justinrainbow/json-schema and its dependencies
|
||||
*/
|
||||
|
||||
if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
|
||||
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
|
||||
}
|
||||
|
||||
\Fedora\Autoloader\Autoload::addPsr4('JsonSchema\\', __DIR__);
|
||||
Reference in New Issue
Block a user