Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use stable dependencies #210

Merged
merged 1 commit into from
Jan 19, 2022
Merged

chore: use stable dependencies #210

merged 1 commit into from
Jan 19, 2022

Conversation

tjmmm
Copy link
Contributor

@tjmmm tjmmm commented Jan 19, 2022

Use prefer-stable config in composer.json to avoid fragile ci.
https://getcomposer.org/doc/04-schema.md#prefer-stable

background

note

`composer show` with `"prefer-stable": true`
amphp/amp                                      v2.6.1    A non-blocking concurrency framework for PHP applications.
amphp/byte-stream                              v1.8.1    A stream abstraction to make working with non-blocking I/O simple.
barryvdh/laravel-ide-helper                    v2.9.1    Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
barryvdh/reflection-docblock                   v2.0.6   
behat/gherkin                                  v4.9.0    Gherkin DSL parser for PHP
brick/math                                     0.9.3     Arbitrary-precision arithmetic library
codeception/codeception                        4.1.28    BDD-style testing framework
codeception/lib-asserts                        1.13.2    Assertion methods used by Codeception core and Asserts module
codeception/lib-innerbrowser                   1.5.1     Parent library for all Codeception framework modules and PhpBrowser
codeception/module-asserts                     1.3.1     Codeception module containing various assertions
codeception/module-cli                         1.1.1     Codeception module for testing basic shell commands and shell output
codeception/module-filesystem                  1.0.3     Codeception module for testing local filesystem
codeception/module-phpbrowser                  1.0.2     Codeception module for testing web application over HTTP
codeception/phpunit-wrapper                    9.0.6     PHPUnit classes used by Codeception
codeception/stub                               4.0.1     Flexible Stub wrapper for PHPUnit's Mock Builder
composer/ca-bundle                             1.3.1     Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.
composer/composer                              2.2.4     Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.
composer/metadata-minifier                     1.0.0     Small utility library that handles metadata minification and expansion.
composer/package-versions-deprecated           1.11.99.5 Composer plugin that provides efficient querying for installed package versions (no runtime IO)
composer/pcre                                  1.0.0     PCRE wrapping library that offers type-safe preg_* replacements.
composer/semver                                3.2.7     Semver library that offers utilities, version constraint parsing and validation.
composer/spdx-licenses                         1.5.6     SPDX licenses list and validation library.
composer/xdebug-handler                        2.0.4     Restarts a process without Xdebug.
dealerdirect/phpcodesniffer-composer-installer v0.7.1    PHP_CodeSniffer Standards Composer Installer Plugin
dflydev/dot-access-data                        v3.0.1    Given a deep data structure, access data by dot notation.
dnoegel/php-xdg-base-dir                       v0.1.1    implementation of xdg base directory specification for php
doctrine/cache                                 2.1.1     PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache...
doctrine/dbal                                  3.3.0     Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
doctrine/deprecations                          v0.5.3    A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or sel...
doctrine/event-manager                         1.1.1     The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.
doctrine/inflector                             2.0.4     PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singul...
doctrine/instantiator                          1.4.0     A small, lightweight utility to instantiate objects in PHP without invoking their constructors
doctrine/lexer                                 1.2.2     PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
dragonmantank/cron-expression                  v3.3.1    CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
egulias/email-validator                        2.1.25    A library for validating emails against several RFCs
fakerphp/faker                                 v1.17.0   Faker is a PHP library that generates fake data for you.
felixfbecker/advanced-json-rpc                 v3.2.1    A more advanced JSONRPC implementation
felixfbecker/language-server-protocol          1.5.1     PHP classes for the Language Server Protocol
graham-campbell/result-type                    v1.0.4    An Implementation Of The Result Type
guzzlehttp/guzzle                              7.4.1     Guzzle is a PHP HTTP client library
guzzlehttp/promises                            1.5.1     Guzzle promises library
guzzlehttp/psr7                                2.1.0     PSR-7 message implementation that also provides common utility methods
hamcrest/hamcrest-php                          v2.0.1    This is the PHP port of Hamcrest Matchers
justinrainbow/json-schema                      5.2.11    A library to validate a json schema.
laravel/framework                              v8.80.0   The Laravel Framework.
laravel/serializable-closure                   v1.0.5    Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.
league/commonmark                              2.1.1     Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)
league/config                                  v1.1.1    Define configuration arrays with strict schemas and access values with dot notation
league/flysystem                               1.1.9     Filesystem abstraction: Many filesystems, one API.
league/mime-type-detection                     1.9.0     Mime-type detection for Flysystem
mockery/mockery                                1.4.4     Mockery is a simple yet flexible PHP mock object framework
monolog/monolog                                2.3.5     Sends your logs to files, sockets, inboxes, databases and various web services
myclabs/deep-copy                              1.10.2    Create deep copies (clones) of your objects
nesbot/carbon                                  2.55.2    An API extension for DateTime that supports 281 different languages.
netresearch/jsonmapper                         v4.0.0    Map nested JSON structures onto PHP classes
nette/schema                                   v1.2.2    📐 Nette Schema: validating data structures against a given Schema.
nette/utils                                    v3.2.6    🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, va...
nikic/php-parser                               v4.13.2   A PHP parser written in PHP
openlss/lib-array2xml                          1.0.0     Array2XML conversion library credit to lalit.org
opis/closure                                   3.6.2     A library that can be used to serialize closures (anonymous functions) and arbitrary objects.
orchestra/testbench                            v6.24.0   Laravel Testing Helper for Packages Development
orchestra/testbench-core                       v6.28.0   Testing Helper for Laravel Development
phar-io/manifest                               2.0.3     Component for reading phar.io manifest information from a PHP Archive (PHAR)
phar-io/version                                3.1.0     Library for handling version information and constraints
phpdocumentor/reflection-common                2.2.0     Common reflection classes used by phpdocumentor to reflect the code structure
phpdocumentor/reflection-docblock              5.3.0     With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that i...
phpdocumentor/type-resolver                    1.6.0     A PSR-5 based resolver of Class names, Types and Structural Element Names
phpoption/phpoption                            1.8.1     Option Type for PHP
phpspec/prophecy                               v1.15.0   Highly opinionated mocking framework for PHP 5.3+
phpstan/phpdoc-parser                          0.4.9     PHPDoc parser with support for nullable, intersection and generic types
phpunit/php-code-coverage                      9.2.10    Library that provides collection, processing, and rendering functionality for PHP code coverage information.
phpunit/php-file-iterator                      3.0.6     FilterIterator implementation that filters files based on a list of suffixes.
phpunit/php-invoker                            3.1.1     Invoke callables with a timeout
phpunit/php-text-template                      2.0.4     Simple template engine.
phpunit/php-timer                              5.0.3     Utility class for timing
phpunit/phpunit                                9.5.11    The PHP Unit Testing framework.
pimple/pimple                                  v3.5.0    Pimple, a simple Dependency Injection Container
psr/cache                                      3.0.0     Common interface for caching libraries
psr/container                                  1.1.2     Common Container Interface (PHP FIG PSR-11)
psr/event-dispatcher                           1.0.0     Standard interfaces for event handling.
psr/http-client                                1.0.1     Common interface for HTTP clients
psr/http-factory                               1.0.1     Common interfaces for PSR-7 HTTP message factories
psr/http-message                               1.0.1     Common interface for HTTP messages
psr/log                                        2.0.0     Common interface for logging libraries
psr/simple-cache                               1.0.1     Common interfaces for simple caching
ralouphie/getallheaders                        3.0.3     A polyfill for getallheaders.
ramsey/collection                              1.2.2     A PHP library for representing and manipulating collections.
ramsey/uuid                                    4.2.3     A PHP library for generating and working with universally unique identifiers (UUIDs).
react/promise                                  v2.8.0    A lightweight implementation of CommonJS Promises/A for PHP
sebastian/cli-parser                           1.0.1     Library for parsing CLI options
sebastian/code-unit                            1.0.8     Collection of value objects that represent the PHP code units
sebastian/code-unit-reverse-lookup             2.0.3     Looks up which function or method a line of code belongs to
sebastian/comparator                           4.0.6     Provides the functionality to compare PHP values for equality
sebastian/complexity                           2.0.2     Library for calculating the complexity of PHP code units
sebastian/diff                                 4.0.4     Diff implementation
sebastian/environment                          5.1.3     Provides functionality to handle HHVM/PHP environments
sebastian/exporter                             4.0.4     Provides the functionality to export PHP variables for visualization
sebastian/global-state                         5.0.3     Snapshotting of global state
sebastian/lines-of-code                        1.0.3     Library for counting the lines of code in PHP source code
sebastian/object-enumerator                    4.0.4     Traverses array structures and object graphs to enumerate all referenced objects
sebastian/object-reflector                     2.0.4     Allows reflection of object attributes, including inherited and non-public ones
sebastian/recursion-context                    4.0.4     Provides functionality to recursively process PHP variables
sebastian/resource-operations                  3.0.3     Provides a list of PHP built-in functions that operate on resources
sebastian/type                                 2.3.4     Collection of value objects that represent the types of the PHP type system
sebastian/version                              3.0.2     Library that helps with managing the version number of Git-hosted PHP projects
seld/jsonlint                                  1.8.3     JSON Linter
seld/phar-utils                                1.2.0     PHAR file format utilities, for when PHP phars you up
slevomat/coding-standard                       6.4.1     Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional ...
spatie/backtrace                               1.2.1     A better backtrace
spatie/laravel-ray                             1.29.0    Easily debug Laravel apps
spatie/macroable                               2.0.0     A trait to dynamically add methods to a class
spatie/ray                                     1.33.1    Debug with Ray to fix problems faster
squizlabs/php_codesniffer                      3.6.2     PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
swiftmailer/swiftmailer                        v6.3.0    Swiftmailer, free feature-rich PHP mailer
symfony/browser-kit                            v5.4.2    Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically
symfony/console                                v5.4.2    Eases the creation of beautiful and testable command line interfaces
symfony/css-selector                           v5.4.2    Converts CSS selectors to XPath expressions
symfony/deprecation-contracts                  v3.0.0    A generic function and convention to trigger deprecation notices
symfony/dom-crawler                            v5.4.2    Eases DOM navigation for HTML and XML documents
symfony/error-handler                          v5.4.2    Provides tools to manage errors and ease debugging PHP code
symfony/event-dispatcher                       v5.4.0    Provides tools that allow your application components to communicate with each other by dispatching events and listening ...
symfony/event-dispatcher-contracts             v3.0.0    Generic abstractions related to dispatching event
symfony/filesystem                             v6.0.0    Provides basic utilities for the filesystem
symfony/finder                                 v5.4.2    Finds files and directories via an intuitive fluent interface
symfony/http-foundation                        v5.4.2    Defines an object-oriented layer for the HTTP specification
symfony/http-kernel                            v5.4.2    Provides a structured process for converting a Request into a Response
symfony/mime                                   v5.4.2    Allows manipulating MIME messages
symfony/polyfill-ctype                         v1.24.0   Symfony polyfill for ctype functions
symfony/polyfill-iconv                         v1.24.0   Symfony polyfill for the Iconv extension
symfony/polyfill-intl-grapheme                 v1.24.0   Symfony polyfill for intl's grapheme_* functions
symfony/polyfill-intl-idn                      v1.24.0   Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
symfony/polyfill-intl-normalizer               v1.24.0   Symfony polyfill for intl's Normalizer class and related functions
symfony/polyfill-mbstring                      v1.24.0   Symfony polyfill for the Mbstring extension
symfony/polyfill-php72                         v1.24.0   Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
symfony/polyfill-php73                         v1.24.0   Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
symfony/polyfill-php80                         v1.24.0   Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions
symfony/polyfill-php81                         v1.24.0   Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions
symfony/process                                v5.4.2    Executes commands in sub-processes
symfony/routing                                v5.4.0    Maps an HTTP request to a set of configuration variables
symfony/service-contracts                      v2.4.1    Generic abstractions related to writing services
symfony/stopwatch                              v6.0.0    Provides a way to profile code
symfony/string                                 v6.0.2    Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way
symfony/translation                            v6.0.2    Provides tools to internationalize your application
symfony/translation-contracts                  v3.0.0    Generic abstractions related to translation
symfony/var-dumper                             v5.4.2    Provides mechanisms for walking through any arbitrary PHP variable
symfony/yaml                                   v5.4.2    Loads and dumps YAML files
theseer/tokenizer                              1.2.1     A small library for converting tokenized PHP source code into XML and potentially other formats
tijsverkoyen/css-to-inline-styles              2.2.4     CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This ...
vimeo/psalm                                    4.18.1    A static analysis tool for finding errors in PHP applications
vlucas/phpdotenv                               v5.4.1    Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
voku/portable-ascii                            1.5.6     Portable ASCII library - performance optimized (ascii) string functions for php.
webmozart/assert                               1.10.0    Assertions to validate method input/output with nice error messages.
webmozart/path-util                            2.3.0     A robust cross-platform utility for normalizing, comparing and modifying file paths.
weirdan/codeception-psalm-module               0.13.1    Provides codeception assertions to be used for Psalm acceptance testing
zbateson/mail-mime-parser                      2.1.1     MIME email message parser
zbateson/mb-wrapper                            1.1.1     Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation
zbateson/stream-decorators                     1.0.6     PHP psr7 stream decorators for mime message part streams
`composer show` with `"prefer-stable": false`
amphp/amp                                      dev-master 591e06e A non-blocking concurrency framework for PHP applications.
amphp/byte-stream                              dev-master 10c4207 A stream abstraction to make working with non-blocking I/O simple.
barryvdh/laravel-ide-helper                    v2.9.1             Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.
barryvdh/reflection-docblock                   dev-master 144140c
behat/gherkin                                  dev-master 92e74f4 Gherkin DSL parser for PHP
brick/math                                     0.9.3              Arbitrary-precision arithmetic library
codeception/codeception                        4.1.x-dev 1a9fdf8  BDD-style testing framework
codeception/lib-asserts                        1.13.2             Assertion methods used by Codeception core and Asserts module
codeception/lib-innerbrowser                   1.x-dev 31b4b56    Parent library for all Codeception framework modules and PhpBrowser
codeception/module-asserts                     1.3.1              Codeception module containing various assertions
codeception/module-cli                         1.1.1              Codeception module for testing basic shell commands and shell output
codeception/module-filesystem                  1.x-dev cc34791    Codeception module for testing local filesystem
codeception/module-phpbrowser                  1.x-dev 8bc71d6    Codeception module for testing web application over HTTP
codeception/phpunit-wrapper                    9.0.x-dev b0c06ab  PHPUnit classes used by Codeception
codeception/stub                               4.0.1              Flexible Stub wrapper for PHPUnit's Mock Builder
composer/ca-bundle                             dev-main 4c67918   Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.
composer/composer                              dev-main cd34886   Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack...
composer/metadata-minifier                     dev-main c549d23   Small utility library that handles metadata minification and expansion.
composer/package-versions-deprecated           dev-master b4f54f7 Composer plugin that provides efficient querying for installed package versions (no runtime IO)
composer/pcre                                  dev-main ad25595   PCRE wrapping library that offers type-safe preg_* replacements.
composer/semver                                dev-main deac270   Semver library that offers utilities, version constraint parsing and validation.
composer/spdx-licenses                         dev-main a30d487   SPDX licenses list and validation library.
composer/xdebug-handler                        3.0.1              Restarts a process without Xdebug.
dealerdirect/phpcodesniffer-composer-installer v0.7.1             PHP_CodeSniffer Standards Composer Installer Plugin
dflydev/dot-access-data                        dev-main b244405   Given a deep data structure, access data by dot notation.
dnoegel/php-xdg-base-dir                       v0.1.1             implementation of xdg base directory specification for php
doctrine/cache                                 2.1.x-dev 331b4d5  PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis,...
doctrine/dbal                                  3.4.x-dev 53e2416  Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
doctrine/deprecations                          v0.5.3             A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecatio...
doctrine/event-manager                         1.2.x-dev e70ba7c  The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine proj...
doctrine/inflector                             2.1.x-dev 3249de5  PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase a...
doctrine/instantiator                          1.5.x-dev 6410c4b  A small, lightweight utility to instantiate objects in PHP without invoking their constructors
doctrine/lexer                                 1.3.x-dev 28ba6ff  PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.
dragonmantank/cron-expression                  v3.3.1             CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
egulias/email-validator                        dev-master 0dbf5d7 A library for validating emails against several RFCs
fakerphp/faker                                 dev-main 9594d0a   Faker is a PHP library that generates fake data for you.
felixfbecker/advanced-json-rpc                 v3.2.1             A more advanced JSONRPC implementation
felixfbecker/language-server-protocol          dev-master 9d846d1 PHP classes for the Language Server Protocol
graham-campbell/result-type                    1.0.x-dev bbbdf94  An Implementation Of The Result Type
guzzlehttp/guzzle                              dev-master c1fd316 Guzzle is a PHP HTTP client library
guzzlehttp/promises                            dev-master fe752ae Guzzle promises library
guzzlehttp/psr7                                dev-master c5b547b PSR-7 message implementation that also provides common utility methods
hamcrest/hamcrest-php                          dev-master 9891fca This is the PHP port of Hamcrest Matchers
justinrainbow/json-schema                      5.x-dev 384f945    A library to validate a json schema.
laravel/framework                              8.x-dev 8dd5728    The Laravel Framework.
laravel/serializable-closure                   dev-master 25de3be Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.
league/commonmark                              dev-main 057518e   Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)
league/config                                  dev-main a89b62e   Define configuration arrays with strict schemas and access values with dot notation
league/flysystem                               1.x-dev 094defd    Filesystem abstraction: Many filesystems, one API.
league/mime-type-detection                     1.9.0              Mime-type detection for Flysystem
mockery/mockery                                dev-master 98dd208 Mockery is a simple yet flexible PHP mock object framework
monolog/monolog                                dev-main fb2c324   Sends your logs to files, sockets, inboxes, databases and various web services
myclabs/deep-copy                              1.x-dev 776f831    Create deep copies (clones) of your objects
nesbot/carbon                                  dev-master b989a73 An API extension for DateTime that supports 281 different languages.
netresearch/jsonmapper                         v4.0.0             Map nested JSON structures onto PHP classes
nette/schema                                   v1.2.x-dev 664c2cd 📐 Nette Schema: validating data structures against a given Schema.
nette/utils                                    dev-master c119f84 🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/dec...
nikic/php-parser                               v4.13.2            A PHP parser written in PHP
openlss/lib-array2xml                          1.0.0              Array2XML conversion library credit to lalit.org
opis/closure                                   dev-master 06e2ebd A library that can be used to serialize closures (anonymous functions) and arbitrary objects.
orchestra/testbench                            6.x-dev 938c722    Laravel Testing Helper for Packages Development
orchestra/testbench-core                       6.x-dev 141a8b4    Testing Helper for Laravel Development
phar-io/manifest                               dev-master 97803ec Component for reading phar.io manifest information from a PHP Archive (PHAR)
phar-io/version                                3.1.0              Library for handling version information and constraints
phpdocumentor/reflection-common                dev-master a0eeab5 Common reflection classes used by phpdocumentor to reflect the code structure
phpdocumentor/reflection-docblock              dev-master 21481a5 With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve informati...
phpdocumentor/type-resolver                    1.x-dev 93ebd00    A PSR-5 based resolver of Class names, Types and Structural Element Names
phpoption/phpoption                            dev-master 5f59b1b Option Type for PHP
phpspec/prophecy                               dev-master bbcd738 Highly opinionated mocking framework for PHP 5.3+
phpstan/phpdoc-parser                          0.4.9              PHPDoc parser with support for nullable, intersection and generic types
phpunit/php-code-coverage                      9.2.x-dev 7b238df  Library that provides collection, processing, and rendering functionality for PHP code coverage information.
phpunit/php-file-iterator                      3.0.x-dev cf1c2e7  FilterIterator implementation that filters files based on a list of suffixes.
phpunit/php-invoker                            3.1.1              Invoke callables with a timeout
phpunit/php-text-template                      2.0.4              Simple template engine.
phpunit/php-timer                              5.0.3              Utility class for timing
phpunit/phpunit                                9.5.x-dev b090825  The PHP Unit Testing framework.
pimple/pimple                                  v3.5.0             Pimple, a simple Dependency Injection Container
psr/cache                                      dev-master 0a7c67d Common interface for caching libraries
psr/container                                  1.x-dev 513e066    Common Container Interface (PHP FIG PSR-11)
psr/event-dispatcher                           dev-master aa4f89e Standard interfaces for event handling.
psr/http-client                                dev-master 22b2ef5 Common interface for HTTP clients
psr/http-factory                               dev-master 36fa03d Common interfaces for PSR-7 HTTP message factories
psr/http-message                               dev-master efd67d1 Common interface for HTTP messages
psr/log                                        2.0.0              Common interface for logging libraries
psr/simple-cache                               1.0.1              Common interfaces for simple caching
ralouphie/getallheaders                        3.0.3              A polyfill for getallheaders.
ramsey/collection                              1.2.2              A PHP library for representing and manipulating collections.
ramsey/uuid                                    dev-main 785bcf2   A PHP library for generating and working with universally unique identifiers (UUIDs).
react/promise                                  2.x-dev 29daf46    A lightweight implementation of CommonJS Promises/A for PHP
sebastian/cli-parser                           1.0.1              Library for parsing CLI options
sebastian/code-unit                            1.0.8              Collection of value objects that represent the PHP code units
sebastian/code-unit-reverse-lookup             2.0.3              Looks up which function or method a line of code belongs to
sebastian/comparator                           4.0.6              Provides the functionality to compare PHP values for equality
sebastian/complexity                           2.0.2              Library for calculating the complexity of PHP code units
sebastian/diff                                 4.0.4              Diff implementation
sebastian/environment                          5.1.3              Provides functionality to handle HHVM/PHP environments
sebastian/exporter                             4.0.x-dev 65e8b7d  Provides the functionality to export PHP variables for visualization
sebastian/global-state                         5.0.3              Snapshotting of global state
sebastian/lines-of-code                        1.0.3              Library for counting the lines of code in PHP source code
sebastian/object-enumerator                    4.0.4              Traverses array structures and object graphs to enumerate all referenced objects
sebastian/object-reflector                     2.0.4              Allows reflection of object attributes, including inherited and non-public ones
sebastian/recursion-context                    4.0.4              Provides functionality to recursively process PHP variables
sebastian/resource-operations                  dev-master 0f4443c Provides a list of PHP built-in functions that operate on resources
sebastian/type                                 2.3.x-dev f24cbc5  Collection of value objects that represent the types of the PHP type system
sebastian/version                              3.0.x-dev c6c1022  Library that helps with managing the version number of Git-hosted PHP projects
seld/jsonlint                                  1.8.3              JSON Linter
seld/phar-utils                                1.2.0              PHAR file format utilities, for when PHP phars you up
slevomat/coding-standard                       6.4.1              Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with ad...
spatie/backtrace                               1.2.1              A better backtrace
spatie/laravel-ray                             1.29.0             Easily debug Laravel apps
spatie/macroable                               2.0.0              A trait to dynamically add methods to a class
spatie/ray                                     1.33.1             Debug with Ray to fix problems faster
squizlabs/php_codesniffer                      dev-master 498a939 PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standa...
swiftmailer/swiftmailer                        v6.3.0             Swiftmailer, free feature-rich PHP mailer
symfony/browser-kit                            5.4.x-dev 1fb93b0  Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programm...
symfony/console                                5.4.x-dev 6c6664e  Eases the creation of beautiful and testable command line interfaces
symfony/css-selector                           5.4.x-dev cfcbee9  Converts CSS selectors to XPath expressions
symfony/deprecation-contracts                  dev-main 893fd20   A generic function and convention to trigger deprecation notices
symfony/dom-crawler                            5.4.x-dev bb3bc36  Eases DOM navigation for HTML and XML documents
symfony/error-handler                          5.4.x-dev e0c0dd0  Provides tools to manage errors and ease debugging PHP code
symfony/event-dispatcher                       5.4.x-dev dec8a9f  Provides tools that allow your application components to communicate with each other by dispatching events and l...
symfony/event-dispatcher-contracts             dev-main bffee5f   Generic abstractions related to dispatching event
symfony/filesystem                             6.1.x-dev 0e3a5e4  Provides basic utilities for the filesystem
symfony/finder                                 5.4.x-dev e77046c  Finds files and directories via an intuitive fluent interface
symfony/http-foundation                        5.4.x-dev ce952af  Defines an object-oriented layer for the HTTP specification
symfony/http-kernel                            5.4.x-dev 2e1c19e  Provides a structured process for converting a Request into a Response
symfony/mime                                   5.4.x-dev e1503cf  Allows manipulating MIME messages
symfony/polyfill-ctype                         v1.24.0            Symfony polyfill for ctype functions
symfony/polyfill-iconv                         v1.24.0            Symfony polyfill for the Iconv extension
symfony/polyfill-intl-grapheme                 v1.24.0            Symfony polyfill for intl's grapheme_* functions
symfony/polyfill-intl-idn                      v1.24.0            Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
symfony/polyfill-intl-normalizer               v1.24.0            Symfony polyfill for intl's Normalizer class and related functions
symfony/polyfill-mbstring                      v1.24.0            Symfony polyfill for the Mbstring extension
symfony/polyfill-php72                         v1.24.0            Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
symfony/polyfill-php73                         v1.24.0            Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
symfony/polyfill-php80                         v1.24.0            Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions
symfony/polyfill-php81                         v1.24.0            Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions
symfony/process                                5.4.x-dev 7e21efd  Executes commands in sub-processes
symfony/routing                                5.4.x-dev 9eeae93  Maps an HTTP request to a set of configuration variables
symfony/service-contracts                      2.5.x-dev 034c73d  Generic abstractions related to writing services
symfony/stopwatch                              6.1.x-dev 6835045  Provides a way to profile code
symfony/string                                 6.1.x-dev efb16c7  Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a un...
symfony/translation                            6.1.x-dev ecb78a0  Provides tools to internationalize your application
symfony/translation-contracts                  dev-main c3936e5   Generic abstractions related to translation
symfony/var-dumper                             5.4.x-dev 970a01f  Provides mechanisms for walking through any arbitrary PHP variable
symfony/yaml                                   5.4.x-dev b9eb163  Loads and dumps YAML files
theseer/tokenizer                              1.2.1              A small library for converting tokenized PHP source code into XML and potentially other formats
tijsverkoyen/css-to-inline-styles              dev-master 5cc4e21 CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styl...
vimeo/psalm                                    dev-master cb976f8 A static analysis tool for finding errors in PHP applications
vlucas/phpdotenv                               dev-master dd46c26 Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.
voku/portable-ascii                            1.5.6              Portable ASCII library - performance optimized (ascii) string functions for php.
webmozart/assert                               dev-master b419d64 Assertions to validate method input/output with nice error messages.
weirdan/codeception-psalm-module               0.13.1             Provides codeception assertions to be used for Psalm acceptance testing
zbateson/mail-mime-parser                      2.1.1              MIME email message parser
zbateson/mb-wrapper                            1.1.1              Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation
zbateson/stream-decorators                     1.0.6              PHP psr7 stream decorators for mime message part streams

@tjmmm tjmmm marked this pull request as ready for review January 19, 2022 00:55
@mr-feek mr-feek added the enhancement New feature or request label Jan 19, 2022
@mr-feek mr-feek merged commit b2cdf5e into psalm:master Jan 19, 2022
@mr-feek
Copy link
Collaborator

mr-feek commented Jan 19, 2022

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants