13 total, all up-to-date
| Package | Required | Latest | Status | |
|---|---|---|---|---|
| symfony/cache | Provides extended PSR-6, PSR-16 (and tags) implementations | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/config | Helps you find, load, combine, autofill and validate configuration values of any kind | ^7.4.4|^8.0.4 | v8.0.7 | up to date |
| symfony/dependency-injection | Allows you to standardize and centralize the way objects are constructed in your application | ^7.4.4|^8.0.4 | v8.0.8 | up to date |
| symfony/deprecation-contracts | A generic function and convention to trigger deprecation notices | ^2.5|^3 | v3.6.0 | up to date |
| symfony/error-handler | Provides tools to manage errors and ease debugging PHP code | ^7.4|^8.0 | v8.0.4 | up to date |
| symfony/event-dispatcher | Provides tools that allow your application components to communicate with each other by dispatching events and listening to them | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/filesystem | Provides basic utilities for the filesystem | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/finder | Finds files and directories via an intuitive fluent interface | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/http-foundation | Defines an object-oriented layer for the HTTP specification | ^7.4|^8.0 | v8.0.6 | up to date |
| symfony/http-kernel | Provides a structured process for converting a Request into a Response | ^7.4|^8.0 | v8.0.7 | up to date |
| symfony/polyfill-mbstring | Symfony polyfill for the Mbstring extension | ^1.0 | v1.32.0 | up to date |
| symfony/polyfill-php85 | Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions | ^1.32 | v1.33.0 | up to date |
| symfony/routing | Maps an HTTP request to a set of configuration variables | ^7.4|^8.0 | v8.0.8 | up to date |
44 total, 5 outdated
| Package | Required | Latest | Status | |
|---|---|---|---|---|
| doctrine/persistence | The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share. | ^1.3|^2|^3 | 4.1.1 | outdated |
| dragonmantank/cron-expression | CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due | ^3.1 | v3.6.0 | up to date |
| 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.2|^6.0 | 6.0.3 | up to date |
| phpstan/phpdoc-parser | PHPDoc parser with support for nullable, intersection and generic types | ^1.0|^2.0 | 2.3.2 | up to date |
| seld/jsonlint | JSON Linter | ^1.10 | 1.11.0 | up to date |
| symfony/asset | Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files | ^7.4|^8.0 | v8.0.4 | up to date |
| symfony/asset-mapper | Maps directories of assets & makes them available in a public directory with versioned filenames. | ^7.4|^8.0 | v8.0.8 | 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 | ^7.4|^8.0 | v8.0.3 | up to date |
| symfony/clock | Decouples applications from the system clock | ^7.4|^8.0 | v7.3.0 | outdated |
| symfony/console | Eases the creation of beautiful and testable command line interfaces | ^7.4|^8.0 | v8.0.7 | up to date |
| symfony/css-selector | Converts CSS selectors to XPath expressions | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/dom-crawler | Eases DOM navigation for HTML and XML documents | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/dotenv | Registers environment variables from a .env file | ^7.4|^8.0 | v8.0.7 | up to date |
| symfony/expression-language | Provides an engine that can compile and evaluate expressions | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/form | Allows to easily create, process and reuse HTML forms | ^7.4|^8.0 | v8.0.7 | up to date |
| symfony/html-sanitizer | Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM. | ^7.4|^8.0 | v8.0.0 | up to date |
| symfony/http-client | Provides powerful methods to fetch HTTP resources synchronously or asynchronously | ^7.4|^8.0 | v8.0.7 | up to date |
| symfony/json-streamer | Provides powerful methods to read/write data structures from/into JSON streams. | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/lock | Creates and manages locks, a mechanism to provide exclusive access to a shared resource | ^7.4|^8.0 | v8.0.5 | up to date |
| symfony/mailer | Helps sending emails | ^7.4|^8.0 | v8.0.4 | up to date |
| symfony/messenger | Helps applications send and receive messages to/from other applications or via message queues | ^7.4|^8.0 | v8.0.10 | up to date |
| symfony/mime | Allows manipulating MIME messages | ^7.4|^8.0 | v8.0.7 | up to date |
| symfony/notifier | Sends notifications via one or more channels (email, SMS, ...) | ^7.4|^8.0 | v8.0.4 | up to date |
| symfony/object-mapper | Provides a way to map an object to another object | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/polyfill-intl-icu | Symfony polyfill for intl's ICU-related data and classes | ^1.0 | v1.31.0 | up to date |
| symfony/process | Executes commands in sub-processes | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/property-info | Extracts information about PHP class' properties using metadata of popular sources | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/rate-limiter | Provides a Token Bucket implementation to rate limit input and output in your application | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/runtime | Enables decoupling PHP applications from global state | ^7.4|^8.0 | v7.3.4 | outdated |
| symfony/scheduler | Provides scheduling through Symfony Messenger | ^7.4|^8.0 | v8.0.4 | up to date |
| symfony/security-bundle | Provides a tight integration of the Security component into the Symfony full-stack framework | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/semaphore | Symfony Semaphore Component | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/serializer | Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON. | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/stopwatch | Provides a way to profile code | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/string | Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/translation | Provides tools to internationalize your application | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/twig-bundle | Provides a tight integration of Twig into the Symfony full-stack framework | ^7.4|^8.0 | v8.0.4 | up to date |
| symfony/type-info | Extracts PHP types information. | ^7.4.1|^8.0.1 | v8.0.8 | up to date |
| symfony/uid | Provides an object-oriented API to generate and represent UIDs | ^7.4|^8.0 | v8.0.4 | up to date |
| symfony/validator | Provides tools to validate values | ^7.4|^8.0 | v8.0.10 | up to date |
| symfony/webhook | Eases sending and consuming webhooks | ^7.4|^8.0 | v7.3.0 | outdated |
| symfony/web-link | Manages links between resources | ^7.4|^8.0 | v7.3.0 | outdated |
| symfony/workflow | Provides tools for managing a workflow or finite state machine | ^7.4|^8.0 | v8.0.8 | up to date |
| symfony/yaml | Loads and dumps YAML files | ^7.4|^8.0 | v8.0.10 | up to date |