Skip to content

Commit

Permalink
Merge pull request #2 from EaDesgin/feature/Mobile-detect
Browse files Browse the repository at this point in the history
Am schimbat composer pentru mobile detect
  • Loading branch information
liviabaltatescu committed Jan 11, 2018
2 parents eefd390 + 25e1c6d commit b698e06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
}
],
"require": {
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
"magento/module-backend": "100.1.*",
"magento/framework": "100.1.*",
"magento/module-theme": "100.1.*",
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0",
"magento/module-backend": "100.1.*|100.2.*",
"magento/framework": "100.1.*|100.2.*",
"magento/module-theme": "100.1.*|100.2.*",
"eadesignro/module-eacore": "^0.0.4",
"mobiledetect/mobiledetectlib": "2.8.*"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"phpunit/phpunit": "^4.8|~5.5.0",
"phpmd/phpmd": "^2.3",
"squizlabs/php_codesniffer": "^2.5",
"sebastian/phpcpd": "^2.0",
Expand Down

0 comments on commit b698e06

Please sign in to comment.