diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-04 09:21:12 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-04 09:21:12 +0100 |
commit | a75febd64858a98fd72b63206cd0d6822da50a35 (patch) | |
tree | 7f89fc5b4ba5a75fccb76fdbcbc9bd30427568d6 /php-bartlett-php-compatinfo-db-1.2.0-autoload.php | |
parent | d4eecf050c75fa9dcc087f1fc341a2462f1cdc83 (diff) |
update to 2.0.0RC1
bump dependency on PHP 7.1
add dependency on symfony/console 3 or 4
add dependency on league/tactician
add dependency on zendframework/zenddiagnostics
add php-bartlett-php-compatinfo-db command
Diffstat (limited to 'php-bartlett-php-compatinfo-db-1.2.0-autoload.php')
-rw-r--r-- | php-bartlett-php-compatinfo-db-1.2.0-autoload.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/php-bartlett-php-compatinfo-db-1.2.0-autoload.php b/php-bartlett-php-compatinfo-db-1.2.0-autoload.php deleted file mode 100644 index 3d3bef6..0000000 --- a/php-bartlett-php-compatinfo-db-1.2.0-autoload.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php -/** - * Autoloader php-bartlett-php-compatinfo-db and its dependencies - */ - -require_once '/usr/share/php/Fedora/Autoloader/autoload.php'; - -\Fedora\Autoloader\Autoload::addPsr4('Bartlett\\CompatInfoDb\\', __DIR__); -\Fedora\Autoloader\Dependencies::required(array( - '/usr/share/php/Composer/Semver/autoload.php', -)); - |