summaryrefslogtreecommitdiffstats
path: root/php-mongodb-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-25 16:29:24 +0100
committerRemi Collet <remi@remirepo.net>2020-11-25 16:29:24 +0100
commit141e1ba420e8477405788e749acf81fe5915f71f (patch)
tree3ad7efc72fcf5e825e3d4343e5fd1299bd984932 /php-mongodb-autoload.php
parentfbd3c03487128a2f6707485750ae9918869317e6 (diff)
update to 1.8.0
raise dependency on mongodb extension 1.8.1 add dependency on symfony/polyfill-php80
Diffstat (limited to 'php-mongodb-autoload.php')
-rw-r--r--php-mongodb-autoload.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/php-mongodb-autoload.php b/php-mongodb-autoload.php
deleted file mode 100644
index 6381225..0000000
--- a/php-mongodb-autoload.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-/* Autoloader for mongodb/mongodb and its dependencies */
-
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-\Fedora\Autoloader\Autoload::addPsr4('MongoDB\\', __DIR__);
-require_once __DIR__. '/functions.php';