Advertisement
fwallenoptimozo

Untitled

Feb 9th, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Last night I was spinning up a VM and was adding doctrine migrations bundle through composer. I got this issue:
  2.  
  3. ```doctrine/migrations v1.3.0 requires php ^5.5|^7.0 -> your PHP version (5.6.18-3+deb.sury.org~trusty+1) overriden by "config.platform.php" version (5.3.9) does not satisfy that requirement```
  4.  
  5. I'm a little confused by this and wasn't able to find a solution, yet.
  6.  
  7. Here's the requirements in my composer.json:
  8.  
  9. ```
  10. "php": ">=5.3.9",
  11. "symfony/symfony": "2.8.*",
  12. "doctrine/orm": "^2.4.8",
  13. "doctrine/doctrine-bundle": "~1.4",
  14. "symfony/swiftmailer-bundle": "~2.3",
  15. "symfony/monolog-bundle": "~2.4",
  16. "sensio/distribution-bundle": "~5.0",
  17. "sensio/framework-extra-bundle": "^3.0.2",
  18. "incenteev/composer-parameter-handler": "~2.0",
  19. "doctrine/doctrine-migrations-bundle": "^1.0",
  20. "ircmaxell/password-compat": "~1.0"```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement