diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-12 10:37:31 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-12 10:37:31 +0100 | 
| commit | a8027bc1fd8ef1ccd2338b45cda2c076d0c96aad (patch) | |
| tree | e48856c50bbebccb239633db5110fe9507600c45 /composer-autoload.php | |
| parent | cf96b0668af22d88d72471c7c836a9316d2f2862 (diff) | |
composer: 1.3.0RC
Diffstat (limited to 'composer-autoload.php')
| -rw-r--r-- | composer-autoload.php | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/composer-autoload.php b/composer-autoload.php index c103501..19206ae 100644 --- a/composer-autoload.php +++ b/composer-autoload.php @@ -17,7 +17,9 @@ if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {  	$vendorDir . '/Composer/CaBundle/autoload.php',  	$vendorDir . '/Composer/Spdx/autoload.php',  	$vendorDir . '/Composer/Semver/autoload.php', -	$vendorDir . '/JsonSchema2/autoload.php',  	$vendorDir . '/Psr/Log/autoload.php', -)); +	array( +		$vendorDir . '/JsonSchema4/autoload.php', +		$vendorDir . '/JsonSchema2/autoload.php', +)));  | 
