summaryrefslogtreecommitdiffstats
path: root/php-composer-ca-bundle-autoload.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-30 07:22:58 +0100
committerRemi Collet <remi@remirepo.net>2017-11-30 07:22:58 +0100
commit84827b1ee80b94702e0bb1936d6f52fa481ba6cd (patch)
tree418820380d5b72f05b0d43db9fc78513cac936da /php-composer-ca-bundle-autoload.php
parentb3708a4a1a01e406e8691f64adb7e05205a100ba (diff)
Update to 1.1.0
allow Symfony 2, 3 and 4
Diffstat (limited to 'php-composer-ca-bundle-autoload.php')
-rw-r--r--php-composer-ca-bundle-autoload.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/php-composer-ca-bundle-autoload.php b/php-composer-ca-bundle-autoload.php
deleted file mode 100644
index c2a4244..0000000
--- a/php-composer-ca-bundle-autoload.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-/* Autoloader for composer/ca-bundle and its dependencies */
-
-require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
-
-\Fedora\Autoloader\Autoload::addPsr4('Composer\\CaBundle\\', __DIR__);
-