Requires

48 total, 38 outdated

Package Required Latest Status
api-platform/core Build a fully-featured hypermedia or GraphQL API in minutes! ^2.6 v4.0.18 outdated
doctrine/collections PHP Doctrine Collections library that adds additional functionality on top of PHP arrays. ^1.8 2.2.2 outdated
doctrine/dbal Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management. ^2.13 || ^3.0 4.2.2 outdated
doctrine/orm Object-Relational-Mapper for PHP ^2.7 3.3.2 outdated
doctrine/persistence The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share. ^1.3 || ^2.5 4.0.0 outdated
fakerphp/faker Faker is a PHP library that generates fake data for you. ^1.21 v1.24.1 up to date
knplabs/knp-menu An object oriented menu library ^3.3 v3.6.0 up to date
knplabs/knp-snappy PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage. ^1.4 v1.5.1 up to date
knplabs/knp-snappy-bundle Easily create PDF and images in Symfony by converting Twig/HTML templates. ^1.9 v1.10.4 up to date
setono/doctrine-object-manager-trait A very simple library that offers an object manager trait to get the object manager for a given class ^1.1 v1.3.0 up to date
sylius/api-bundle APIs management for Symfony projects. ^1.0 v2.0.3 outdated
sylius/channel E-Commerce PHP component for managing different sales channels. ^1.0 v2.0.3 outdated
sylius/channel-bundle Currencies and channel formatting engine bundle for Symfony. ^1.0 v2.0.3 outdated
sylius/core Sylius e-commerce core. It integrates all components. ^1.0 v2.0.3 outdated
sylius/core-bundle Sylius core bundle. It integrates all other bundles into full stack Symfony ecommerce solution. ^1.0 v2.0.3 outdated
sylius/currency Currency handling for PHP applications. ^1.0 v2.0.3 outdated
sylius/customer Customer handling for PHP applications. ^1.0 v2.0.3 outdated
sylius/grid-bundle Amazing grids with support of filters and custom fields integrated into Symfony. ^1.0 v1.13.1 up to date
sylius/locale Locale handling for PHP applications. ^1.0 v2.0.3 outdated
sylius/locale-bundle Locales management for Symfony projects. ^1.0 v2.0.3 outdated
sylius/mailer-bundle Mailers and e-mail template management for Symfony projects. ^1.6 v2.1.0 outdated
sylius/money-bundle Currencies and money formatting engine bundle for Symfony. ^1.0 v2.0.3 outdated
sylius/order Orders management library for PHP. ^1.0 v2.0.3 outdated
sylius/order-bundle Sales order management for Symfony applications. ^1.0 v2.0.3 outdated
sylius/product Product catalog system with support for product options and variants. ^1.0 v2.0.3 outdated
sylius/product-bundle Product catalog for your Symfony applications. ^1.0 v2.0.3 outdated
sylius/promotion Flexible promotion management for PHP applications. ^1.0 v2.0.3 outdated
sylius/resource-bundle Resource component for Sylius. ^1.8 v1.12.1 up to date
sylius/shipping-bundle Flexible shipping system for Symfony ecommerce applications. ^1.0 v2.0.3 outdated
sylius/ui-bundle Generic UI bundle for Sylius eCommerce components. ^1.0 v2.0.3 outdated
sylius/user User handling for PHP applications. ^1.0 v2.0.3 outdated
symfony/config Helps you find, load, combine, autofill and validate configuration values of any kind ^5.4 || ^6.0 v7.2.3 outdated
symfony/dependency-injection Allows you to standardize and centralize the way objects are constructed in your application ^5.4 || ^6.0 v7.2.3 outdated
symfony/event-dispatcher Provides tools that allow your application components to communicate with each other by dispatching events and listening to them ^5.4 || ^6.0 v7.2.0 outdated
symfony/form Allows to easily create, process and reuse HTML forms ^5.4 || ^6.0 v7.2.3 outdated
symfony/http-foundation Defines an object-oriented layer for the HTTP specification ^5.4 || ^6.0 v7.2.3 outdated
symfony/http-kernel Provides a structured process for converting a Request into a Response ^5.4 || ^6.0 v7.2.3 outdated
symfony/messenger Helps applications send and receive messages to/from other applications or via message queues ^5.4 || ^6.0 v7.2.3 outdated
symfony/options-resolver Provides an improved replacement for the array_replace PHP function ^5.4 || ^6.0 v7.2.0 outdated
symfony/property-access Provides functions to read and write from/to an object or array using a simple string notation ^5.4 || ^6.0 v7.2.3 outdated
symfony/routing Maps an HTTP request to a set of configuration variables ^5.4 || ^6.0 v7.2.3 outdated
symfony/security-core Symfony Security Component - Core Library ^5.4 || ^6.0 v7.2.3 outdated
symfony/serializer Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON. ^5.4 || ^6.0 v7.2.3 outdated
symfony/translation-contracts Generic abstractions related to translation ^2.4 v3.5.1 outdated
symfony/validator Provides tools to validate values ^5.4 || ^6.0 v7.2.3 outdated
twig/twig Twig, the flexible, fast, and secure template language for PHP ^2.15 || ^3.5 v3.20.0 up to date
webimpress/safe-writer Tool to write files safely, to avoid race conditions ^2.2 2.2.0 up to date
webmozart/assert Assertions to validate method input/output with nice error messages. ^1.11 1.11.0 up to date

Requires (dev)

22 total, 15 outdated

Package Required Latest Status
friendsofsymfony/oauth-server-bundle Symfony2 OAuth Server Bundle >2.0.0-alpha.0 ^2.0@dev 1.6.2 outdated
lexik/jwt-authentication-bundle This bundle provides JWT authentication for your Symfony REST API ^2.16 v3.1.1 outdated
matthiasnoback/symfony-config-test Library for testing user classes related to the Symfony Config Component ^4.3 v5.2.0 outdated
matthiasnoback/symfony-dependency-injection-test Library for testing user classes related to the Symfony Dependency Injection Component ^4.3 6.0.0 outdated
php-http/message-factory Factory interfaces for PSR-7 HTTP Message ^1.1 1.1.0 up to date
phpspec/phpspec Specification-oriented BDD framework for PHP 7.1+ ^7.2 7.5.0 up to date
phpspec/prophecy-phpunit Integrating the Prophecy mocking library in PHPUnit test cases ^2.0 v2.3.0 up to date
phpunit/phpunit The PHP Unit Testing framework. ^9.6 12.0.4 outdated
psalm/plugin-phpunit Psalm plugin for PHPUnit ^0.18 0.19.2 outdated
psalm/plugin-symfony Psalm Plugin for Symfony ^5.0 v5.04 up to date
setono/code-quality-pack A pack that installs code quality tools. ^2.4 v2.9.0 up to date
setono/sylius-behat-pack A pack that installs everything you need to run behat tests on Sylius plugin or app ^0.2.2 v0.2.2 up to date
setono/sylius-catalog-promotion-plugin Catalog promotion plugin for Sylius ^0.4 v0.5.2 outdated
sylius/sylius E-Commerce platform for PHP, based on Symfony framework. ~1.10.14 v2.0.3 outdated
symfony/debug-bundle Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework ^5.4 || ^6.0 v7.2.0 outdated
symfony/dotenv Registers environment variables from a .env file ^5.4 || ^6.0 v7.2.0 outdated
symfony/framework-bundle Provides a tight integration between Symfony components and the Symfony full-stack framework ^5.4 || ^6.0 v7.2.3 outdated
symfony/intl Provides access to the localization data of the ICU library ^5.4 || ^6.0 v7.2.0 outdated
symfony/property-info Extracts information about PHP class' properties using metadata of popular sources ^5.4 || ^6.0 v7.2.3 outdated
symfony/webpack-encore-bundle Integration of your Symfony app with Webpack Encore ^1.16 v2.2.0 outdated
symfony/web-profiler-bundle Provides a development tool that gives detailed information about the execution of any request ^5.4 || ^6.0 v7.2.3 outdated
weirdan/doctrine-psalm-plugin Stubs to let Psalm understand Doctrine better ^2.5 v2.10.0 up to date