Skip to content

Instantly share code, notes, and snippets.

@fbrnc
Created September 29, 2015 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fbrnc/616c94e4e463d50dd49f to your computer and use it in GitHub Desktop.
Save fbrnc/616c94e4e463d50dd49f to your computer and use it in GitHub Desktop.
OroCommerce Composer Packages
# /var/www/orocommerce/devbox/releases/current/vendor: tree -d -L 2
.
├── a2lix
│ └── translation-form-bundle
├── akeneo
│ └── batch-bundle
├── ass
│ └── xmlsecurity
├── behat
│ └── transliterator
├── besimple
│ └── soap
├── bin
├── cboden
│ └── ratchet
├── components
│ ├── backbone
│ ├── font-awesome
│ ├── jquery
│ └── underscore
├── composer
│ └── composer
├── doctrine
│ ├── annotations
│ ├── cache
│ ├── collections
│ ├── common
│ ├── data-fixtures
│ ├── dbal
│ ├── doctrine-bundle
│ ├── doctrine-cache-bundle
│ ├── doctrine-fixtures-bundle
│ ├── inflector
│ ├── instantiator
│ ├── lexer
│ └── orm
├── escapestudios
│ └── wsse-authentication-bundle
├── evenement
│ └── evenement
├── ezyang
│ └── htmlpurifier
├── friendsofsymfony
│ ├── jsrouting-bundle
│ └── rest-bundle
├── gedmo
│ └── doctrine-extensions
├── genemu
│ └── form-bundle
├── guzzle
│ └── guzzle
├── hwi
│ └── oauth-bundle
├── imagine
│ └── imagine
├── incenteev
│ └── composer-parameter-handler
├── jdare
│ └── clank-bundle
├── jdorn
│ └── sql-formatter
├── jms
│ ├── aop-bundle
│ ├── cg
│ ├── di-extra-bundle
│ ├── job-queue-bundle
│ ├── metadata
│ ├── parser-lib
│ ├── serializer
│ └── serializer-bundle
├── justinrainbow
│ └── json-schema
├── knplabs
│ ├── gaufrette
│ ├── knp-gaufrette-bundle
│ ├── knp-menu
│ └── knp-menu-bundle
├── kriswallsmith
│ ├── assetic
│ └── buzz
├── leafo
│ └── lessphp
├── lexik
│ └── maintenance-bundle
├── liip
│ └── imagine-bundle
├── michelf
│ └── php-markdown
├── moment
│ └── moment
├── monolog
│ └── monolog
├── mtdowling
│ └── cron-expression
├── mustangostang
│ └── spyc
├── nelmio
│ └── api-doc-bundle
├── nesbot
│ └── carbon
├── ocramius
│ └── proxy-manager
├── oro
│ ├── doctrine-extensions
│ ├── jsplumb
│ └── moment-timezone
├── phpcollection
│ └── phpcollection
├── phpoption
│ └── phpoption
├── piwik
│ └── device-detector
├── psr
│ └── log
├── react
│ ├── event-loop
│ ├── socket
│ └── stream
├── rhumsaa
│ └── uuid
├── robloach
│ └── component-installer
├── seld
│ └── jsonlint
├── sensio
│ ├── distribution-bundle
│ ├── framework-extra-bundle
│ └── generator-bundle
├── stof
│ └── doctrine-extensions-bundle
├── swiftmailer
│ └── swiftmailer
├── sylius
│ └── flow-bundle
├── symfony
│ ├── assetic-bundle
│ ├── icu
│ ├── monolog-bundle
│ ├── swiftmailer-bundle
│ └── symfony
├── tinymce
│ └── tinymce
├── twig
│ ├── extensions
│ └── twig
├── willdurand
│ ├── jsonp-callback-validator
│ └── negotiation
└── zendframework
├── zend-code
├── zend-crypt
├── zend-eventmanager
├── zend-i18n
├── zend-loader
├── zend-mail
├── zend-math
├── zend-mime
├── zend-servicemanager
├── zend-stdlib
└── zend-validator
158 directories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment