Skip to content

Commit

Permalink
Merge pull request #133 from romainneutron/fix-132
Browse files Browse the repository at this point in the history
Fix #132: Add UAParser to dependencies
  • Loading branch information
romainneutron committed Feb 7, 2017
2 parents 1df042d + dd75181 commit a5cad3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
}
],
"require": {
"paragonie/random_compat": "~1.0|~2.0",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/security": "~2.3|~3.0",
"paragonie/random_compat": "~1.0|~2.0"
"ua-parser/uap-php": "^3.4.4"
},
"require-dev": {
"doctrine/cache": "^1.0",
"psr/cache": "^1.0",
"twig/twig": "^1.24",
"ua-parser/uap-php": "^3.4.4"
"twig/twig": "^1.24"
},
"suggest": {
"ua-parser/uap-php": "To allow adapt CSP directives given the user-agent"
Expand Down

0 comments on commit a5cad3b

Please sign in to comment.