diff options
| -rw-r--r-- | php-league-container.spec | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/php-league-container.spec b/php-league-container.spec index bde2843..6b94cd6 100644 --- a/php-league-container.spec +++ b/php-league-container.spec @@ -103,10 +103,7 @@ require_once '%{phpdir}/Fedora/Autoloader/autoload.php';  \Fedora\Autoloader\Autoload::addPsr4('League\\Container\\', __DIR__);  \Fedora\Autoloader\Dependencies::required([ -    [ -        '%{phpdir}/Psr/Container2/autoload.php', -        '%{phpdir}/Psr/Container/autoload.php', -    ] +    '%{phpdir}/Psr/Container/autoload.php',  ]);  AUTOLOAD  | 
