webgriffe / theme-bootstrap

Magento 2 theme based on Bootstrap
MIT License
75 stars 38 forks source link

Updated PHP requirements for Magento 2.2? #11

Closed csdougliss closed 6 years ago

csdougliss commented 6 years ago

composer require webgriffe/theme-frontend-bootstrap "dev-master"

./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)                                                   
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for webgriffe/theme-frontend-bootstrap dev-master -> satisfiable by webgriffe/theme-frontend-bootstrap[dev-master].
    - webgriffe/theme-frontend-bootstrap dev-master requires php ~5.6.0|7.0.2|~7.0.6 -> your PHP version (7.1.8) does not satisfy that requirement.

composer.json require section should be:

"require": {
   "php": "7.0.2|7.0.4|~7.0.6|~7.1.0"
    "magento/framework": "^100.1.*|^101.0.*",
csdougliss commented 6 years ago

@mmenozzi

https://github.com/webgriffe/theme-bootstrap/pull/12 https://github.com/webgriffe/module-bootstrap-menu/pull/2

mmenozzi commented 6 years ago

Both PR are now merged, thank you very much!