Skip to content

Instantly share code, notes, and snippets.

@mickaelandrieu
Last active May 22, 2019 14:31
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 mickaelandrieu/cd06b4f043b083810295747005a6eb50 to your computer and use it in GitHub Desktop.
Save mickaelandrieu/cd06b4f043b083810295747005a6eb50 to your computer and use it in GitHub Desktop.
➜ PrestaShop git:(1.7.6.x) php bin/console about
-------------------- -------------------------------------------
Symfony
-------------------- -------------------------------------------
Version 3.4.26
End of maintenance 11/2020
End of life 11/2021
-------------------- -------------------------------------------
Kernel
-------------------- -------------------------------------------
Type AppKernel
Name app
Environment dev
Debug true
Charset UTF-8
Root directory ./app
Cache directory ./var/cache/dev (27.7 MiB)
Log directory ./var/logs (5.3 MiB)
-------------------- -------------------------------------------
PHP
-------------------- -------------------------------------------
Version 7.2.17-0ubuntu0.18.04.1
Architecture 64 bits
Intl locale fr_FR
Timezone Europe/Berlin (2019-05-22T16:30:56+02:00)
OPcache true
APCu true
Xdebug false
-------------------- -------------------------------------------
➜ PrestaShop git:(1.7.6.x) composer show
analog/analog 1.0.12-stable PHP logging class that can be extended via closures. Includes several pre-built handlers including file, mail, syslog, HTTP post...
beberlei/DoctrineExtensions v1.1.9 A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL and Oracle.
behat/behat v3.5.0 Scenario-oriented BDD framework for PHP 5.3
behat/gherkin v4.6.0 Gherkin DSL parser for PHP 5.3
behat/transliterator v1.2.0 String transliterator
composer/ca-bundle 1.1.4 Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.
composer/installers v1.6.0 A multi-framework Composer library installer
composer/semver 1.5.0 Semver library that offers utilities, version constraint parsing and validation.
composer/xdebug-handler 1.3.2 Restarts a process without xdebug.
container-interop/container-interop 1.2.0 Promoting the interoperability of container objects (DIC, SL, etc.)
csa/guzzle-bundle v1.3.12 A bundle integrating GuzzleHttp >= 4.0
cssjanus/cssjanus dev-patch-1 7866b8a Convert CSS stylesheets between left-to-right and right-to-left.
curl/curl 1.9.3 cURL class for PHP
defuse/php-encryption 2.0.3 Secure PHP Encryption Library
doctrine/annotations v1.4.0 Docblock Annotations Parser
doctrine/cache v1.6.2 Caching library offering an object-oriented API for many cache backends
doctrine/collections v1.4.0 Collections Abstraction library
doctrine/common v2.5.3 Common Library for Doctrine projects
doctrine/dbal v2.5.13 Database Abstraction Layer
doctrine/doctrine-bundle 1.10.2 Symfony DoctrineBundle
doctrine/doctrine-cache-bundle 1.3.5 Symfony Bundle for Doctrine Cache
doctrine/inflector v1.1.0 Common String Manipulations with regard to casing and singular/plural rules.
doctrine/instantiator 1.0.5 A small, lightweight utility to instantiate objects in PHP without invoking their constructors
doctrine/lexer v1.0.1 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
doctrine/orm v2.5.14 Object-Relational-Mapper for PHP
ezyang/htmlpurifier v4.10.0 Standards compliant HTML filter written in PHP
fig/link-util 1.0.0 Common utility implementations for HTTP links
friendsofphp/php-cs-fixer v2.14.2 A tool to automatically fix PHP code style
geoip2/geoip2 v2.4.5 MaxMind GeoIP2 PHP API
greenlion/php-sql-parser 4.2.1 A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
guzzlehttp/guzzle 5.3.3 Guzzle is a PHP HTTP client library and framework for building RESTful web service clients
guzzlehttp/log-subscriber 1.0.1 Logs HTTP requests and responses as they are sent over the wire (Guzzle 4+)
guzzlehttp/ringphp 1.1.1 Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.
guzzlehttp/streams 3.0.0 Provides a simple abstraction over streams of data
incenteev/composer-parameter-handler v2.1.3 Composer script handling your ignored parameter file
ircmaxell/password-compat v1.0.4 A compatibility library for the proposed simplified password hashing algorithm: https://wiki.php.net/rfc/password_hash
ircmaxell/random-lib v1.2.0 A Library For Generating Secure Random Numbers
ircmaxell/security-lib v1.1.0 A Base Security Library
jakeasmith/http_build_url 1.0.1 Provides functionality for http_build_url() to environments without pecl_http.
jdorn/sql-formatter v1.2.17 a PHP SQL highlighting library
johnkary/phpunit-speedtrap v1.1.0 Find slow tests in your PHPUnit test suite
league/tactician v1.0.3 A small, flexible command bus. Handy for building service layers.
league/tactician-bundle v0.4.1 Bundle to integrate Tactician with Symfony projects
matthiasmullie/minify 1.3.61 CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small asset...
matthiasmullie/path-converter 1.1.2 Relative path converter
maxmind-db/reader v1.4.1 MaxMind DB Reader API
maxmind/web-service-common v0.5.0 Internal MaxMind Web Service API
mikey179/vfsStream v1.6.5 Virtual file system to mock the real file system in unit tests.
mobiledetect/mobiledetectlib 2.8.33 Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP...
monolog/monolog 1.24.0 Sends your logs to files, sockets, inboxes, databases and various web services
mrclay/minify 2.3.3 Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript fil...
myclabs/deep-copy 1.7.0 Create deep copies (clones) of your objects
nikic/php-parser v3.1.5 A PHP parser written in PHP
paragonie/random_compat v2.0.18 PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
pear/archive_tar 1.4.6 Tar file management class with compression support (gzip, bzip2, lzma2)
pear/console_getopt v1.4.2 More info available on: http://pear.php.net/package/Console_Getopt
pear/pear-core-minimal v1.10.9 Minimal set of PEAR core files to be used as composer dependency
pear/pear_exception v1.0.0 The PEAR Exception base class.
pelago/emogrifier v2.1.1 Converts CSS styles into inline style attributes in your HTML code
phake/phake v2.3.2 The Phake mock testing library
php-cs-fixer/diff v1.3.0 sebastian/diff v2 backport support for PHP5.6
phpdocumentor/reflection-common 1.0.1 Common reflection classes used by phpdocumentor to reflect the code structure
phpdocumentor/reflection-docblock 3.3.2 With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embed...
phpdocumentor/type-resolver 0.4.0
phpoffice/phpexcel 1.8.2 PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine
phpspec/prophecy 1.8.0 Highly opinionated mocking framework for PHP 5.3+
phpunit/php-code-coverage 4.0.8 Library that provides collection, processing, and rendering functionality for PHP code coverage information.
phpunit/php-file-iterator 1.4.5 FilterIterator implementation that filters files based on a list of suffixes.
phpunit/php-text-template 1.2.1 Simple template engine.
phpunit/php-timer 1.0.9 Utility class for timing
phpunit/php-token-stream 1.4.12 Wrapper around PHP's tokenizer extension.
phpunit/phpunit 5.7.27 The PHP Unit Testing framework.
phpunit/phpunit-mock-objects 3.4.4 Mock Object library for PHPUnit
prestashop/blockreassurance v3.0.1 PrestaShop module blockreassurance
prestashop/contactform v4.1.1 PrestaShop module contactform
prestashop/dashactivity v2.0.2 PrestaShop module dashactivity
prestashop/dashgoals v2.0.2 PrestaShop module dashgoals
prestashop/dashproducts v2.0.4 PrestaShop module dashproducts
prestashop/dashtrends v2.0.2 PrestaShop module dashtrends
prestashop/decimal 1.1.0 Object-oriented wrapper/shim for BC Math PHP extension. Allows for arbitrary-precision math operations.
prestashop/graphnvd3 v2.0.1 PrestaShop module graphnvd3
prestashop/gridhtml v2.0.0 PrestaShop module gridhtml
prestashop/gsitemap v4.1.0 PrestaShop module gsitemap
prestashop/pagesnotfound v2.0.0 PrestaShop module pagesnotfound
prestashop/ps_banner v2.1.0 PrestaShop module ps_banner
prestashop/ps_categorytree v2.0.0 PrestaShop category tree links
prestashop/ps_checkpayment v2.0.4 PrestaShop module ps_checkpayment
prestashop/ps_contactinfo v3.1.0 PrestaShop module ps_contactinfo
prestashop/ps_currencyselector v2.0.0 PrestaShop module ps_currencyselector
prestashop/ps_customeraccountlinks v3.1.0 PrestaShop module ps_customeraccountlinks
prestashop/ps_customersignin v2.0.2 PrestaShop - Customer 'Sign in' link
prestashop/ps_customtext v4.1.0 PrestaShop module ps_customtext
prestashop/ps_emailsubscription v2.3.0 PrestaShop module ps_emailsubscription
prestashop/ps_facetedsearch v2.2.0 PrestaShop module ps_facetedsearch
prestashop/ps_faviconnotificationbo v2.0.0 PrestaShop - Favicon notification BO
prestashop/ps_featuredproducts v2.0.0 PrestaShop - Featured products
prestashop/ps_imageslider v3.0.0 PrestaShop - Image slider
prestashop/ps_languageselector v2.0.2 PrestaShop module ps_languageselector
prestashop/ps_linklist 3.0.3 PrestaShop - Link list
prestashop/ps_mainmenu v2.1.1 PrestaShop - Main menu
prestashop/ps_searchbar v2.0.1 PrestaShop module ps_searchbar
prestashop/ps_sharebuttons v2.0.1 PrestaShop module ps_sharebuttons
prestashop/ps_shoppingcart v2.0.2 PrestaShop module ps_shoppingcart
prestashop/ps_socialfollow v2.0.0 PrestaShop module ps_socialfollow
prestashop/ps_themecusto v1.0.10 PrestaShop module ps_themecusto
prestashop/ps_wirepayment v2.0.4 PrestaShop module ps_wirepayment
prestashop/sekeywords v2.0.0 PrestaShop module sekeywords
prestashop/statsbestcategories v2.0.0 PrestaShop module statsbestcategories
prestashop/statsbestcustomers v2.0.2 PrestaShop module statsbestcustomers
prestashop/statsbestmanufacturers v2.0.0 PrestaShop module statsbestmanufacturers
prestashop/statsbestproducts v2.0.0 PrestaShop module statsbestproducts
prestashop/statsbestsuppliers v2.0.0 PrestaShop module statsbestsuppliers
prestashop/statsbestvouchers v2.0.0 PrestaShop module statsbestvouchers
prestashop/statscarrier v2.0.0 PrestaShop module statscarrier
prestashop/statscatalog v2.0.1 PrestaShop module statscatalog
prestashop/statscheckup v2.0.1 PrestaShop module statscheckup
prestashop/statsdata v2.0.0 PrestaShop module statsdata
prestashop/statsequipment v2.0.0 PrestaShop module statsequipment
prestashop/statsforecast v2.0.3 PrestaShop module statsforecast
prestashop/statslive v2.0.2 PrestaShop module statslive
prestashop/statsnewsletter v2.0.2 PrestaShop module statsnewsletter
prestashop/statsorigin v2.0.2 PrestaShop module statsorigin
prestashop/statspersonalinfos v2.0.2 PrestaShop module statspersonalinfos
prestashop/statsproduct v2.0.3 PrestaShop module statsproduct
prestashop/statsregistrations v2.0.0 PrestaShop module statsregistrations
prestashop/statssales v2.0.0 PrestaShop module statssales
prestashop/statssearch v2.0.1 PrestaShop module statssearch
prestashop/statsstock v2.0.0 PrestaShop module statsstock
prestashop/statsvisits v2.0.2 PrestaShop module statsvisits
prestashop/translationtools-bundle v3.1.0 Translation tools for PrestaShop
prestashop/welcome v6.0.0 Welcome module for PrestaShop helping the users to create products.
psr/cache 1.0.1 Common interface for caching libraries
psr/container 1.0.0 Common Container Interface (PHP FIG PSR-11)
psr/link 1.0.0 Common interfaces for HTTP links
psr/log 1.1.0 Common interface for logging libraries
psr/simple-cache 1.0.1 Common interfaces for simple caching
react/promise v2.7.1 A lightweight implementation of CommonJS Promises/A for PHP
sebastian/code-unit-reverse-lookup 1.0.1 Looks up which function or method a line of code belongs to
sebastian/comparator 1.2.4 Provides the functionality to compare PHP values for equality
sebastian/diff 1.4.3 Diff implementation
sebastian/environment 2.0.0 Provides functionality to handle HHVM/PHP environments
sebastian/exporter 2.0.0 Provides the functionality to export PHP variables for visualization
sebastian/global-state 1.1.1 Snapshotting of global state
sebastian/object-enumerator 2.0.1 Traverses array structures and object graphs to enumerate all referenced objects
sebastian/recursion-context 2.0.0 Provides functionality to recursively process PHP variables
sebastian/resource-operations 1.0.0 Provides a list of PHP built-in functions that operate on resources
sebastian/version 2.0.1 Library that helps with managing the version number of Git-hosted PHP projects
sensio/distribution-bundle v5.0.24 Base bundle for Symfony Distributions
sensio/framework-extra-bundle v5.2.4 This bundle provides a way to configure your controllers with annotations
sensiolabs/security-checker v5.0.3 A security checker for your composer.lock
shudrum/array-finder v1.1.0 ArrayFinder component
smarty/smarty v3.1.33 Smarty - the compiling PHP template engine
soundasleep/html2text 0.5.0 A PHP script to convert HTML into a plain text format
swiftmailer/swiftmailer v5.4.12 Swiftmailer, free feature-rich PHP mailer
symfony/monolog-bundle v3.3.1 Symfony MonologBundle
symfony/phpunit-bridge v3.4.23 Symfony PHPUnit Bridge
symfony/polyfill-apcu v1.11.0 Symfony polyfill backporting apcu_* functions to lower PHP versions
symfony/polyfill-ctype v1.11.0 Symfony polyfill for ctype functions
symfony/polyfill-intl-icu v1.11.0 Symfony polyfill for intl's ICU-related data and classes
symfony/polyfill-mbstring v1.11.0 Symfony polyfill for the Mbstring extension
symfony/polyfill-php56 v1.11.0 Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions
symfony/polyfill-php70 v1.11.0 Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions
symfony/polyfill-php72 v1.11.0 Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
symfony/polyfill-php73 v1.11.0 Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
symfony/polyfill-util v1.11.0 Symfony utilities for portability of PHP codes
symfony/swiftmailer-bundle v2.6.7 Symfony SwiftmailerBundle
symfony/symfony v3.4.26 The Symfony PHP framework
tecnickcom/tcpdf 6.2.26 TCPDF is a PHP class for generating PDF documents and barcodes.
tijsverkoyen/css-to-inline-styles 2.2.1 CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very...
twig/twig v1.38.4 Twig, the flexible, fast, and secure template language for PHP
webmozart/assert 1.4.0 Assertions to validate method input/output with nice error messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment