Requires

10 total, 6 outdated

Package Required Latest Status
doctrine/inflector PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words. ^1.0 || ^2.0 2.0.10 up to date
psr/cache Common interface for caching libraries ^1.0 || ^2.0 || ^3.0 3.0.0 up to date
psr/container Common Container Interface (PHP FIG PSR-11) ^1.0 || ^2.0 2.0.2 up to date
symfony/http-foundation Defines an object-oriented layer for the HTTP specification ^6.1 v7.1.3 outdated
symfony/http-kernel Provides a structured process for converting a Request into a Response ^6.1 v7.1.4 outdated
symfony/property-access Provides functions to read and write from/to an object or array using a simple string notation ^6.1 v7.1.4 outdated
symfony/property-info Extracts information about PHP class' properties using metadata of popular sources ^6.1 v7.1.3 outdated
symfony/serializer Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON. ^6.1 v7.1.4 outdated
symfony/web-link Manages links between resources ^6.1 v7.1.1 outdated
willdurand/negotiation Content Negotiation tools for PHP provided as a standalone library. ^2.0.3 || ^3.0 3.1.0 up to date

Requires (dev)

62 total, 36 outdated

Package Required Latest Status
behat/behat Scenario-oriented BDD framework for PHP ^3.1 v3.14.0 up to date
behatch/contexts Behatch contexts dev-patch-1 3.3.0 outdated
behat/mink Browser controller/emulator abstraction for PHP ^1.9@dev v1.11.0 up to date
doctrine/cache PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others. ^1.11 || ^2.1 2.2.0 up to date
doctrine/common PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more. ^2.11 || ^3.0 3.4.4 up to date
doctrine/data-fixtures Data Fixtures for all Doctrine Object Managers ^1.2.2 1.7.0 up to date
doctrine/dbal Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management. ^2.6 || ^3.0 4.1.1 outdated
doctrine/doctrine-bundle Symfony DoctrineBundle ^1.12 || ^2.0 2.13.0 up to date
doctrine/mongodb-odm PHP Doctrine MongoDB Object Document Mapper (ODM) provides transparent persistence for PHP objects to MongoDB. ^2.2 2.9.0 up to date
doctrine/mongodb-odm-bundle Symfony Doctrine MongoDB Bundle ^4.0 5.0.1 outdated
doctrine/orm Object-Relational-Mapper for PHP ^2.6.4 3.2.2 outdated
elasticsearch/elasticsearch PHP Client for Elasticsearch ^7.11.0 v8.15.0 outdated
friends-of-behat/mink-browserkit-driver Symfony2 BrowserKit driver for Mink framework ^1.3.1 v1.6.2 up to date
friends-of-behat/mink-extension Mink extension for Behat ^2.2 v2.7.5 up to date
friends-of-behat/symfony-extension Integrates Behat with Symfony. ^2.1 v2.6.0 up to date
guzzlehttp/guzzle Guzzle is a PHP HTTP client library ^6.0 || ^7.0 7.9.2 up to date
jangregor/phpstan-prophecy Provides a phpstan/phpstan extension for phpspec/prophecy ^1.0 1.0.2 up to date
justinrainbow/json-schema A library to validate a json schema. ^5.2.1 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. ^3.0 || ^4.0 || ^5.1 5.4.1 up to date
phpdocumentor/type-resolver A PSR-5 based resolver of Class names, Types and Structural Element Names ^0.3 || ^0.4 || ^1.4 1.8.2 up to date
phpspec/prophecy-phpunit Integrating the Prophecy mocking library in PHPUnit test cases ^2.0 v2.2.0 up to date
phpstan/extension-installer Composer plugin for automatic installation of PHPStan extensions ^1.1 1.4.3 up to date
phpstan/phpstan PHPStan - PHP Static Analysis Tool ^1.1 1.12.4 up to date
phpstan/phpstan-doctrine Doctrine extensions for PHPStan ^1.0 1.5.3 up to date
phpstan/phpstan-phpunit PHPUnit extensions and rules for PHPStan ^1.0 1.4.0 up to date
phpstan/phpstan-symfony Symfony Framework extensions and rules for PHPStan ^1.0 1.4.9 up to date
psr/log Common interface for logging libraries ^1.0 || ^2.0 || ^3.0 3.0.2 up to date
ramsey/uuid A PHP library for generating and working with universally unique identifiers (UUIDs). ^3.7 || ^4.0 4.7.6 up to date
ramsey/uuid-doctrine Use ramsey/uuid as a Doctrine field type. ^1.4 2.1.0 outdated
rector/rector Instant Upgrade and Automated Refactoring of any PHP code ^0.13.9 1.04 outdated
soyuka/stubs-mongodb ext-mongodb stubs taken from https://github.com/JetBrains/phpstorm-stubs ^1.0 v1.0.0 up to date
symfony/asset Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files ^6.1 v7.1.1 outdated
symfony/browser-kit Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically ^6.1 v7.1.1 outdated
symfony/cache Provides extended PSR-6, PSR-16 (and tags) implementations ^6.1 v7.1.4 outdated
symfony/config Helps you find, load, combine, autofill and validate configuration values of any kind ^6.1 v7.1.1 outdated
symfony/console Eases the creation of beautiful and testable command line interfaces ^6.1 v7.1.4 outdated
symfony/css-selector Converts CSS selectors to XPath expressions ^6.1 v7.1.1 outdated
symfony/dependency-injection Allows you to standardize and centralize the way objects are constructed in your application ^6.1 v7.1.4 outdated
symfony/doctrine-bridge Provides integration for Doctrine with various Symfony components ^6.1 v7.1.4 outdated
symfony/dom-crawler Eases DOM navigation for HTML and XML documents ^6.1 v7.1.1 outdated
symfony/error-handler Provides tools to manage errors and ease debugging PHP code ^6.1 v7.1.3 outdated
symfony/event-dispatcher Provides tools that allow your application components to communicate with each other by dispatching events and listening to them ^6.1 v7.1.1 outdated
symfony/expression-language Provides an engine that can compile and evaluate expressions ^6.1 v7.1.4 outdated
symfony/finder Finds files and directories via an intuitive fluent interface ^6.1 v7.1.4 outdated
symfony/form Allows to easily create, process and reuse HTML forms ^6.1 v7.1.4 outdated
symfony/framework-bundle Provides a tight integration between Symfony components and the Symfony full-stack framework ^6.1 v7.1.4 outdated
symfony/http-client Provides powerful methods to fetch HTTP resources synchronously or asynchronously ^6.1 v7.1.4 outdated
symfony/intl Provides access to the localization data of the ICU library ^6.1 v7.1.1 outdated
symfony/maker-bundle Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code. ^1.24 v1.61.0 up to date
symfony/mercure-bundle Symfony MercureBundle * v0.3.9 up to date
symfony/messenger Helps applications send and receive messages to/from other applications or via message queues ^6.1 v7.1.4 outdated
symfony/phpunit-bridge Provides utilities for PHPUnit, especially user deprecation notices management ^6.1 v7.1.4 outdated
symfony/routing Maps an HTTP request to a set of configuration variables ^6.1 v7.1.4 outdated
symfony/security-bundle Provides a tight integration of the Security component into the Symfony full-stack framework ^6.1 v7.1.4 outdated
symfony/security-core Symfony Security Component - Core Library ^6.1 v7.1.4 outdated
symfony/twig-bundle Provides a tight integration of Twig into the Symfony full-stack framework ^6.1 v7.1.1 outdated
symfony/uid Provides an object-oriented API to generate and represent UIDs ^6.1 v7.1.4 outdated
symfony/validator Provides tools to validate values ^6.1 v7.1.4 outdated
symfony/web-profiler-bundle Provides a development tool that gives detailed information about the execution of any request ^6.1 v7.1.4 outdated
symfony/yaml Loads and dumps YAML files ^6.1 v7.1.4 outdated
twig/twig Twig, the flexible, fast, and secure template language for PHP ^1.42.3 || ^2.12 || ^3.0 v3.14.0 up to date
webonyx/graphql-php A PHP port of GraphQL reference implementation ^14.0 v15.14.0 outdated