Requires

24 total, 2 outdated

Package Required Latest Status
lcobucci/clock Yet another clock abstraction ^2.2|^3.0 3.2.0 up to date
nyholm/psr7 A fast PHP7 implementation of PSR-7 ^1.5 1.8.2 up to date
paragonie/constant_time_encoding Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16) ^2.6 v3.0.0 outdated
psr/clock Common interface for reading the clock. ^1.0 1.0.0 up to date
psr/event-dispatcher Standard interfaces for event handling. ^1.0 1.0.0 up to date
psr/http-client Common interface for HTTP clients ^1.0 1.0.3 up to date
psr/http-factory PSR-17: Common interfaces for PSR-7 HTTP message factories ^1.0 1.1.0 up to date
psr/log Common interface for logging libraries ^1.0|^2.0|^3.0 3.0.2 up to date
spomky-labs/cbor-php CBOR Encoder/Decoder for PHP ^3.0 3.1.0 up to date
spomky-labs/pki-framework A PHP framework for managing Public Key Infrastructures. It comprises X.509 public key certificates, attribute certificates, certification requests and certification path validation. ^1.0 1.2.1 up to date
symfony/config Helps you find, load, combine, autofill and validate configuration values of any kind ^6.1|^7.0 v7.1.1 up to date
symfony/dependency-injection Allows you to standardize and centralize the way objects are constructed in your application ^6.1|^7.0 v7.1.5 up to date
symfony/deprecation-contracts A generic function and convention to trigger deprecation notices ^3.2 v3.5.0 up to date
symfony/framework-bundle Provides a tight integration between Symfony components and the Symfony full-stack framework ^6.1|^7.0 v7.1.5 up to date
symfony/http-client Provides powerful methods to fetch HTTP resources synchronously or asynchronously ^6.1|^7.0 v7.1.5 up to date
symfony/psr-http-message-bridge PSR HTTP message bridge ^2.1|^6.1|^7.0 v7.1.4 up to date
symfony/security-bundle Provides a tight integration of the Security component into the Symfony full-stack framework ^6.1|^7.0 v7.1.4 up to date
symfony/security-core Symfony Security Component - Core Library ^6.1|^7.0 v7.1.5 up to date
symfony/security-http Symfony Security Component - HTTP Integration ^6.1|^7.0 v7.1.5 up to date
symfony/serializer Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON. ^6.1|^7.0 v7.1.5 up to date
symfony/uid Provides an object-oriented API to generate and represent UIDs ^6.1|^7.0 v7.1.5 up to date
symfony/validator Provides tools to validate values ^6.1|^7.0 v7.1.5 up to date
web-auth/cose-lib CBOR Object Signing and Encryption (COSE) For PHP ^4.2.3 4.4.0 up to date
web-token/jwt-library JWT library ^3.3 4.0.1 outdated

Requires (dev)

30 total, 5 outdated, 1 unknown

Package Required Latest Status
doctrine/dbal Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management. ^3.8|4.0 4.1.1 outdated
doctrine/doctrine-bundle Symfony DoctrineBundle ^2.11 2.13.0 up to date
doctrine/orm Object-Relational-Mapper for PHP ^2.14|^3.0 3.2.2 up to date
doctrine/persistence The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share. ^3.1 3.3.3 up to date
ekino/phpstan-banned-code Detected banned code using PHPStan ^1.0 v2.1.0 outdated
infection/infection Infection is a Mutation Testing framework for PHP. The mutation adequacy score can be used to measure the effectiveness of a test set in terms of its ability to detect faults. ^0.27 0.29.6 outdated
matthiasnoback/symfony-dependency-injection-test Library for testing user classes related to the Symfony Dependency Injection Component ^4.3|^5.0 6.0.0 outdated
phpdocumentor/reflection-docblock With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock. ^5.3 5.4.1 up to date
php-http/curl-client PSR-18 and HTTPlug Async client with cURL ^2.2 2.3.2 up to date
php-http/mock-client Mock HTTP client ^1.5 1.6.0 up to date
php-parallel-lint/php-parallel-lint This tool checks the syntax of PHP files about 20x faster than serial check. ^1.3 v1.4.0 up to date
phpstan/extension-installer Composer plugin for automatic installation of PHPStan extensions ^1.3 1.4.3 up to date
phpstan/phpstan PHPStan - PHP Static Analysis Tool ^1.8 1.12.4 up to date
phpstan/phpstan-deprecation-rules PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits. ^1.0 1.2.1 up to date
phpstan/phpstan-phpunit PHPUnit extensions and rules for PHPStan ^1.1 1.4.0 up to date
phpstan/phpstan-strict-rules Extra strict and opinionated rules for PHPStan ^1.4 1.6.1 up to date
phpunit/phpunit The PHP Unit Testing framework. ^10.1 11.3.6 outdated
qossmic/deptrac-shim deptrac phar distribution ^1.0 1.0.2 up to date
rector/rector Instant Upgrade and Automated Refactoring of any PHP code ^1.0 1.04 up to date
roave/security-advisories Prevents installation of composer packages with known security vulnerabilities: no API, simply require it dev-latest unknown
symfony/asset Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files ^6.4|^7.0 v7.1.1 up to date
symfony/asset-mapper Maps directories of assets & makes them available in a public directory with versioned filenames. ^6.4|^7.0 v7.1.5 up to date
symfony/browser-kit Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically ^6.4|^7.0 v7.1.1 up to date
symfony/filesystem Provides basic utilities for the filesystem ^6.4|^7.0 v7.1.5 up to date
symfony/finder Finds files and directories via an intuitive fluent interface ^6.4|^7.0 v7.1.4 up to date
symfony/monolog-bundle Symfony MonologBundle ^3.8 v3.10.0 up to date
symfony/phpunit-bridge Provides utilities for PHPUnit, especially user deprecation notices management ^6.4|^7.0 v7.1.4 up to date
symfony/var-dumper Provides mechanisms for walking through any arbitrary PHP variable ^6.4|^7.0 v7.1.5 up to date
symfony/yaml Loads and dumps YAML files ^6.4|^7.0 v7.1.5 up to date
symplify/easy-coding-standard Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer ^12.0 12.3.5 up to date