File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 55 "license" : [" MIT" ],
66 "require" : {
77 "php" : " ^7.1" ,
8- "symfony/console" : " ^4.1" ,
9- "symfony/process" : " ^4.1" ,
10- "symfony/filesystem" : " ^4.1"
8+ "symfony/console" : " ^4.1 || ^5.0 " ,
9+ "symfony/process" : " ^4.1 || ^5.0 " ,
10+ "symfony/filesystem" : " ^4.1 || ^5.0 "
1111 },
1212 "autoload" : {
1313 "psr-4" : {
Original file line number Diff line number Diff line change 55 " MIT"
66 ],
77 "require" : {
8- "php" : " ^ 7.1" ,
8+ "php" : " >= 7.1.3 " ,
99 "composer/xdebug-handler" : " ^1.3.0" ,
1010 "jean85/pretty-package-versions" : " ^1.0.3" ,
1111 "nette/bootstrap" : " ^3.0" ,
1616 "nette/utils" : " ^3.0" ,
1717 "nikic/php-parser" : " ^4.3.0" ,
1818 "phpstan/phpdoc-parser" : " ^0.4" ,
19- "symfony/console" : " ^ 4.3" ,
20- "symfony/finder" : " ^ 4.3"
19+ "symfony/console" : " ~ 4.3 || ~5.0 " ,
20+ "symfony/finder" : " ~ 4.3 || ~5.0 "
2121 },
2222 "replace" : {
2323 "phpstan/phpstan" : " self.version"
4343 "squizlabs/php_codesniffer" : " ^3.3.2"
4444 },
4545 "config" : {
46- "platform" : {
47- "php" : " 7.1.3"
48- },
4946 "sort-packages" : true
5047 },
5148 "extra" : {
You can’t perform that action at this time.
0 commit comments