File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.4
5- - 5.5
64 - 7.1
5+ - 7.2
76
87install : composer install -n
98
Original file line number Diff line number Diff line change 1010 "homepage" : " https://github.com/stephpy/timeline-bundle/contributors"
1111 }],
1212 "require" : {
13- "php" : " >=5.3.2 " ,
14- "stephpy/timeline" : " * " ,
13+ "php" : " ^7.1 " ,
14+ "stephpy/timeline" : " ^1.0 " ,
1515 "symfony/framework-bundle" : " ~2.0|~3.0|~4.0" ,
1616 "symfony/options-resolver" : " ~2.0|~3.0|~4.0"
1717 },
1818 "require-dev" : {
1919 "atoum/atoum" : " 1.*|3.*" ,
20- "doctrine/orm" : " 2.* " ,
20+ "doctrine/orm" : " ^2.6 " ,
2121 "symfony/console" : " ~2.0|~3.0|~4.0" ,
2222 "symfony/twig-bundle" : " ~2.0|~3.0|~4.0" ,
2323 "symfony/expression-language" : " ~2.0|~3.0|~4.0"
2828 "doctrine/orm" : " Use doctrine ORM driver" ,
2929 "doctrine/mongodb-odm-bundle" : " Use doctrine ODM driver"
3030 },
31+ "conflict" : {
32+ "doctrine/orm" : " <2.6"
33+ },
3134 "autoload" : {
3235 "psr-4" : { "Spy\\ TimelineBundle\\ " : " " }
3336 },
You can’t perform that action at this time.
0 commit comments