PHPFastCache package passed to composer vendor

Added composer require "phpfastcache/phpfastcache:^7.0"
v2-beta
Bruno O. Notario 3 years ago
parent fbe0ee2100
commit 7c610f3750
Signed by: oliveira131
GPG Key ID: 76CAD698D3EA8F58
  1. 3
      composer.json
  2. 206
      composer.lock
  3. 7
      system/caches/Phpfastcache/autoload.php
  4. 445
      system/caches/Phpfastcache/composer/ClassLoader.php
  5. 21
      system/caches/Phpfastcache/composer/LICENSE
  6. 9
      system/caches/Phpfastcache/composer/autoload_classmap.php
  7. 9
      system/caches/Phpfastcache/composer/autoload_namespaces.php
  8. 12
      system/caches/Phpfastcache/composer/autoload_psr4.php
  9. 52
      system/caches/Phpfastcache/composer/autoload_real.php
  10. 41
      system/caches/Phpfastcache/composer/autoload_static.php
  11. 202
      system/caches/Phpfastcache/composer/installed.json
  12. 25
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Config/Config.php
  13. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Apc/Config.php
  14. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Apcu/Config.php
  15. 177
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Cassandra/Config.php
  16. 23
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Cookie/Config.php
  17. 137
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchbase/Config.php
  18. 184
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Couchdb/Config.php
  19. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devfalse/Config.php
  20. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devnull/Config.php
  21. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Devtrue/Config.php
  22. 26
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Files/Config.php
  23. 45
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Leveldb/Config.php
  24. 163
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memcache/Config.php
  25. 163
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memcached/Config.php
  26. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Memstatic/Config.php
  27. 253
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Mongodb/Config.php
  28. 199
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Predis/Config.php
  29. 186
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Redis/Config.php
  30. 114
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Riak/Config.php
  31. 26
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Sqlite/Config.php
  32. 114
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Ssdb/Config.php
  33. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Wincache/Config.php
  34. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Xcache/Config.php
  35. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Zenddisk/Config.php
  36. 24
      system/caches/Phpfastcache/phpfastcache/phpfastcache/lib/Phpfastcache/Drivers/Zendshm/Config.php
  37. 6
      system/caches/autoload.php
  38. 6
      system/caches/caches.php
  39. 9
      system/caches/phpfastcache.php
  40. 3
      system/vendor/composer/autoload_psr4.php
  41. 18
      system/vendor/composer/autoload_static.php
  42. 210
      system/vendor/composer/installed.json
  43. 46
      system/vendor/phpfastcache/phpfastcache/CHANGELOG.md
  44. 0
      system/vendor/phpfastcache/phpfastcache/CHANGELOG_API.md
  45. 0
      system/vendor/phpfastcache/phpfastcache/LICENCE
  46. 3
      system/vendor/phpfastcache/phpfastcache/README.md
  47. 22
      system/vendor/phpfastcache/phpfastcache/SECURITY.md
  48. 56
      system/vendor/phpfastcache/phpfastcache/composer.json
  49. 48
      system/vendor/phpfastcache/phpfastcache/docs/CREDITS.md
  50. 49
      system/vendor/phpfastcache/phpfastcache/docs/DRIVERS.md
  51. Some files were not shown because too many files have changed in this diff Show More

@ -7,6 +7,7 @@
"colinmollenhour/credis": "^1.13", "colinmollenhour/credis": "^1.13",
"twig/twig": "^3.0", "twig/twig": "^3.0",
"mustache/mustache": "^2.0", "mustache/mustache": "^2.0",
"smarty/smarty": "^3.0" "smarty/smarty": "^3.0",
"phpfastcache/phpfastcache": "^7.0"
} }
} }

206
composer.lock generated

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,9 +0,0 @@
<?php
// autoload_classmap.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
);

@ -1,9 +0,0 @@
<?php
// autoload_namespaces.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save