Skip to content

Commit

Permalink
Merge pull request #15 from smarty-gettext/sym-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Jul 9, 2020
2 parents 10539df + 24abb49 commit defe7e9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,16 @@
"SmartyGettext\\Test\\": "tests"
}
},
"config": {
"platform": {
"php": "5.5.9"
}
},
"require": {
"geekwright/po": "^1.0",
"php": "^5.5.9 || ^7.0",
"smarty-gettext/smarty-gettext": "^1.5.0",
"smarty/smarty": "<3.1.35",
"symfony/console": "^3.2",
"symfony/finder": "^2.8|^3.0"
"symfony/console": "^3.2|^4|^5",
"symfony/finder": "^2.8|^3.0|^4|^5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
"symfony/var-dumper": "^3.3"
"phpunit/phpunit": "^4.8.36|^5.7",
"symfony/var-dumper": "^3.3|^4|^5"
}
}

0 comments on commit defe7e9

Please sign in to comment.