Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 533 Bytes

legacy-versions.md

File metadata and controls

34 lines (26 loc) · 533 Bytes

Installation

Composer

For Symfony 6.4 & PHP 8.2

composer require 'digifa/mobile-detect-bundle:2.3.*-lts'

Latest Symfony >= 5.1 || < 6.4

composer require tattali/mobile-detect-bundle

For Symfony >= 3.4 || <= 4.4

composer require 'tattali/mobile-detect-bundle:2.1.*'

Or add to composer.json in your project to require section:

{
    "tattali/mobile-detect-bundle": "2.1.*"
}

and run command:

composer update tattali/mobile-detect-bundle