Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 436 Bytes

legacy-versions.md

File metadata and controls

29 lines (22 loc) · 436 Bytes

Installation

Composer

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